[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: set-window-dedicated-p argument name
From: |
martin rudalics |
Subject: |
Re: set-window-dedicated-p argument name |
Date: |
Wed, 22 Oct 2008 11:35:24 +0200 |
User-agent: |
Thunderbird 2.0.0.16 (Windows/20080708) |
> Martin, did you know about this old thread
>
> http://lists.gnu.org/archive/html/emacs-devel/2007-05/msg01358.html
>
> before doing the following change?
>
> 2008-10-18 Martin Rudalics <address@hidden>
>
> * window.c [...]
> (Fwindow_dedicated_p): Make window argument optional.
> (Fset_window_dedicated_p): Rename argument "arg" to "flag".
I didn't know about that thread. AFAICT I have not broken anything here
with respect to how this is documented. If we want to consider a window
dedicated iff `window-dedicated-p' equals t, we have to explicitly say
that in the doc-string and the manual and then we can (re-)implement
this or anything else that suits Stefan's needs. Until now, it was
possible to do
(set-window-dedicated-p (selected-window) 1)
and the window was _not_ considered dedicated by some functions. That
was in clear contradiction to what the documentation said.
martin