GNU bug report logs - #22436
read-coding-system uses wrong default when called from write-file

Previous Next

Package: emacs;

Reported by: Richard Copley <rcopley <at> gmail.com>

Date: Fri, 22 Jan 2016 19:32:01 UTC

Severity: minor

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#22436: closed (read-coding-system uses wrong default when
 called from write-file)
Date: Tue, 26 Jan 2016 15:40:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 26 Jan 2016 17:39:22 +0200
with message-id <83io2g1hat.fsf <at> gnu.org>
and subject line Re: bug#22436: read-coding-system uses wrong default when called from write-file
has caused the debbugs.gnu.org bug report #22436,
regarding read-coding-system uses wrong default when called from write-file
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
22436: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22436
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Richard Copley <rcopley <at> gmail.com>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: read-coding-system uses wrong default when called from write-file
Date: Fri, 22 Jan 2016 19:31:07 +0000
From "emacs -Q", enter a ‘ in the scratch buffer (e.g., by typing "C-x
8 ["). Save or write the buffer. The minibuffer prompts "Select coding
system (default chinese-iso-8bit): ".

In GNU Emacs 25.0.50.1 (x86_64-w64-mingw32)
 of 2016-01-22 built on MACHINE
Repository revision: f7dc6d8b5bb318e02a4016d93f8b34de0716f4dc
Windowing system distributor 'Microsoft Corp.', version 10.0.10586
Configured using:
 'configure --prefix /c/emacs/emacs-20160122-175552
 --without-imagemagick --disable-dependency-tracking
 --enable-locallisppath=%emacs_dir%/../site-lisp 'CFLAGS=-Og -g -ggdb''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND DBUS NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS

Important settings:
  value of $LANG: ENG
  locale-coding-system: cp1252

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-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 messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Saving file c:/temp/xyzzy...
Quit

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message dired format-spec rfc822 mml
mml-sec epg epg-config gnus-util mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils help-mode
easymenu cl-loaddefs pcase cl-lib iso-transl time-date mule-util tooltip
eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
dos-w32 ls-lisp disp-table w32-win w32-vars term/common-win tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment elisp-mode
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame
cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian
slovak czech european ethiopic indian cyrillic chinese charscript
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer
cl-preloaded nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote w32notify dbusbind w32
multi-tty make-network-process emacs)

Memory information:
((conses 16 91651 6242)
 (symbols 56 19640 0)
 (miscs 48 37 107)
 (strings 32 16064 5326)
 (string-bytes 1 434641)
 (vectors 16 15778)
 (vector-slots 8 819512 106167)
 (floats 8 162 20)
 (intervals 56 349 42)
 (buffers 976 12))


[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Richard Copley <rcopley <at> gmail.com>
Cc: 22436-done <at> debbugs.gnu.org, larsi <at> gnus.org
Subject: Re: bug#22436: read-coding-system uses wrong default when called from
 write-file
Date: Tue, 26 Jan 2016 17:39:22 +0200
> From: Richard Copley <rcopley <at> gmail.com>
> Date: Mon, 25 Jan 2016 22:38:15 +0000
> Cc: Lars Magne Ingebrigtsen <larsi <at> gnus.org>, 22436 <at> debbugs.gnu.org
> 
> >> > We can sort the list differently.  But if all we want is to always get
> >> > UTF-8 at the head, there's a much easier way, see my other message
> >> > where I mentioned prefer-coding-system.
> >>
> >> I guess I'm just saying that I think the least surprising default coding
> >> system here would be utf-8.
> >
> > For you, maybe.  What about all those Chinese out there?  What if I'm
> > writing an email to someone in China?  Etc., etc.
> 
> What about them, and everybody else? UTF-8 is good enough
> for all of us.

Not in the Far East, I'm afraid.

> Eli, you asked earlier if this report should be closed. I guess so!
> As you've explained, it's not a bug. I don't like the default
> behaviour, but it's pretty far down the list of things that I don't
> like about "emacs -Q".

OK, closing.  Thanks for pointing that out.


This bug report was last modified 9 years and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.