* Searching multiple buffers
@ 2002-11-21 23:15 Brian Lavender
2002-11-22 2:33 ` Michael P. Soulier
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Brian Lavender @ 2002-11-21 23:15 UTC (permalink / raw)
How do I search all the buffers for the occurance of a word?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Searching multiple buffers
2002-11-21 23:15 Searching multiple buffers Brian Lavender
@ 2002-11-22 2:33 ` Michael P. Soulier
2002-11-22 6:01 ` John Paul Wallington
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Michael P. Soulier @ 2002-11-22 2:33 UTC (permalink / raw)
On 21 Nov 2002 15:15:06 -0800, Brian Lavender <brian@brie.com> wrote:
> How do I search all the buffers for the occurance of a word?
I think you'll have to code some elisp for that.
Mike
--
Michael P. Soulier <msoulier@storm.ca>, GnuPG pub key: 5BC8BE08
"...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort." -Harley Hahn, A Student's Guide to Unix
HTML Email Considered Harmful: http://expita.com/nomime.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Searching multiple buffers
2002-11-21 23:15 Searching multiple buffers Brian Lavender
2002-11-22 2:33 ` Michael P. Soulier
@ 2002-11-22 6:01 ` John Paul Wallington
2002-11-22 7:34 ` Luis O. Silva
2002-11-22 17:32 ` Kevin Rodgers
3 siblings, 0 replies; 5+ messages in thread
From: John Paul Wallington @ 2002-11-22 6:01 UTC (permalink / raw)
Brian Lavender wrote:
> How do I search all the buffers for the occurance of a word?
In Emacs 21.3.50 from CVS there is the `multi-occur' command.
--
John Paul Wallington
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Searching multiple buffers
2002-11-21 23:15 Searching multiple buffers Brian Lavender
2002-11-22 2:33 ` Michael P. Soulier
2002-11-22 6:01 ` John Paul Wallington
@ 2002-11-22 7:34 ` Luis O. Silva
2002-11-22 17:32 ` Kevin Rodgers
3 siblings, 0 replies; 5+ messages in thread
From: Luis O. Silva @ 2002-11-22 7:34 UTC (permalink / raw)
Hello Brian,
On 21 Nov 2002 15:15:06 -0800, Brian Lavender writes:
Brian> How do I search all the buffers for the occurance of
Brian> a word?
I posted a similar question some time ago (two weeks). You can
look the threat "search and replacement at once in some
buffers". There you'll find that the answer to your question
is ibuffer.el which permits to operate on buffers as you do on
files being in Dired.
I'd like to add the following remark. When working on a latex
document spread along some files you can use the functions
provided by RefTeX to operate on all your project's files as if
all they were one large file.
Hope that helps
Best regards,
luis
--
Luis Octavio Silva P.
St. Petersburg State University.
66/3 Botanicheskaya St., Apt.119/2
Stary Peterhof
St. Petersburg, Russia.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Searching multiple buffers
2002-11-21 23:15 Searching multiple buffers Brian Lavender
` (2 preceding siblings ...)
2002-11-22 7:34 ` Luis O. Silva
@ 2002-11-22 17:32 ` Kevin Rodgers
3 siblings, 0 replies; 5+ messages in thread
From: Kevin Rodgers @ 2002-11-22 17:32 UTC (permalink / raw)
Brian Lavender wrote:
> How do I search all the buffers for the occurance of a word?
;; ftp://ftp.elisparchive.net/pub/elisp/elisp-archive/All/igrep.el
(require 'igrep)
M-x igrep-visited-files
--
<a href="mailto:<kevin.rodgers@ihs.com>">Kevin Rodgers</a>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-11-22 17:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-21 23:15 Searching multiple buffers Brian Lavender
2002-11-22 2:33 ` Michael P. Soulier
2002-11-22 6:01 ` John Paul Wallington
2002-11-22 7:34 ` Luis O. Silva
2002-11-22 17:32 ` Kevin Rodgers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).