|--==> "APA" == Adrian Aichner <Adrian.Aichner(a)t-online.de> writes:
>>>>>"SY" == Steve Youngs
<youngs(a)xemacs.org> writes:
SY> Just gave your
'search-buffers.el' a whirl. A couple of
SY> things that I noticed were:
SY> - If the list of buffers to search is too long you can't scroll the
SY> list.
APA> Can you elaborate?
M-x list-matches-in-buffers RET
enter search string RET RET
use mouse to scroll down *Buffers matching "..."*
can't answer y or n to "OK to use these buffers?"
SY> - The list of buffers to search includes lots of buffers beyond
SY> that which are listed in 'M-x list-buffers'.
APA> The "Buffer name REGEXP" defaulted to ".*" in
APA> (defun buffer-regexp-list ()
APA> should probably become a (defcustom ...) and the default value be
APA> changed to "^[^ ]", which is what list-buffers displays.
Yes I agree that it should default to "^[^ ]" but I don't think it
needs to be a (defcustom...) thing. Just document it in
'buffer-regexp-list'.
APA> My motivation was to find information hidden in invisible buffers at
APA> first, hence the default of .*.
Fair enough, but seeing all those invisible buffers could probably
scare a novice user.
APA> What about the naming of the file and functions?
Fine by me.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|