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

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

subsequent prompting for occur


From: Dan Jacobson
Subject: subsequent prompting for occur
Date: Wed, 28 Jul 2004 12:04:11 +0800

When we type M-x occur for a subsequent time, we are prompted with the
regexp we used the last time:
List lines matching regexp (default `^[A-Z]'):

The problem is that we normal people will then try and edit the
expression, which lives in read-only land.

Therefore, kindly prompt like this:
List lines matching regexp: ^[A-Z]
So we can edit it without thinking.

And while you are at it, finally bind "q" to bury the occur buffer.




reply via email to

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