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

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

Re: Some way to have cursor focus on help windows automatically?


From: Andrew Walrond
Subject: Re: Some way to have cursor focus on help windows automatically?
Date: Fri, 19 Oct 2007 19:43:25 +0100
User-agent: Icedove 1.5.0.12 (X11/20070731)

Philip@kime.org.uk wrote:
> Emacs 22.1 - currently undergoing the pain of XEmacs -> GNU emacs
> transition ...
> 
> When I do C-h <whatever> and the buffer-window splits to display the
> help buffer, I want the focus to go to the help buffer so I can just
> to "q" to get rid of it. So much more convenient what C-x 1 in the
> original buffer. Any way to set this?
> 

Not exactly what you want, but this causes the selected window types to
use the current window, with focus:

; Make some buffers which by default appear in the 'other' window
; appear in the current window.
(nconc same-window-buffer-names '("*Buffer List*" "*Help*"))


Andrew Walrond





reply via email to

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