From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dimitri Fontaine Newsgroups: gmane.emacs.devel Subject: Re: other-buffer advice on kill-buffer Date: Tue, 02 Aug 2011 20:04:38 +0200 Message-ID: References: <8662mgg2ea.fsf@gmail.com> <87d3go4t4d.fsf@gmail.com> <86hb60ekx7.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1312308297 15158 80.91.229.12 (2 Aug 2011 18:04:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2011 18:04:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?utf-8?B?SsOpcsOpbXk=?= Compostella Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 02 20:04:50 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QoJKj-0003Xm-Vf for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 20:04:50 +0200 Original-Received: from localhost ([::1]:47162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoJKj-0008PM-7o for ged-emacs-devel@m.gmane.org; Tue, 02 Aug 2011 14:04:49 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:33008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoJKf-0008Oh-N3 for emacs-devel@gnu.org; Tue, 02 Aug 2011 14:04:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QoJKe-00083y-Bn for emacs-devel@gnu.org; Tue, 02 Aug 2011 14:04:45 -0400 Original-Received: from prometheus.naquadah.org ([212.85.154.174]:32891 helo=mx1.naquadah.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QoJKe-00083T-7K for emacs-devel@gnu.org; Tue, 02 Aug 2011 14:04:44 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mx1.naquadah.org (Postfix) with ESMTP id 7920E5C0DA; Tue, 2 Aug 2011 20:04:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at prometheus.naquadah.org Original-Received: from mx1.naquadah.org ([127.0.0.1]) by localhost (prometheus.naquadah.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S98bnfJXkeSi; Tue, 2 Aug 2011 20:04:40 +0200 (CEST) Original-Received: from DimIMac.local (unknown [89.157.192.174]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.naquadah.org (Postfix) with ESMTPSA id 304D45C0CF; Tue, 2 Aug 2011 20:04:40 +0200 (CEST) Original-Received: by DimIMac.local (Postfix, from userid 501) id 4E0872586FD3; Tue, 2 Aug 2011 20:04:39 +0200 (CEST) User-Mail-Address: dim@tapoueh.org In-Reply-To: <86hb60ekx7.fsf@gmail.com> (=?utf-8?B?IkrDqXLDqW15?= Compostella"'s message of "Tue, 02 Aug 2011 02:06:44 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (darwin) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 212.85.154.174 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142729 Archived-At: J=C3=A9r=C3=A9my Compostella writes: > It provides functions to switch between activities remembering the > window configuration and now it has the ability to help me to select a > relevant buffer. Actually in some occasion I have several thousands of > buffers for different kind of activities / projects. So I particularly > appreciate this help to select the buffer I want to display by > pre-filtering the buffer list. escreen allows me to have about this feature set, have a look at how it handles the per-screen window-configuration and buffer list: http://www.splode.com/~friedman/software/emacs-lisp/src/escreen.el Regards, --=20 dim