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

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

Re: Locking a buffer in Emacs.


From: Mathias Dahl
Subject: Re: Locking a buffer in Emacs.
Date: Tue, 12 Sep 2006 15:18:14 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

"Prasanna Mohanty" <mkprasanna@hotmail.com> writes:

> While using cscope on Emacs I see that a particular buffer I am
> interested in gets removed from being display to make room for the
> cscope results. I would like to lock this buffer from being swapped
> out. Could you please let knoe how would I be able do it?

While in the window you want to "lock", do this:

M-: (set-window-dedicated-p (selected-window) t) RET

/Mathias


reply via email to

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