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

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

Re: Lock buffer to window


From: henning
Subject: Re: Lock buffer to window
Date: Mon, 11 Sep 2006 00:23:30 -0700 (PDT)

Thanks, but you are right, its not really what I want to do, I would like to
force a window to show current buffer and not switch buffer until I
explicitly say so. I have been trying to implement this but it was harder
than I had imagined. Maybe I can get by with what you suggested though.

Cheers,

H


Mathias Dahl-4 wrote:
> 
> henning <henning.red@googlemail.com> writes:
> 
> This doesn't solve the problem in the exact way you want, but you
> might want to try it out anyway:
> 
> Try this:
> 
> (setq special-display-buffer-names
>       (append special-display-buffer-names (list "*Help*")))
> 
> Then use any of the help commands, `C-h f' for example. Notice how the
> *Help* buffer opens in a new frame instead of splitting the current
> window.
> 
> If you want to do more advanced matching of buffer names, try
> `special-display-regexps' instead.
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Lock-buffer-to-window-tf2237460.html#a6242158
Sent from the Emacs - Help forum at Nabble.com.





reply via email to

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