GNU bug report logs - #3599
23.0.94; (elisp)Window Tree: Need to define root window

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Wed, 17 Jun 2009 17:00:04 UTC

Severity: minor

Merged with 3598

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3599 in the body.
You can then email your comments to 3599 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3599; Package emacs. (Wed, 17 Jun 2009 17:00:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 17 Jun 2009 17:00:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <emacs-pretest-bug <at> gnu.org>
Subject: 23.0.94; (elisp)Window Tree: Need to define root window
Date: Wed, 17 Jun 2009 09:56:35 -0700
"where ROOT represents the window tree of the frame's root window"
 
So what is the "frame's root window" - what does that mean?
 
Note too that "root window" means something about window manager
windows, outside Emacs, so it is all the more important to explain
this concept.
 

In GNU Emacs 23.0.94.1 (i386-mingw-nt5.1.2600)
 of 2009-05-24 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
 




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3599; Package emacs. (Wed, 17 Jun 2009 18:10:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 17 Jun 2009 18:10:05 GMT) Full text and rfc822 format available.

Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: <3599 <at> debbugs.gnu.org>, <emacs-pretest-bug <at> gnu.org>
Subject: RE: bug#3599: 23.0.94; (elisp)Window Tree: Need to define root window
Date: Wed, 17 Jun 2009 11:06:02 -0700
FWIW -

Googling for "root window emacs", I see that the XEmacs doc does explain this
concept. I recommend that GNU Emacs do something similar in this regard.

http://www.xemacs.org/Documentation/beta/html/internals_26.html




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3599; Package emacs. (Wed, 17 Jun 2009 18:10:07 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 17 Jun 2009 18:10:07 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3599; Package emacs. (Thu, 18 Jun 2009 10:15:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to martin rudalics <rudalics <at> gmx.at>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Thu, 18 Jun 2009 10:15:06 GMT) Full text and rfc822 format available.

Message #20 received at 3599 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: Drew Adams <drew.adams <at> oracle.com>, 3599 <at> debbugs.gnu.org
Subject: Re: bug#3599: 23.0.94; (elisp)Window Tree: Need to define root window
Date: Thu, 18 Jun 2009 12:07:31 +0200
> "where ROOT represents the window tree of the frame's root window"
>
> So what is the "frame's root window" - what does that mean?
>
> Note too that "root window" means something about window manager
> windows, outside Emacs, so it is all the more important to explain
> this concept.

The term "root window" has been used internally for a long time and
probably was exhibited here for lack of a better term.  `window-tree' is
currently used only for balancing window sizes and I wasn't yet able to
understand neither the subtleties of the code nor its documentation.

So suggestions welcome ...

martin




Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3599; Package emacs. (Thu, 18 Jun 2009 14:20:07 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Drew Adams" <drew.adams <at> oracle.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Thu, 18 Jun 2009 14:20:07 GMT) Full text and rfc822 format available.

Message #25 received at 3599 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Drew Adams" <drew.adams <at> oracle.com>
To: "'martin rudalics'" <rudalics <at> gmx.at>, <3599 <at> debbugs.gnu.org>
Subject: RE: bug#3599: 23.0.94; (elisp)Window Tree: Need to define root window
Date: Thu, 18 Jun 2009 07:11:10 -0700
>  > "where ROOT represents the window tree of the frame's root window"
>  >
>  > So what is the "frame's root window" - what does that mean?
>  >
>  > Note too that "root window" means something about window manager
>  > windows, outside Emacs, so it is all the more important to explain
>  > this concept.
> 
> The term "root window" has been used internally for a long time and
> probably was exhibited here for lack of a better term.  
> `window-tree' is currently used only for balancing window sizes and
> I wasn't yet able to understand neither the subtleties of the code
> nor its documentation.
> 
> So suggestions welcome ...

I hope that's an appeal to someone else, who understands this stuff. ;-) I
don't.

If you, who are perhaps our best expert on window stuff (you have done most of
the work on it recently, for example), do not understand the subtleties of the
code or the doc, then think of us poor users who have a lot less understanding
than you of this stuff.

I truly hope that someone knowledgeable steps up to the plate and makes this
(both the code, with comments, and the doc) comprehensible. You and others are
maintaining and improving this code. It would be good for everyone, maintainers
and users alike, to have an idea what this is all about.




Severity set to 'minor' from 'normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 04 Nov 2009 22:10:13 GMT) Full text and rfc822 format available.

Merged 3598 3599. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 26 Jan 2010 23:00:04 GMT) Full text and rfc822 format available.

Reply sent to martin rudalics <rudalics <at> gmx.at>:
You have taken responsibility. (Thu, 06 Oct 2011 09:41:02 GMT) Full text and rfc822 format available.

Notification sent to "Drew Adams" <drew.adams <at> oracle.com>:
bug acknowledged by developer. (Thu, 06 Oct 2011 09:41:02 GMT) Full text and rfc822 format available.

Message #34 received at 3599-done <at> debbugs.gnu.org (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: 3599-done <at> debbugs.gnu.org
Subject: Re: bug#3599: (elisp)Window Tree: Need to define root window
Date: Thu, 06 Oct 2011 11:40:17 +0200
Bugs #3598 (doc string of frame-root-window) and #3599 ((elisp)Window
Tree: Need to define root window) were fixed by providing corresponding
descriptions in the Elisp manual.

martin




Reply sent to martin rudalics <rudalics <at> gmx.at>:
You have taken responsibility. (Thu, 06 Oct 2011 09:41:02 GMT) Full text and rfc822 format available.

Notification sent to "Drew Adams" <drew.adams <at> oracle.com>:
bug acknowledged by developer. (Thu, 06 Oct 2011 09:41:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 03 Nov 2011 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.