bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: want user option for pop-to-buffer to split window horizontally not


From: Sebastian Tennant
Subject: Re: want user option for pop-to-buffer to split window horizontally not vertical
Date: 15 Dec 2005 22:01:30 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

"Walter Gillett" <walter_gillett@hotmail.com> writes:

> Juri-
> 
> That would be great, thanks!
> 
> -Walter

Just in case... have you heard of iswitchb?

Forgive me if you have.

Just add

  (iswitchb-mode 1)

somewhere in your ~/.emacs and observe the changed behaviour.

(list-buffers) is mapped to `C-x C-b', so you can still use it, and `C-x b' is
now mapped to (iswitchb-buffer).  Cycle forward and back through buffers in the
echo area using C-s and C-r.  Select them with <RET>, kill them with C-k.  Add
patterns to iswtich-buffer-ignore if they needn't be listed.

It's far less disruptive and just as functional in my opinion.





reply via email to

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