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

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

Re: opening new buffer in active buffer


From: Emanuel Berg
Subject: Re: opening new buffer in active buffer
Date: Fri, 05 Jul 2013 03:09:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Bernardo <bernardo.bacic@pobox.com> writes:

>> if i have several buffers open in Emacs in splitted windows and
>> I hit C-x C-b to switch to another buffer, the list of buffers
>> and, hence, the new buffer always opens in another buffer
>> window than the one that is currently my window. Is there any
>> way to change this so that I always stay in the same window?

> not sure if i interpret this correctly but maybe adding this to
> your .emacs would help
>
> (add-to-list 'same-window-buffer-names "*Buffer List*")

>From http://stackoverflow.com/a/1231270

(global-set-key (kbd "C-x C-b") 'buffer-menu)

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573


reply via email to

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