GNU bug report logs - #30405
26.0.91; Incorrect apostrophe translation in ImageMagick error message

Previous Next

Package: emacs;

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


Message #19 received at 30405 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> users.sourceforge.net>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Gemini Lasswell <gazally <at> runbox.com>, Paul Eggert <eggert <at> cs.ucla.edu>,
 30405 <at> debbugs.gnu.org
Subject: Re: bug#30405: 26.0.91;
 Incorrect apostrophe translation in ImageMagick error message
Date: Fri, 09 Feb 2018 22:07:06 -0500
Glenn Morris <rgm <at> gnu.org> writes:

> Present since 25.1. Perhaps a minimal example is:
> emacs -Q
> (set-buffer-multibyte nil)
> (message "can't")

The issue with message producing fancy quotes is new in 25.1, although
stepping with the debugger, it looks like the root cause is that the
" *Echo Area 0*" buffer becomes unibyte along with the main buffer.  So
the following shows the problem in earlier versions as well:

(set-buffer-multibyte nil)
(message "can\u2019t")




This bug report was last modified 7 years and 92 days ago.

Previous Next


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