emacs-devel
[Top][All Lists]
Advanced

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

Re: ?\_ patch


From: Richard Stallman
Subject: Re: ?\_ patch
Date: Mon, 10 Feb 2003 05:35:39 -0500

          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.





reply via email to

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