GNU bug report logs - #31597
27.0.50; Annoying ' to ’ translation

Previous Next

Package: emacs;

Reported by: Helmut Eller <eller.helmut <at> gmail.com>

Date: Fri, 25 May 2018 20:47:02 UTC

Severity: normal

Merged with 21588

Found in versions 25.0.50, 27.0.50

Done: Kaushal Modi <kaushal.modi <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


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

From: Tomas Nordin <tomasn <at> posteo.net>
To: Helmut Eller <eller.helmut <at> gmail.com>, 31597 <at> debbugs.gnu.org
Subject: Re: bug#31597: 27.0.50; Annoying ' to ’
 translation
Date: Fri, 25 May 2018 23:31:15 +0200
Helmut Eller <eller.helmut <at> gmail.com> writes:

> Executing this command:
>
>  emacs -Q -batch -eval "(error \"can't parse input\")"
>

I would guess that what is passed to emacs as a value to -eval after
this command is

(error "can't parse input")

> prints
>
>  can’t parse input

which then is expected?

On the other hand, if I have this variable in bash:

$ echo $message
(error "\"can't parse input\"")

and execute

$ emacs -Q -batch -eval "$message"

I get

"can’t parse input"

It's a fiddle but seems normal to me. Emacs 27.0.50 here.

Best regards
--
Tomas




This bug report was last modified 6 years and 362 days ago.

Previous Next


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