emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: query-replace-regexp vs. following blanks highlighting


From: Chong Yidong
Subject: Re: query-replace-regexp vs. following blanks highlighting
Date: Tue, 13 Feb 2007 20:37:16 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

Dan Jacobson <address@hidden> writes:

> $ cat file
>   a
>    b
>  c
> Now do query-replace-regexp  "^ " "" on it.
> Note how not only the first space on each line is highlighted, but the
> rest too.

This is a new feature in Emacs 22.  Use "^[ ]" if you want to
highlight exactly one space.





reply via email to

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