[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Dedicated *Help* frame and recent window.c changes
From: |
Stefan Monnier |
Subject: |
Re: Dedicated *Help* frame and recent window.c changes |
Date: |
Wed, 02 Nov 2005 16:49:59 -0500 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
> Stephan's recent changes[1] to window.c break following the function
> definition link in the *Help* buffer for me. My special display
> configuration includes (add-to-list 'special-display-buffer-names
> '("*Help*" ((height . 30)))). When I click on e.g. on `gnus.el' in
> the *Help* buffer[2], I get "Window is dedicated to `*Help*'". Before
> this change, the source file got displayed in another frame or a new
> frame (if `pop-up-windows' is t).
Hmm... I'll try to reproduce it.
Stefan