[Top][All Lists]
[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.
- Re: ?\_ patch, (continued)
- Re: ?\_ patch, Miles Bader, 2003/02/09
- Re: ?\_ patch, Dmitry Paduchikh, 2003/02/07
- Re: ?\_ patch, Kim F. Storm, 2003/02/07
- Re: ?\_ patch, Damien Elmes, 2003/02/07
- Re: ?\_ patch, Luc Teirlinck, 2003/02/07
- 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 <=
- Re: ?\_ patch, Kim F. Storm, 2003/02/10
- 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