emacs-devel
[Top][All Lists]
Advanced

[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





reply via email to

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