gco / emacs-evernote-mode

Automatically exported from code.google.com/p/emacs-evernote-mode
0 stars 0 forks source link

evernote-mode does not work when using the combination of cygwin ruby and Windows. #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use cygwin for ruby 
2. open a note

What is the expected output? What do you see instead?

cannot open the note.
And an error like "let: Opening input file: no such file or directory, 
c:/cygdrive/c/.../.evernote-mode/contents/[guid]" is displayed.

Original issue reported on code.google.com by kawakami...@gmail.com on 1 Apr 2011 at 1:43

GoogleCodeExporter commented 9 years ago
This is a path translation problem between cygwin and Windows.
I assumed the emacs loaded the cygwin-mount.el 
(http://www.emacswiki.org/cgi-bin/wiki/cygwin-mount.el),
but it was not written in the readme. I will write additional info to the 
readme.

These lines are needed in the emacs init file.
(require 'cygwin-mount)
(cygwin-mount-activate)

Original comment by kawakami...@gmail.com on 1 Apr 2011 at 3:34

GoogleCodeExporter commented 9 years ago
fixed the documents by r140

Original comment by kawakami...@gmail.com on 1 Apr 2011 at 4:01