* How can I search in all my buffers?
@ 2003-05-13 7:47 Wang Yin
2003-05-13 7:51 ` Maurizio Loreti
` (3 more replies)
0 siblings, 4 replies; 9+ messages in thread
From: Wang Yin @ 2003-05-13 7:47 UTC (permalink / raw)
I know I can search text with grep, TAGS, ...
But I often need to search in my opened buffers, how can I
do that?
Thanks.
--
Wang Yin
DA Lab, Tsinghua University,
100084
Beijing China
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How can I search in all my buffers?
2003-05-13 7:47 How can I search in all my buffers? Wang Yin
@ 2003-05-13 7:51 ` Maurizio Loreti
2003-05-13 13:49 ` Wang Yin
2003-05-13 8:31 ` Kai Großjohann
` (2 subsequent siblings)
3 siblings, 1 reply; 9+ messages in thread
From: Maurizio Loreti @ 2003-05-13 7:51 UTC (permalink / raw)
Wang Yin <wang-y01@mails.tsinghua.edu.cn> writes:
> I know I can search text with grep, TAGS, ...
> But I often need to search in my opened buffers, how can I
> do that?
C-s
--
Maurizio Loreti http://www.pd.infn.it/~loreti/mlo.html
Dept. of Physics, Univ. of Padova, Italy ROT13: ybergv@cq.vasa.vg
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How can I search in all my buffers?
2003-05-13 7:47 How can I search in all my buffers? Wang Yin
2003-05-13 7:51 ` Maurizio Loreti
@ 2003-05-13 8:31 ` Kai Großjohann
2003-05-13 14:53 ` Kevin Rodgers
2003-05-13 16:12 ` Rob Thorpe
3 siblings, 0 replies; 9+ messages in thread
From: Kai Großjohann @ 2003-05-13 8:31 UTC (permalink / raw)
Wang Yin <wang-y01@mails.tsinghua.edu.cn> writes:
> I know I can search text with grep, TAGS, ...
> But I often need to search in my opened buffers, how can I
> do that?
I think ibuffer can do that. It comes with recent Emacsen, if I'm
not mistaken.
--
This line is not blank.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How can I search in all my buffers?
2003-05-13 7:51 ` Maurizio Loreti
@ 2003-05-13 13:49 ` Wang Yin
2003-05-13 14:14 ` John Paul Wallington
2003-05-13 14:45 ` Kai Großjohann
0 siblings, 2 replies; 9+ messages in thread
From: Wang Yin @ 2003-05-13 13:49 UTC (permalink / raw)
C-s can search the current buffer. But I want to search a
string in all my opened buffers and give me a list. How can
I do that?
I checked ibuffer, but it seems not maintained anymore.
--
Wang Yin
DA Lab, Tsinghua University,
100084
Beijing China
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How can I search in all my buffers?
2003-05-13 13:49 ` Wang Yin
@ 2003-05-13 14:14 ` John Paul Wallington
2003-05-14 3:47 ` Wang Yin
2003-05-13 14:45 ` Kai Großjohann
1 sibling, 1 reply; 9+ messages in thread
From: John Paul Wallington @ 2003-05-13 14:14 UTC (permalink / raw)
Wang Yin <wang-y01@mails.tsinghua.edu.cn> wrote:
> C-s can search the current buffer. But I want to search a
> string in all my opened buffers and give me a list. How can
> I do that?
> I checked ibuffer, but it seems not maintained anymore.
Get an older portable stable Ibuffer for Emacs from:
http://www.shootybangbang.com/ibuffer/ibuffer.el
Don't hestitate to send me bug reports, ideas, rants, shopping lists,
etc. about Ibuffer. I like getting mail!
The latest and greatest Ibuffer is part of the Emacs development
sources, and has extra features like filter groups.
The multi-occur stuff has been moved into replace.el as independent
functionality in the development version of Emacs. If you have it
try M-x multi-occur.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How can I search in all my buffers?
2003-05-13 13:49 ` Wang Yin
2003-05-13 14:14 ` John Paul Wallington
@ 2003-05-13 14:45 ` Kai Großjohann
1 sibling, 0 replies; 9+ messages in thread
From: Kai Großjohann @ 2003-05-13 14:45 UTC (permalink / raw)
Wang Yin <wang-y01@mails.tsinghua.edu.cn> writes:
> I checked ibuffer, but it seems not maintained anymore.
It is maintained -- it is part of the development version of Emacs,
at least. The last change was from 2003-04-26.
--
This line is not blank.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How can I search in all my buffers?
2003-05-13 7:47 How can I search in all my buffers? Wang Yin
2003-05-13 7:51 ` Maurizio Loreti
2003-05-13 8:31 ` Kai Großjohann
@ 2003-05-13 14:53 ` Kevin Rodgers
2003-05-13 16:12 ` Rob Thorpe
3 siblings, 0 replies; 9+ messages in thread
From: Kevin Rodgers @ 2003-05-13 14:53 UTC (permalink / raw)
Wang Yin wrote:
> I know I can search text with grep, TAGS, ...
> But I often need to search in my opened buffers, how can I
> do that?
igrep.el has `M-x igrep-visited-files'.
--
<a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How can I search in all my buffers?
2003-05-13 7:47 How can I search in all my buffers? Wang Yin
` (2 preceding siblings ...)
2003-05-13 14:53 ` Kevin Rodgers
@ 2003-05-13 16:12 ` Rob Thorpe
3 siblings, 0 replies; 9+ messages in thread
From: Rob Thorpe @ 2003-05-13 16:12 UTC (permalink / raw)
Wang Yin <wang-y01@mails.tsinghua.edu.cn> wrote in message news:<ph7k8vi8yk.fsf@wangyin.com>...
> I know I can search text with grep, TAGS, ...
> But I often need to search in my opened buffers, how can I
> do that?
> Thanks.
M-x multi-occur does what you want, but it's only available in CVS Emacs.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: How can I search in all my buffers?
2003-05-13 14:14 ` John Paul Wallington
@ 2003-05-14 3:47 ` Wang Yin
0 siblings, 0 replies; 9+ messages in thread
From: Wang Yin @ 2003-05-14 3:47 UTC (permalink / raw)
Thank you very much.
The ibuffer package is wonderful.
It seem the newest CVS version can't work with my Emacs
21.2.
I'll stay at you portable version and be happy :)
--
Wang Yin
DA Lab, Tsinghua University,
100084
Beijing China
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2003-05-14 3:47 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-13 7:47 How can I search in all my buffers? Wang Yin
2003-05-13 7:51 ` Maurizio Loreti
2003-05-13 13:49 ` Wang Yin
2003-05-13 14:14 ` John Paul Wallington
2003-05-14 3:47 ` Wang Yin
2003-05-13 14:45 ` Kai Großjohann
2003-05-13 8:31 ` Kai Großjohann
2003-05-13 14:53 ` Kevin Rodgers
2003-05-13 16:12 ` Rob Thorpe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.