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

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

Re: How to search all open buffers?


From: Lennart Borgman (gmail)
Subject: Re: How to search all open buffers?
Date: Tue, 28 Aug 2007 00:57:45 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666

Eric Hanchrow wrote:
"kj" == kj  <socyl@987jk.com.invalid> writes:

    kj> Hi.  What's the Emacs command to search for a string in all
kj> the open buffers?
As far as I know, the only way to do it is

        M-x multi-occur-in-matching-buffers RET . RET your-search-string RET

which is not only awkward, but I swear sometimes it's failed to find
hits that I know where present.

A more reliable, but even more awkward way, is

        M-x ibuffer RET * * RET t O your-search-string RET

There is a page here about similar things:

  http://www.emacswiki.org/cgi-bin/wiki/CategorySearchAndReplace




reply via email to

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