From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: Re: Using Org for browsing and managing buffers Date: Fri, 09 Apr 2010 10:49:33 -0400 Message-ID: <87y6gwof42.fsf@stats.ox.ac.uk> References: <87aatda0gv.fsf@stats.ox.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0FWg-0003Y9-3Q for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:49:42 -0400 Received: from [140.186.70.92] (port=39281 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0FWe-0003XE-E3 for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:49:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0FWc-0003C6-Mp for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:49:40 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:46655) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0FWc-0003Br-Eb for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:49:38 -0400 In-Reply-To: (Austin Frank's message of "Thu, 08 Apr 2010 23:43:16 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Austin Frank Cc: emacs-orgmode@gnu.org Austin Frank writes: > Dan-- > > Very nice. I will say, though, that the very first thing I did was > > (define-key org-buffers-mode-map "q" 'bury-buffer) Thanks Austin, I've added that. > I would request that something like this be included in the default > keybindings. A smarter version might try to restore the window config > From before org-buffers-list was called. See ibuffer-quit for an > example. Will do. ibuffer does lots of nice things and I think a version using org-mode, with org's hierarchical structuring, would be even better. If anyone wanted to help out that would be great. Maybe the correct approach is to make use of the existing ibuffer machinery and build the org version on top of ibuffer? Dan > > Will report back after more testing! > > Thanks! > /au