emacs-devel
[Top][All Lists]
Advanced

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

Re: ?\_ patch


From: Kim F. Storm
Subject: Re: ?\_ patch
Date: 10 Feb 2003 13:51:18 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Richard Stallman <address@hidden> writes:

>         case 's':
>     +       if (stringp)
>     +         return ' ';
>           c = READCHAR;
>     !       if (c != '-') {
>     !         UNREAD (c);
>     !         return ' ';
>     !       }
>           c = READCHAR;
>           if (c == '\\')
> 
> This might be a good idea if we combine it with the feature that it is
> an error to put a digit or a symbol character or # after a character
> constant with no space in between.

There are several places where something like '(? ?...) or '(?\ ?...)
is used, i.e. where no additional space separates the "? " character
from the "?" of the next character.  

So we would at least need to make an exception that no additional
space is needed after a (real) space.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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