From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: binding ibuffer to C-x C-b by default Date: Thu, 07 Oct 2010 23:05:45 -0400 Message-ID: References: <8739shmu5i.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286507158 21038 80.91.229.12 (8 Oct 2010 03:05:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2010 03:05:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 08 05:05:56 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P43HN-0002Dq-W7 for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2010 05:05:54 +0200 Original-Received: from localhost ([127.0.0.1]:58639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P43HN-0000p0-Ct for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 23:05:53 -0400 Original-Received: from [140.186.70.92] (port=47713 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P43HH-0000oZ-0G for emacs-devel@gnu.org; Thu, 07 Oct 2010 23:05:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P43HF-0005bf-On for emacs-devel@gnu.org; Thu, 07 Oct 2010 23:05:46 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:33761) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P43HF-0005ba-NK for emacs-devel@gnu.org; Thu, 07 Oct 2010 23:05:45 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P43HF-0003fn-Iv; Thu, 07 Oct 2010 23:05:45 -0400 Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <8739shmu5i.fsf@mail.jurta.org> (Juri Linkov's message of "Fri\, 08 Oct 2010 00\:29\:21 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:131465 Archived-At: Juri Linkov writes: >> This was discussed briefly a few years ago and Stefan (and other >> people) agreed with it: how about we map ibuffer to C-x C-b by default >> in Emacs-24? >> >> ibuffer is a superset of list-buffers, and it provides many things >> that list-buffers does not. > > Maybe making `list-buffers' an alias of `ibuffer' would be a better thing to do? IMHO yes, that would have been step 2 in my plan...