* bug#13977: 24.3.50; buffer-file-coding-system not set correctly @ 2013-03-16 14:49 Richard Copley 2013-03-16 16:52 ` Eli Zaretskii 2013-04-05 19:19 ` Dmitry Gutov 0 siblings, 2 replies; 5+ messages in thread From: Richard Copley @ 2013-03-16 14:49 UTC (permalink / raw) To: 13977 On Windows, visit a plain ASCII text file with LF line endings. The value of `buffer-file-coding-system' is `iso-latin-1-dos' (should be `iso-latin-1-unix'). Modify and save the file. The file now has CRLF line endings. This was introduced recently in the trunk. In GNU Emacs 24.3.50.1 (i386-mingw-nt6.2.9200) of 2013-03-16 on MACHINE Bzr revision: 112057 jan.h.d@swipnet.se-20130316125847-4km32l5zt9fbbxb0 Windowing system distributor `Microsoft Corp.', version 6.2.9200 Configured using: `configure --with-gcc (4.7) --cflags -I c:/gnuwin32/include --ldflags -L c:/gnuwin32/lib' Important settings: value of $LANG: ENG locale-coding-system: cp1252 default enable-multibyte-characters: t Major mode: Text Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: C-x C-f n e w . t x t <return> a <return> b <return> c <return> C-x <return> c u n i x <return> C-x C-s M-: ( n t h SPC 7 SPC ( f i l e - a t t r i b u t e s SPC " n e w . t x t " ) ) <return> C-x C-v <return> SPC <backspace> C-x C-s M-: <up> <return> M-x r e p o r t - e m a c s - b u f <backspace> g <return> Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. (New file) Saving file c:/Users/Buster/new.txt... Wrote c:/Users/Buster/new.txt 6 (#o6, #x6) Saving file c:/Users/Buster/new.txt... Wrote c:/Users/Buster/new.txt 9 (#o11, #x9) Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process w32notify w32 multi-tty emacs) ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#13977: 24.3.50; buffer-file-coding-system not set correctly 2013-03-16 14:49 bug#13977: 24.3.50; buffer-file-coding-system not set correctly Richard Copley @ 2013-03-16 16:52 ` Eli Zaretskii 2013-04-05 19:19 ` Dmitry Gutov 1 sibling, 0 replies; 5+ messages in thread From: Eli Zaretskii @ 2013-03-16 16:52 UTC (permalink / raw) To: Richard Copley; +Cc: 13977 > Date: Sat, 16 Mar 2013 14:49:17 +0000 > From: Richard Copley <rcopley@gmail.com> > > On Windows, visit a plain ASCII text file with LF line endings. The > value of `buffer-file-coding-system' is `iso-latin-1-dos' (should be > `iso-latin-1-unix'). Modify and save the file. The file now has CRLF > line endings. > This was introduced recently in the trunk. I can reproduce this on GNU/Linux, if I first evaluate this: (setq default-buffer-file-coding-system 'iso-latin-1-dos) So I guess some of the latest changes use the default EOL format in preference to the format of the file we are visiting. ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#13977: 24.3.50; buffer-file-coding-system not set correctly 2013-03-16 14:49 bug#13977: 24.3.50; buffer-file-coding-system not set correctly Richard Copley 2013-03-16 16:52 ` Eli Zaretskii @ 2013-04-05 19:19 ` Dmitry Gutov 2013-04-05 19:48 ` Eli Zaretskii [not found] ` <CAPM58ogZFoWOmVa10kp-0MmJDTBVrt4KX3uMigB9kCS7hMrWgQ@mail.gmail.com> 1 sibling, 2 replies; 5+ messages in thread From: Dmitry Gutov @ 2013-04-05 19:19 UTC (permalink / raw) To: Richard Copley; +Cc: 13977 Richard Copley <rcopley@gmail.com> writes: > On Windows, visit a plain ASCII text file with LF line endings. The > value of `buffer-file-coding-system' is `iso-latin-1-dos' (should be > `iso-latin-1-unix'). Modify and save the file. The file now has CRLF > line endings. > This was introduced recently in the trunk. I think this has been fixed, likely in the revision 112229. Richard, could you test? ^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#13977: 24.3.50; buffer-file-coding-system not set correctly 2013-04-05 19:19 ` Dmitry Gutov @ 2013-04-05 19:48 ` Eli Zaretskii [not found] ` <CAPM58ogZFoWOmVa10kp-0MmJDTBVrt4KX3uMigB9kCS7hMrWgQ@mail.gmail.com> 1 sibling, 0 replies; 5+ messages in thread From: Eli Zaretskii @ 2013-04-05 19:48 UTC (permalink / raw) To: Dmitry Gutov; +Cc: rcopley, 13977 > From: Dmitry Gutov <dgutov@yandex.ru> > Date: Fri, 05 Apr 2013 23:19:37 +0400 > Cc: 13977@debbugs.gnu.org > > Richard Copley <rcopley@gmail.com> writes: > > > On Windows, visit a plain ASCII text file with LF line endings. The > > value of `buffer-file-coding-system' is `iso-latin-1-dos' (should be > > `iso-latin-1-unix'). Modify and save the file. The file now has CRLF > > line endings. > > This was introduced recently in the trunk. > > I think this has been fixed, likely in the revision 112229. > > Richard, could you test? It's fixed according to my testing. ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <CAPM58ogZFoWOmVa10kp-0MmJDTBVrt4KX3uMigB9kCS7hMrWgQ@mail.gmail.com>]
[parent not found: <CAPM58ojFFs4McX_+JXQqSqwPuuOVunMPP+6YLLu=BG2FZE7G_g@mail.gmail.com>]
* bug#13977: 24.3.50; buffer-file-coding-system not set correctly [not found] ` <CAPM58ojFFs4McX_+JXQqSqwPuuOVunMPP+6YLLu=BG2FZE7G_g@mail.gmail.com> @ 2013-04-05 19:50 ` Dmitry Gutov 0 siblings, 0 replies; 5+ messages in thread From: Dmitry Gutov @ 2013-04-05 19:50 UTC (permalink / raw) To: Richard Copley; +Cc: 13977-done Cc-ing the bug for the public record and to mark it done. Version: 24.4 On 05.04.2013 23:35, Richard Copley wrote: > Damn, 7 minutes 11 seconds for the bootstrap alone, plus a few minutes > to test and write this email. Thanks for checking, I'm in no hurry. :) > (Forgot about having to recreate ja-dic. I > wonder whether some of that work could be split into different targets > for Make to parallelize?) This isn't performed too often, I think I've only seen it recreated once, after this bug has been introduced. > Anyway, yes it seems fixed for me. Many thanks! > > > > On 5 April 2013 20:22, Richard Copley <rcopley@gmail.com > <mailto:rcopley@gmail.com>> wrote: > > I'll bootstrap, give me six and a half minutes. > > > On 5 April 2013 20:19, Dmitry Gutov <dgutov@yandex.ru > <mailto:dgutov@yandex.ru>> wrote: > > Richard Copley <rcopley@gmail.com <mailto:rcopley@gmail.com>> > writes: > > > On Windows, visit a plain ASCII text file with LF line > endings. The > > value of `buffer-file-coding-system' is `iso-latin-1-dos' > (should be > > `iso-latin-1-unix'). Modify and save the file. The file now > has CRLF > > line endings. > > This was introduced recently in the trunk. > > I think this has been fixed, likely in the revision 112229. > > Richard, could you test? > > > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-04-05 19:50 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-03-16 14:49 bug#13977: 24.3.50; buffer-file-coding-system not set correctly Richard Copley 2013-03-16 16:52 ` Eli Zaretskii 2013-04-05 19:19 ` Dmitry Gutov 2013-04-05 19:48 ` Eli Zaretskii [not found] ` <CAPM58ogZFoWOmVa10kp-0MmJDTBVrt4KX3uMigB9kCS7hMrWgQ@mail.gmail.com> [not found] ` <CAPM58ojFFs4McX_+JXQqSqwPuuOVunMPP+6YLLu=BG2FZE7G_g@mail.gmail.com> 2013-04-05 19:50 ` Dmitry Gutov
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.