From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: binding ibuffer to C-x C-b by default Date: Thu, 7 Oct 2010 22:54:16 +0200 Message-ID: References: <8F022F3B2C5D4C2AB8A90CBDD7660FF1@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1286486149 8994 80.91.229.12 (7 Oct 2010 21:15:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Oct 2010 21:15:49 +0000 (UTC) Cc: Dan Nicolaescu , emacs-devel@gnu.org To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 07 23:15:47 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 1P3xoZ-0003ub-AZ for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 23:15:47 +0200 Original-Received: from localhost ([127.0.0.1]:59296 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3xoY-00089p-Fc for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 17:15:46 -0400 Original-Received: from [140.186.70.92] (port=36821 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3xgu-00061E-8y for emacs-devel@gnu.org; Thu, 07 Oct 2010 17:07:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3xUK-0007sq-Ac for emacs-devel@gnu.org; Thu, 07 Oct 2010 16:54:53 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:53931) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3xUH-0007ra-FD; Thu, 07 Oct 2010 16:54:49 -0400 Original-Received: by gwj22 with SMTP id 22so173446gwj.0 for ; Thu, 07 Oct 2010 13:54:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=9YxpxwEzo/f3UYojw5BEWyGtmowihgTMN2md2fiA1Kg=; b=Nt7SMr9vcj1HT2rHk18nNjmQHYLqnFBooBK54zcSQs14nFOb4sev2Umai+ig+HkvYE dRC0EexD1wa0sbJ8C62u0dAFCYpbK7QNi01J+8GsMgWcrsBXrKUgreleIG4kLMYuLNEo 6GSMwehtkfhtZA6MT4w4SjYC+8JKhF3/jEQ8k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=uup9STFTaEfNLdfv9O2bmCNJrAkFV+onz27XWYOLqFGELUcpRbY5k2PO7rlVXlXmwn QN+pdjKKATMit3cUxoZE2KX0iyCm6e3j/v0u27o6JjW6SmuYP53IXlhsT4bIoOF+VhVH 9PpBwe1AOxt75zbtZYCwcWjxAqHUgfULAW+Hg= Original-Received: by 10.231.35.202 with SMTP id q10mr1455469ibd.138.1286484887281; Thu, 07 Oct 2010 13:54:47 -0700 (PDT) Original-Received: by 10.231.17.66 with HTTP; Thu, 7 Oct 2010 13:54:16 -0700 (PDT) In-Reply-To: <8F022F3B2C5D4C2AB8A90CBDD7660FF1@us.oracle.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:131439 Archived-At: 2010/10/7 Drew Adams : >> 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. > > I disagree, for one. =A0And no, it is not a superset. > But yes, it does provides things that list-buffers does not. > Why do you disagree? --=20 Deniz Dogan