From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: binding ibuffer to C-x C-b by default Date: Fri, 8 Oct 2010 11:12:01 +0200 Message-ID: References: <8F022F3B2C5D4C2AB8A90CBDD7660FF1@us.oracle.com> <878w29a5ns.fsf@catnip.gol.com> <87mxqp8o1r.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1286529180 8634 80.91.229.12 (8 Oct 2010 09:13:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 8 Oct 2010 09:13:00 +0000 (UTC) Cc: Dan Nicolaescu , Deniz Dogan , Drew Adams , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 08 11:12:57 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 1P490b-0007RN-0K for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2010 11:12:57 +0200 Original-Received: from localhost ([127.0.0.1]:41388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P490Z-0002UI-VY for ged-emacs-devel@m.gmane.org; Fri, 08 Oct 2010 05:12:56 -0400 Original-Received: from [140.186.70.92] (port=50815 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P490S-0002U1-40 for emacs-devel@gnu.org; Fri, 08 Oct 2010 05:12:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P490Q-00086B-VM for emacs-devel@gnu.org; Fri, 08 Oct 2010 05:12:48 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:49635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P490O-00084l-QL; Fri, 08 Oct 2010 05:12:44 -0400 Original-Received: by iwn1 with SMTP id 1so622546iwn.0 for ; Fri, 08 Oct 2010 02:12:44 -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=1x6ZzUihetGwDArW45WxVB+2lRT0ibg/2d/hkHjdE0Y=; b=grPrlMUUzHHGOz5BXTC7wqX4DN1vgNs+bqvTZqKmaY6vjus9aP2awy52X+35a88fpv A5iXVPJHkGZHnAgx5wJk8zURSVkPGuOBuDk9pOi7nw7Tn+EatyZ31Ti5mknByDmoOzu0 iv5Wqv6iXfUcTSsFM8ClrqUYxQUG2sLlFMYfQ= 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=YlFrnoH/PGa3xRNr09445iLELkUip3jWrdMmFdQYP3xHtA5B+gYiyg6vy7aYNKmngh 2vfZa/KK92X8d2s3OTA17Gf2Wj2IyHMRWdDhgGgNRwvIEJqOl3jVHgtS6PeK8jToaYOg E3vM1k6uUAN8kMcdWHxyhMYgrKZtgq8Jcu+eQ= Original-Received: by 10.231.35.202 with SMTP id q10mr1986535ibd.138.1286529164072; Fri, 08 Oct 2010 02:12:44 -0700 (PDT) Original-Received: by 10.231.196.71 with HTTP; Fri, 8 Oct 2010 02:12:01 -0700 (PDT) In-Reply-To: <87mxqp8o1r.fsf@catnip.gol.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:131476 Archived-At: On Fri, Oct 8, 2010 at 03:34, Miles Bader wrote: > That is not sacred. Of course. I pointed it out because you said that the differences are "fairly easy to fix", and that one will require at least a bit of thought. I wasn't commenting on switching / not-switching to ibuffer because I have no opinion. I use neither list-buffers nor ibuffer. I have C-x C-b bound to `buffer-menu-other-window', and even that I hardly ever use it. =C2=A0 =C2=A0 Juanma