emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: prin1-char error


From: Juri Linkov
Subject: Re: prin1-char error
Date: Tue, 31 Aug 2004 19:44:05 +0300
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

David Kastrup <address@hidden> writes:
> Richard Stallman <address@hidden> writes:
>
>>     Now (prin1-char ?A) returns "?A", and (prin1-char ?\S-a) returns "?A".
>> 
>> ?\S-a isn't really used in Emacs; it uses ?A instead.
>
> Well, but as long as ?\S-a actually returns a value, then prin1-char
> should convert this value back to "?\\S-a", I think.
>
> And if that value is different from ?A, then I don't see anything
> wrong with prin1-char preserving the difference.

As I can see, yesterday Richard fixed lisp-mode.el, so now it seems to
work all right:

(prin1-char ?A) returns "?A"
(prin1-char ?\S-a) returns "?\\S-a"

-- 
Juri Linkov
http://www.jurta.org/emacs/





reply via email to

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