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

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

RE: Open many buffers


From: Drew Adams
Subject: RE: Open many buffers
Date: Tue, 8 Jun 2010 14:57:37 -0700

> I don't see in the emacs functions anything like
> "visit-all-the-buffers-matching-this-regexp".
> Is there anything like this somewhere?

Here are two possibilities:

1. Ibuffer: `% n rgx RET v'  where rgx is your regexp.

`% n' marks regexp matches.  `v' visits.

2. Icicles: `C-x b rgx  S-TAB  C-!'  where rgx is your regexp.

`S-TAB' regexp-completes.
`C-!' acts on each of the completion candidates.

The action in this case is `C-x b': visit a buffer.




reply via email to

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