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

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

RE: can I batch select buffers in buffer menu mode?


From: Drew Adams
Subject: RE: can I batch select buffers in buffer menu mode?
Date: Mon, 18 Jul 2005 10:19:09 -0700

    Is there a way I can specify a pattern and mark all
    matching buffers for deletion? For instance, it'd be
    great if I could say "M-x mark-matching ~/src/2.2/*.cpp"
    to mark all buffers visiting files in that dir for
    removal.

For files (in Dired):
  dired-mark-files-regexp, which is bound to `% m' and to `% *'

For buffers (in *Buffer List*):
  I don't think there is a command to mark buffers via regexp, but you could
write one!





reply via email to

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