From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nikolaj Schumacher Newsgroups: gmane.emacs.help Subject: Re: delete unneeded buffers Date: Wed, 20 Aug 2008 11:50:34 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219226289 23135 80.91.229.12 (20 Aug 2008 09:58:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Aug 2008 09:58:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: f.braennstroem@gmx.de Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 20 11:59:02 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KVkSz-0001Oq-Tr for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Aug 2008 11:59:02 +0200 Original-Received: from localhost ([127.0.0.1]:51175 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVkS2-0000VG-K6 for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Aug 2008 05:58:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVkKr-00042y-3K for help-gnu-emacs@gnu.org; Wed, 20 Aug 2008 05:50:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVkKq-00042Q-8K for help-gnu-emacs@gnu.org; Wed, 20 Aug 2008 05:50:36 -0400 Original-Received: from [199.232.76.173] (port=35580 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVkKq-00042L-0z for help-gnu-emacs@gnu.org; Wed, 20 Aug 2008 05:50:36 -0400 Original-Received: from dd18200.kasserver.com ([85.13.138.168]:33197) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVkKp-00055G-Kr for help-gnu-emacs@gnu.org; Wed, 20 Aug 2008 05:50:35 -0400 Original-Received: from arwen.uni-trier.de (arwen.uni-trier.de [136.199.55.242]) by dd18200.kasserver.com (Postfix) with ESMTP id 7DE1718073984; Wed, 20 Aug 2008 11:50:37 +0200 (CEST) In-Reply-To: (Fabian Braennstroem's message of "Tue\, 19 Aug 2008 19\:30\:54 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:56813 Archived-At: Fabian Braennstroem wrote: > does anyone know of a good way to kill unneeded buffers? > I think of something which kills all unvisible dired > buffers. Would be nice, if anyone has a suggestion. `clean-buffer-list' might help you out. It comes with `midnight-mode', which can also call it periodically. regards, Nikolaj Schumacher