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

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

Re: help in same window + colorful help + Blümchen


From: Emanuel Berg
Subject: Re: help in same window + colorful help + Blümchen
Date: Wed, 08 Jul 2015 11:55:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

martin rudalics <rudalics@gmx.at> writes:

>> Question: Can I have help open help not in the
>> other window but always in the window from which it
>> is invoked, and not changing the window
>> configuration apart from obviously showing the
>> help buffer?
>
> Maybe
>
> (customize-set-variable 'display-buffer-alist
> '(("\\*Help\\*" display-buffer-same-window)))

Indeed, that worked - tho I prefer not to deal with
custom:

    (setq display-buffer-alist
       '(("\\*Help\\*" display-buffer-same-window)) )

Thank you!

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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