emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch proposal: display symbol source code in help buffers


From: martin rudalics
Subject: Re: Patch proposal: display symbol source code in help buffers
Date: Wed, 22 Sep 2021 09:49:42 +0200

> That sounds like useful approach. Something like:
>
> (defcustom help-buffer-default-height 25
>    "The default height of a help-buffer window."
>    :type 'fixnum
>    :group 'help
>    :version "28.1") <-- :-)

Help-buffer windows are as a rule displayed via 'display-buffer' and are
easily recognizable because their buffer is always called *Help*.  So
you can simply add a 'window-height' action alist entry for them which
is considerably more versatile than what you propose above.

martin



reply via email to

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