help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: updating buffer window while accepting minibuffer input


From: Michael Heerdegen
Subject: Re: updating buffer window while accepting minibuffer input
Date: Thu, 17 Jul 2014 02:52:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.92 (gnu/linux)

"Buchs, Kevin J." <buchs.kevin@mayo.edu> writes:

> This is a follow-up to "regexp nirvana - near miss" (thanks Drew for
> giving me this programming burden ;-).

BTW, what nobody said yet is that both Icicles and Helm implement buffer
searches that allow negation, i.e., have built in what you described in
your prior post.  Before you reinvent the wheel ... maybe you find one
of these sufficient.

In Icicles' search, use the normal candidate exclusion mechanism.

In helm, use helm-occur and enter e.g. "rx1 !rx1rx2" to match lines that
match regexp rx1, but that do not match regexp rx1 followed by regexp
rx2  ("!" just means "negation").


Michael.




reply via email to

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