From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: binding ibuffer to C-x C-b by default Date: Fri, 08 Oct 2010 00:29:21 +0100 Organization: JURTA Message-ID: <8739shmu5i.fsf@mail.jurta.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286496129 19020 80.91.229.12 (8 Oct 2010 00:02:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2010 00:02:09 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 08 02:02:06 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 1P40PV-0008Vz-UV for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2010 02:02:06 +0200 Original-Received: from localhost ([127.0.0.1]:56275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P40PV-0007v7-CB for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 20:02:05 -0400 Original-Received: from [140.186.70.92] (port=49399 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P40PP-0007v0-VN for emacs-devel@gnu.org; Thu, 07 Oct 2010 20:02:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P40PO-00085y-TM for emacs-devel@gnu.org; Thu, 07 Oct 2010 20:01:59 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:54837) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P40PO-000855-NQ for emacs-devel@gnu.org; Thu, 07 Oct 2010 20:01:58 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id B3CD86E807A for ; Thu, 7 Oct 2010 17:01:57 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 9A181451C188 for ; Thu, 7 Oct 2010 17:01:54 -0700 (PDT) In-Reply-To: (Dan Nicolaescu's message of "Thu, 07 Oct 2010 11:17:25 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) 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:131446 Archived-At: > 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? Because `list-buffers' is a more descriptive name for a core command. So we could just change its semantics to do more than its old implementation.