unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Coding systems in emacsclient (or, apostrophe's woes...)
@ 2022-11-19 19:13 Juanma Barranquero
  2022-11-19 19:39 ` Eli Zaretskii
  2022-11-19 19:40 ` Andreas Schwab
  0 siblings, 2 replies; 7+ messages in thread
From: Juanma Barranquero @ 2022-11-19 19:13 UTC (permalink / raw)
  To: Emacs developers

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

C:\> emacsclient --server-file=whatever --eval "(nonexistent)"
*ERROR*: Symbol’s function definition is VOID: nonexistent

That's obviously UTF-8; if I change my console's codepage to 65001

*ERROR*: Symbol’s function definition is VOID: nonexistent

But that's not what puzzles me. What I don't understand is how that message
is defined in data.c using an APOSTROPE (#x27), but emacsclient is
receiving a RIGHT SINGLE QUOTATION MARK (#x2019).

Where is that change happening?

As an aside, perhaps it would be nice to have a way (a -coding command or
whatever) for emacsclient to tell server.el its output coding system...

[-- Attachment #2: Type: text/html, Size: 1007 bytes --]

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

end of thread, other threads:[~2022-11-20  6:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-19 19:13 Coding systems in emacsclient (or, apostrophe's woes...) Juanma Barranquero
2022-11-19 19:39 ` Eli Zaretskii
2022-11-19 20:58   ` Juanma Barranquero
2022-11-20  6:30     ` Eli Zaretskii
2022-11-19 19:40 ` Andreas Schwab
2022-11-19 20:59   ` Juanma Barranquero
2022-11-20  6:31     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).