all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* error message without quotes translation
@ 2016-09-01  4:19 Tino Calancha
  2016-09-01  6:08 ` Paul Eggert
  0 siblings, 1 reply; 3+ messages in thread
From: Tino Calancha @ 2016-09-01  4:19 UTC (permalink / raw)
  To: Emacs developers; +Cc: tino.calancha

[-- Attachment #1: Type: text/plain, Size: 1045 bytes --]


Hi,
my question is related with the following NEWS entry:
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
** Message-issuing functions like 'message' and 'error' now translate
various sorts of single quotes in their format strings according to
the value of 'text-quoting-style' (see above).  This translation
cannot be disabled.  To get the old behavior, use 'format', which is
not affected by 'text-quoting-style', e.g., (message "%s" (format
"...." foo bar)).
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
If i want to show in the echo are the literal message: "`Symbol' 'foo"
then i can do as follows:
(message "%s" (format "`Symbol' 'foo"))
=> "`Symbol' 'foo"

From the above entry i expect the same works for `error' as well:
(error "%s" (format "`Symbol' 'foo"))

but i see in the echo area:
"‘Symbol’ ’foo"
that is, with the quotes translated.

In GNU Emacs 25.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.20.9)
  of 2016-09-01
Repository revision: 6f125aa3de06fa0180a83ec7b5a26970309eeeb6

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-09-01  8:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-01  4:19 error message without quotes translation Tino Calancha
2016-09-01  6:08 ` Paul Eggert
2016-09-01  8:47   ` Tino Calancha

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.