From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: undo-kill-buffer Date: Thu, 26 Oct 2006 07:43:44 +0900 Message-ID: <87zmbkj9sv.fsf@catnip.gol.com> References: <200610240856.57965.amax@redsymbol.net> <200610241651.45400.amax@redsymbol.net> <200610241722.09016.amax@redsymbol.net> <33359.128.165.123.18.1161787034.squirrel@webmail.lanl.gov> Reply-To: Miles Bader NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1161816271 6161 80.91.229.2 (25 Oct 2006 22:44:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 Oct 2006 22:44:31 +0000 (UTC) Cc: Aaron Maxwell , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 26 00:44:23 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GcrTl-000236-He for ged-emacs-devel@m.gmane.org; Thu, 26 Oct 2006 00:44:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcrTl-0008SP-39 for ged-emacs-devel@m.gmane.org; Wed, 25 Oct 2006 18:44:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GcrTa-0008Rx-3g for emacs-devel@gnu.org; Wed, 25 Oct 2006 18:43:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GcrTX-0008Rf-Uk for emacs-devel@gnu.org; Wed, 25 Oct 2006 18:43:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcrTX-0008Rc-Nh for emacs-devel@gnu.org; Wed, 25 Oct 2006 18:43:55 -0400 Original-Received: from [203.216.5.72] (helo=smtp02.dentaku.gol.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GcrTS-0007H9-N5; Wed, 25 Oct 2006 18:43:51 -0400 Original-Received: from 203-216-96-133.dsl.gol.ne.jp ([203.216.96.133] helo=catnip.gol.com) by smtp02.dentaku.gol.com with esmtpa (Dentaku) id 1GcrTN-0000yG-Aw; Thu, 26 Oct 2006 07:43:45 +0900 Original-Received: by catnip.gol.com (Postfix, from userid 1000) id E8F2E2F45; Thu, 26 Oct 2006 07:43:44 +0900 (JST) Original-To: herring@lanl.gov System-Type: i686-pc-linux-gnu In-Reply-To: <33359.128.165.123.18.1161787034.squirrel@webmail.lanl.gov> (Stuart D. Herring's message of "Wed\, 25 Oct 2006 07\:37\:14 -0700 \(PDT\)") Original-Lines: 14 X-Abuse-Complaints: abuse@gol.com X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61174 Archived-At: "Stuart D. Herring" writes: > I use this when I'm "done with a project": > > (defun kill-buffers-by-regexp (REG &optional AUTO) What I'd _really_ like is something similar to the dired `% D' command, in buffer-menu-mode (the mode you get from `C-x C-b'). A version that matches by buffer filenames instead would also be nice. Hmm I ought to do that one of these days. -Miles -- Would you like fries with that?