[Top][All Lists]
[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
- Re: ?\_ patch, (continued)
- Re: ?\_ patch, Richard Stallman, 2003/02/09
- Re: ?\_ patch, Andreas Schwab, 2003/02/10
- Re: ?\_ patch, Richard Stallman, 2003/02/07
- Re: ?\_ patch, Kim F. Storm, 2003/02/07
- Re: ?\_ patch, Andreas Schwab, 2003/02/07
- Re: ?\_ patch, Richard Stallman, 2003/02/10
- Re: ?\_ patch,
Kim F. Storm <=
- Re: ?\_ patch, Richard Stallman, 2003/02/11
- Re: ?\_ patch, Kim F. Storm, 2003/02/12
- Re: ?\_ patch, Richard Stallman, 2003/02/13
- Re: ?\_ patch, Kim F. Storm, 2003/02/13
- Re: ?\_ patch, Kenichi Handa, 2003/02/05
- Re: ?\_ patch, Andreas Schwab, 2003/02/06