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

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

Re: prin1-char error


From: Richard Stallman
Subject: Re: prin1-char error
Date: Mon, 30 Aug 2004 12:05:41 -0400

    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.  In general we
can't make prin1-char distinguish all codes that are in range, if we
include those that are not supposed to be used.  For instance,
there is no way to distinguish a with the control bit from 001.

I will fix it to return nil rather than a string that corresponds
to some other character code.





reply via email to

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