|
From: | Bernardo |
Subject: | Re: switch buffer in one of splitted windows |
Date: | Sun, 22 Feb 2009 15:00:50 +1100 |
User-agent: | Thunderbird 2.0.0.19 (X11/20081209) |
While working with two splited windows, I am trying to switch buffer in onewindow by first switching cursor to that window, then listing existingbuffers by "C-x C-b" but always end up with listing the existing buffers in the other window. If I switch to the other window to select one buffer, then the buffer will be shown in that window instead of the one I want. How to doit correctly? Thanks for your help!does it help if you put (add-to-list 'same-window-buffer-names "*Buffer List*") in your .emacs ?
C-x 4 b also comes to mind, especially if you use Iswitchb for more details see (info "(emacs)Iswitchb")
[Prev in Thread] | Current Thread | [Next in Thread] |