emacs-devel
[Top][All Lists]
Advanced

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

Re: gratuitous changes


From: Richard Stallman
Subject: Re: gratuitous changes
Date: Fri, 07 Feb 2003 04:18:01 -0500

       (string-to-char " ") would also work, and would avoid
       the need for a change in Emacs.

    This works, but in certain situations, one may want something more
    concise.  Within lists and arrays, (string-to-char " ") requires
    backquote and comma.

Yes, but that case may never occur.  Character constants `?\ '
are rare enough to begin with, and we only have a problem when
they occur at the end of the real code in a line.




reply via email to

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