emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Coding systems in emacsclient (or, apostrophe's woes...)


From: Juanma Barranquero
Subject: Coding systems in emacsclient (or, apostrophe's woes...)
Date: Sat, 19 Nov 2022 20:13:25 +0100


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...


reply via email to

[Prev in Thread] Current Thread [Next in Thread]