unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Dedicated *Help* frame and recent window.c changes
@ 2005-11-02 20:45 Reiner Steib
  2005-11-02 21:49 ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Reiner Steib @ 2005-11-02 20:45 UTC (permalink / raw)


Hi,

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).

Bye, Reiner.

[1]
,----[ src/ChangeLog ]
| 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
| 
| 	* window.c (window_loop): For LRU and LARGEST, let the `mini' argument
| 	determine whether to consider dedicated windows as well.
| 	(Fget_lru_window, Fget_largest_window): Add `dedicated' argument.
| 	(Fdisplay_buffer): Do consider dedicated windows in those cases where
| 	we will split the window rather than reuse it.
| 	Don't try to use windows on other displays.
`----

[2]
,----[ <f1> f gnus RET ]
| gnus is an interactive compiled Lisp function in `gnus.el'.
| It is bound to <menu-bar> <tools> <gnus>.
| (gnus &optional arg dont-connect slave)
| 
| Read network news.  [...]
`----
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Dedicated *Help* frame and recent window.c changes
  2005-11-02 20:45 Dedicated *Help* frame and recent window.c changes Reiner Steib
@ 2005-11-02 21:49 ` Stefan Monnier
  2005-11-03 10:41   ` Reiner Steib
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2005-11-02 21:49 UTC (permalink / raw)


> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Dedicated *Help* frame and recent window.c changes
  2005-11-02 21:49 ` Stefan Monnier
@ 2005-11-03 10:41   ` Reiner Steib
  2005-11-03 17:14     ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Reiner Steib @ 2005-11-03 10:41 UTC (permalink / raw)


On Wed, Nov 02 2005, Stefan Monnier wrote:

>> 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*'". [...]
>
> Hmm... I'll try to reproduce it.

I can reproduce it with...

emacs -Q --eval "(add-to-list 'special-display-buffer-names
  '(\"*Help*\" ((height . 30))))" --eval "(describe-function 'gnus)"

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Dedicated *Help* frame and recent window.c changes
  2005-11-03 10:41   ` Reiner Steib
@ 2005-11-03 17:14     ` Stefan Monnier
  2005-11-04 12:22       ` Reiner Steib
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2005-11-03 17:14 UTC (permalink / raw)


>>> Stefan'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*'". [...]
>> 
>> Hmm... I'll try to reproduce it.

> I can reproduce it with...

> emacs -Q --eval "(add-to-list 'special-display-buffer-names
>   '(\"*Help*\" ((height . 30))))" --eval "(describe-function 'gnus)"

I believe it should now be fixed,


        Stefan

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Dedicated *Help* frame and recent window.c changes
  2005-11-03 17:14     ` Stefan Monnier
@ 2005-11-04 12:22       ` Reiner Steib
  0 siblings, 0 replies; 5+ messages in thread
From: Reiner Steib @ 2005-11-04 12:22 UTC (permalink / raw)


On Thu, Nov 03 2005, Stefan Monnier wrote:

>> emacs -Q --eval "(add-to-list 'special-display-buffer-names
>>   '(\"*Help*\" ((height . 30))))" --eval "(describe-function 'gnus)"
>
> I believe it should now be fixed,

Yes it is fixed.  Thanks.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-04 12:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-02 20:45 Dedicated *Help* frame and recent window.c changes Reiner Steib
2005-11-02 21:49 ` Stefan Monnier
2005-11-03 10:41   ` Reiner Steib
2005-11-03 17:14     ` Stefan Monnier
2005-11-04 12:22       ` Reiner Steib

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).