[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gratuitous changes
From: |
Kim F. Storm |
Subject: |
Re: gratuitous changes |
Date: |
05 Feb 2003 01:32:37 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
"Edward O'Connor" <address@hidden> writes:
> My $0.02 regarding removing extraneous whitespace, ?\ , etc:
>
> It seems like the occurances of ?\ and ?\ (?\SPC and ?\TAB)
> in source files is probably pretty minimal. In the particular
> case of ?\ , we have a perfectly good and arguably more
> readable substitute in ?\t, so why don't we adopt a good and
> arguably more readable substitute for ?\ , say, ?\s?
>
AFAIK, there is no difference between "?\ " and "? ".
I'd like to "see" the space too, but \s is a bad choice.
Maybe ?\_ could identify this?
There are many ways to express a "protected space":
? ; -- only works at end of line
(+ ? )
32
(aref " " 0)
(string-to-char " ")
In any case, ?\_ looks simpler.
--
Kim F. Storm <address@hidden> http://www.cua.dk
- Re: gratuitous changes, (continued)
- Re: gratuitous changes, Eli Zaretskii, 2003/02/04
- Re: gratuitous changes, Juanma Barranquero, 2003/02/04
- Re: gratuitous changes, Stefan Monnier, 2003/02/04
- Re: gratuitous changes, Nick Roberts, 2003/02/04
- Re: gratuitous changes, Edward O'Connor, 2003/02/04
- Re: gratuitous changes, Juanma Barranquero, 2003/02/04
- Re: gratuitous changes,
Kim F. Storm <=
- Re: gratuitous changes, Kim F. Storm, 2003/02/04
- Re: gratuitous changes, Kenichi Handa, 2003/02/04
- Re: gratuitous changes, Luc Teirlinck, 2003/02/04
- Re: gratuitous changes, Miles Bader, 2003/02/04
- Re: gratuitous changes, Richard Stallman, 2003/02/05
- Re: gratuitous changes, Luc Teirlinck, 2003/02/05
- Re: gratuitous changes, Richard Stallman, 2003/02/07
- Re: gratuitous changes, Juanma Barranquero, 2003/02/04
- Re: gratuitous changes, Stefan Monnier, 2003/02/04
- Re: gratuitous changes, Eli Zaretskii, 2003/02/05