GNU bug report logs -
#30405
26.0.91; Incorrect apostrophe translation in ImageMagick error message
Previous Next
Reported by: Gemini Lasswell <gazally <at> runbox.com>
Date: Fri, 9 Feb 2018 21:15:01 UTC
Severity: normal
Found in versions 26.0.91, 25.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Sun, 11 Feb 2018 20:04:19 +0200
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: npostavs <at> users.sourceforge.net, 30405 <at> debbugs.gnu.org, gazally <at> runbox.com
>
> > Cc: npostavs <at> users.sourceforge.net, rgm <at> gnu.org, gazally <at> runbox.com,
> > 30405 <at> debbugs.gnu.org
> > From: Paul Eggert <eggert <at> cs.ucla.edu>
> > Date: Sun, 11 Feb 2018 09:26:41 -0800
> >
> > > The question that bothers me is can a unibyte string inserted or
> > > printed into a multibyte buffer be converted to something that will
> > > display as a non-ASCII character, not as an octal escape.
> >
> > Surely we can arrange for the latter.
>
> I think we already do. At least I couldn't find a way to display a
> raw byte as a non-ASCII Latin character in a unibyte buffer. If no
> one can, we could probably remove that unibyte/multibyte magic in echo
> area.
Actually, I can:
emacs -Q
M-x set-variable RET unibyte-display-via-language-environment RET t RET
M-: (set-buffer-multibyte nil) RET
C-q 0242 SPC
This should display ยข.
So I think we can get rid of making echo-area buffers unibyte, as long
as we make sure that variable is nil (which it is by default).
This bug report was last modified 7 years and 93 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.