emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: binding ibuffer to C-x C-b by default


From: Lars Magne Ingebrigtsen
Subject: Re: binding ibuffer to C-x C-b by default
Date: Fri, 08 Oct 2010 02:34:35 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Miles Bader <address@hidden> writes:

> Anyway, as I say, while the differences exist, they're for the most
> part simply irrelevant.  The right thing to do is to simply switch to
> ibuffer, and then fix stuff up as the need arises (or somebody gets
> the itch to do so).

Before making ibuffer the default, I'd apply this patch:

=== modified file 'lisp/ibuffer.el'
*** lisp/ibuffer.el     2010-09-25 21:42:48 +0000
--- lisp/ibuffer.el     2010-10-08 00:32:45 +0000
***************
*** 1053,1059 ****
  one window."
    (interactive "P")
    (let ((buf (ibuffer-current-buffer t)))
-     (bury-buffer (current-buffer))
      (switch-to-buffer buf)
      (when single
        (delete-other-windows))))
--- 1053,1058 ----

That was the only difference between list-buffers and ibuffer mode
that annoyed me after playing with it for 30 seconds.

-- 
(domestic pets only, the antidote for overdose, milk.)
  address@hidden * Lars Magne Ingebrigtsen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]