GNU bug report logs -
#18170
24.3.92; window-atom and window-side parameters
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 18170 in the body.
You can then email your comments to 18170 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18170
; Package
emacs
.
(Fri, 01 Aug 2014 15:06:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 01 Aug 2014 15:06:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi
in e.g. (info "(elisp) Deleting Windows") (and some other places), it is
said:
Otherwise, this function obeys the `window-atom' or `window-side'
window parameter, if any. *Note Window Parameters::.
But in (info "(elisp) Window Parameters"), the only occurrence of
window-side is in:
There are additional parameters `window-atom' and `window-side';
these are reserved and should not be used by applications.
What are these parameters ?
The docstring of delete-other-windows has :
Otherwise, if WINDOW is part of an atomic window, call this
function with the root of the atomic window as its argument. If
WINDOW is a non-side window, make WINDOW the only non-side window
on the frame. Side windows are not deleted. If WINDOW is a side
window signal an error.
but I don't get it, and I'm not even sure it is related to the above
parameters.
I tried
(progn
(set-window-parameter
(selected-window)
'window-side t)
(delete-other-windows
(selected-window)))
but that doesn't signal any error. So perhaps window-side parameter
isn't about side windows at all ? After a bit more of fiddling, I
understand that (display-buffer-in-side-window BUFFER ALIST) is used to
make the side windows, but that isn't mentionned in the elisp manual.
In GNU Emacs 24.3.92.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
of 2014-07-11 on geodiff-mac3
Windowing system distributor `The X.Org Foundation', version 11.0.11304000
System Description: Gentoo Base System release 2.2
Configured using:
`configure --with-x-toolkit=lucid --enable-checking 'CFLAGS= -O0 -g3''
Important settings:
value of $LANG: fr_FR.UTF-8
locale-coding-system: utf-8-unix
--
Nico.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#18170
; Package
emacs
.
(Fri, 01 Aug 2014 15:14:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 18170 <at> debbugs.gnu.org (full text, mbox):
+1 for this bug report (more explanation of such parameters).
Reply sent
to
martin rudalics <rudalics <at> gmx.at>
:
You have taken responsibility.
(Mon, 17 Oct 2016 08:59:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nicolas Richard <theonewiththeevillook <at> yahoo.fr>
:
bug acknowledged by developer.
(Mon, 17 Oct 2016 08:59:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 18170-done <at> debbugs.gnu.org (full text, mbox):
> in e.g. (info "(elisp) Deleting Windows") (and some other places), it is
> said:
> Otherwise, this function obeys the `window-atom' or `window-side'
> window parameter, if any. *Note Window Parameters::.
>
> But in (info "(elisp) Window Parameters"), the only occurrence of
> window-side is in:
> There are additional parameters `window-atom' and `window-side';
> these are reserved and should not be used by applications.
>
> What are these parameters ?
>
> The docstring of delete-other-windows has :
>
> Otherwise, if WINDOW is part of an atomic window, call this
> function with the root of the atomic window as its argument. If
> WINDOW is a non-side window, make WINDOW the only non-side window
> on the frame. Side windows are not deleted. If WINDOW is a side
> window signal an error.
>
> but I don't get it, and I'm not even sure it is related to the above
> parameters.
>
> I tried
> (progn
> (set-window-parameter
> (selected-window)
> 'window-side t)
> (delete-other-windows
> (selected-window)))
> but that doesn't signal any error. So perhaps window-side parameter
> isn't about side windows at all ? After a bit more of fiddling, I
> understand that (display-buffer-in-side-window BUFFER ALIST) is used to
> make the side windows, but that isn't mentionned in the elisp manual.
Should be fully documented now in master's Elisp manual. Bug closed.
Thanks, martin
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 14 Nov 2016 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 220 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.