artiche / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Improper EOF Saving, Maybe? #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open connection with DokanSSHFS.
2. Open a file in emacs using DokanSSHFS. Write "hello hello\n\n", save,
delete to "hello", save, expand to "hello hello\n\n", save, delete to
"hello", save.
3. Close file, clear DokanSSHFS on containing directory, reopen file. 

What is the expected output? What do you see instead?
Shows "hello\nello\n\n\n" instead of "hello" (or maybe "hello\n" 'cause
it's emacs).

What version of the product are you using? On what operating system?
2008-06-10 modified version? Windows XP SP3.

Please provide any additional information below.

Original issue reported on code.google.com by Taraz.Buck on 25 Nov 2008 at 4:13

GoogleCodeExporter commented 9 years ago
I don't get this problem with Notepad, but I do with Emacs.

Original comment by hoffman...@gmail.com on 10 Jan 2012 at 3:50

GoogleCodeExporter commented 9 years ago
IIRC, I first experienced the problem with Emacs.

Original comment by Taraz.Buck on 10 Jan 2012 at 4:01