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: binding ibuffer to C-x C-b by default Date: Thu, 07 Oct 2010 11:17:25 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1286465757 11193 80.91.229.12 (7 Oct 2010 15:35:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Oct 2010 15:35:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 07 17:35: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 1P3sVg-0004JF-9c for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 17:35:56 +0200 Original-Received: from localhost ([127.0.0.1]:41943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3sVf-0000fk-LY for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 11:35:55 -0400 Original-Received: from [140.186.70.92] (port=57722 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3sQC-00064T-Ra for emacs-devel@gnu.org; Thu, 07 Oct 2010 11:30:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3sDl-00039f-MI for emacs-devel@gnu.org; Thu, 07 Oct 2010 11:17:27 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3sDl-00039Z-IN for emacs-devel@gnu.org; Thu, 07 Oct 2010 11:17:25 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P3sDl-00083U-DM for emacs-devel@gnu.org; Thu, 07 Oct 2010 11:17:25 -0400 Mail-Followup-To: emacs-devel@gnu.org 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:131433 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.