GNU bug report logs - #32507
27.0.50; text-quoting-style

Previous Next

Package: emacs;

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

Date: Thu, 23 Aug 2018 11:00:03 UTC

Severity: wishlist

Tags: notabug

Found in version 27.0.50

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32507 in the body.
You can then email your comments to 32507 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#32507; Package emacs. (Thu, 23 Aug 2018 11:00:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Helmut Eller <eller.helmut <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 23 Aug 2018 11:00:03 GMT) Full text and rfc822 format available.

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

From: Helmut Eller <eller.helmut <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 27.0.50; text-quoting-style
Date: Thu, 23 Aug 2018 12:58:30 +0200
There is no option to disable quote substitution in format-message.  In
other words, there should be a value for text-quoting-style for which
the following assertion does not fail:

(let* (;(text-quoting-style '<something>)
       (x "'`´‘’‚“”„")
       (y (format-message x)))
  (cl-assert (equal x y)))





In GNU Emacs 27.0.50 (build 7, x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
 of 2018-08-23 built on caladan
Repository revision: a4a3c92e9de59bd0251f36326375cce898919edc
Windowing system distributor 'The X.Org Foundation', version 11.0.11902000
System Description: Debian GNU/Linux 9 (stretch)

Configured using:
 'configure --with-xpm=no --with-gif=no --with-tiff=no --with-jpeg=no
 --without-pop'

Configured features:
PNG SOUND DBUS GSETTINGS NOTIFY GNUTLS LIBXML2 FREETYPE XFT ZLIB
TOOLKIT_SCROLL_BARS GTK3 X11 THREADS LIBSYSTEMD GMP

Important settings:
  value of $LANG: C.UTF-8
  locale-coding-system: utf-8-unix





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#32507; Package emacs. (Thu, 23 Aug 2018 13:54:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Helmut Eller <eller.helmut <at> gmail.com>
Cc: 32507 <at> debbugs.gnu.org
Subject: Re: bug#32507: 27.0.50; text-quoting-style
Date: Thu, 23 Aug 2018 16:52:57 +0300
> From: Helmut Eller <eller.helmut <at> gmail.com>
> Date: Thu, 23 Aug 2018 12:58:30 +0200
> 
> There is no option to disable quote substitution in format-message.  In
> other words, there should be a value for text-quoting-style for which
> the following assertion does not fail:
> 
> (let* (;(text-quoting-style '<something>)
>        (x "'`´‘’‚“”„")
>        (y (format-message x)))
>   (cl-assert (equal x y)))

Seems to work for me with <something> == grave.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#32507; Package emacs. (Fri, 24 Aug 2018 05:38:02 GMT) Full text and rfc822 format available.

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

From: Helmut Eller <eller.helmut <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 32507 <at> debbugs.gnu.org
Subject: Re: bug#32507: 27.0.50; text-quoting-style
Date: Fri, 24 Aug 2018 07:37:38 +0200
On Thu, Aug 23 2018, Eli Zaretskii wrote:

>> From: Helmut Eller <eller.helmut <at> gmail.com>
>> Date: Thu, 23 Aug 2018 12:58:30 +0200
>> 
>> There is no option to disable quote substitution in format-message.  In
>> other words, there should be a value for text-quoting-style for which
>> the following assertion does not fail:
>> 
>> (let* (;(text-quoting-style '<something>)
>>        (x "'`´‘’‚“”„")
>>        (y (format-message x)))
>>   (cl-assert (equal x y)))
>
> Seems to work for me with <something> == grave.

Yes, indeed.  I even had written a loop to try all possible values; must
have been buggy.

Sorry, for the noise.

Helmut




Added tag(s) notabug. Request was from Eli Zaretskii <eliz <at> gnu.org> to control <at> debbugs.gnu.org. (Fri, 24 Aug 2018 06:43:01 GMT) Full text and rfc822 format available.

Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Fri, 24 Aug 2018 06:43:02 GMT) Full text and rfc822 format available.

Notification sent to Helmut Eller <eller.helmut <at> gmail.com>:
bug acknowledged by developer. (Fri, 24 Aug 2018 06:43:02 GMT) Full text and rfc822 format available.

Message #18 received at 32507-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Helmut Eller <eller.helmut <at> gmail.com>
Cc: 32507-done <at> debbugs.gnu.org
Subject: Re: bug#32507: 27.0.50; text-quoting-style
Date: Fri, 24 Aug 2018 09:42:13 +0300
tags 32507 notabug
thanks

> From: Helmut Eller <eller.helmut <at> gmail.com>
> Cc: 32507 <at> debbugs.gnu.org
> Date: Fri, 24 Aug 2018 07:37:38 +0200
> 
> >> (let* (;(text-quoting-style '<something>)
> >>        (x "'`´‘’‚“”„")
> >>        (y (format-message x)))
> >>   (cl-assert (equal x y)))
> >
> > Seems to work for me with <something> == grave.
> 
> Yes, indeed.  I even had written a loop to try all possible values; must
> have been buggy.
> 
> Sorry, for the noise.

Well, it's hard to blame you because the value that makes this
possible is non-intuitive.  Perhaps we should have some more intuitive
alias, like 'literal or something.

Thanks, I'm closing the bug.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 21 Sep 2018 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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