From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.help Subject: Re: too many buffers Date: Wed, 20 Jan 2010 14:06:01 -0500 Message-ID: <4B575419.7050908@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1264015252 14824 80.91.229.12 (20 Jan 2010 19:20:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Jan 2010 19:20:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: andrea Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 20 20:20:45 2010 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 1NXg6d-0007NZ-En for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Jan 2010 20:20:43 +0100 Original-Received: from localhost ([127.0.0.1]:47302 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXg6e-0001mC-9K for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Jan 2010 14:20:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NXfsh-0003Mm-UO for help-gnu-emacs@gnu.org; Wed, 20 Jan 2010 14:06:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NXfsd-0003Jk-5d for help-gnu-emacs@gnu.org; Wed, 20 Jan 2010 14:06:19 -0500 Original-Received: from [199.232.76.173] (port=41830 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NXfsc-0003JY-Tc for help-gnu-emacs@gnu.org; Wed, 20 Jan 2010 14:06:15 -0500 Original-Received: from mx1.janestreet.com ([38.105.200.112]:50963) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NXfsY-0006M6-Bm; Wed, 20 Jan 2010 14:06:10 -0500 Original-Received: from nyc-qsv-mail1.delacy.com ([172.25.22.57]) by mx1.janestreet.com with esmtp (Exim 4.63) (envelope-from ) id 1NXfor-0004zw-Ly; Wed, 20 Jan 2010 14:02:21 -0500 Original-Received: from nyc-qws-005.delacy.com ([172.25.131.105]) by nyc-qsv-mail1.delacy.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NXfsQ-00060U-6t; Wed, 20 Jan 2010 14:06:02 -0500 User-Agent: Thunderbird 2.0.0.22 (X11/20090625) Original-Newsgroups: gmane.emacs.help In-Reply-To: X-Enigmail-Version: 0.95.6 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:71325 Archived-At: andrea wrote: > > Can I limit the creation of new buffers or maybe I should write some > functions that cleans the situation automatically (using ibuffer maybe)? enable midnight.el to clean up unused buffers. e.g., (custom-set-variables '(midnight-delay 7200 t (midnight))) in your .emacs will remove old unused buffers at 2 am.