GNU bug report logs -
#870
Missing ^J in ChangeLog
Previous Next
Full log
View this message in rfc822 format
> I installed a fix. It was a different issue.
>
> 2009-01-07 Kenichi Handa <handa <at> m17n.org>
>
> * fileio.c (Finsert_file_contents): In the case of replace,
> remeber the coding system used for decoding in
> coding_system (Bug#1039).
Thanks for taking care of this. Your fix solves the problem for me
though I'm not sure whether it fixes the issue raised by Peter:
> That patch fixes the bug I reported, but it creates a new one: if you
> change the EOL convention outside of emacs, revert-buffer no longer
> detects this. To reproduce:
> printf "hello\r\nworld\r\n" > hello
> emacs -Q hello &
> printf "hello\rworld\r" > hello
> M-x revert-buffer
> # emacs still sees DOS newlines
In particular, when I visit a file, (1) save it with a different line
ending, (2) change the line ending outside this instance of Emacs, and
(3) revert the buffer, its line ending is the one saved in (1) and not
the one from (2). But IIUC Emacs 22 didn't handle this either.
martin
This bug report was last modified 16 years and 128 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.