emacs-devel
[Top][All Lists]
Advanced

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

Re: search-whitespace-regexp


From: Stefan Monnier
Subject: Re: search-whitespace-regexp
Date: Mon, 07 Feb 2005 16:07:44 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

>       AFAICT everybody is happy
>     with the behavior where a space in the search text is interpreted as "any
>     sequence of blank chars".

> Do you mean, everyone would be happy if a space in string search text
> were interpreted that way?

Yes.  Especially if the regexp-search (in contrast) doesn't use such magic.
This way, you can easily turn off the magic (by using regexp-search) for
those rare cases where you really want to match "just one space".


        Stefan




reply via email to

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