all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Drew Adams <drew.adams@oracle.com>
Cc: 3598@emacsbugs.donarmstrong.com
Subject: bug#3598: 23.0.94; doc string of frame-root-window
Date: Fri, 19 Jun 2009 10:51:16 +0200	[thread overview]
Message-ID: <4A3B5184.9070808@gmx.at> (raw)
In-Reply-To: <29DA79C677954D6FAE4CBEBCB7DEA175@us.oracle.com>

 >> IIUC `frame-root-window' was deliberately never described
 >> because up to Emacs 22 it was not always safe to call Lisp
 >> functions with an internal window as argument.  So I think
 >> this function was intended for internal use only.
 >
 > I see. Well, the doc does not reflect that, for one thing.

I only expressed my personal thoughts.  The person who wrote the
doc-string might have had other ideas.

 > If it is an internal function, then please either do not give it a doc string
 > or, preferably, give it one that calls that out explicitly, and please add a
 > comment explaining why it is internal.

I simply don't know whether that function was meant to be internal.  It
has been introduced in 1992.

 > Second, whether it is internal or not is a different matter from whether its doc
 > (in the form of doc string or comment) is accurate and helpful. As I mentioned,
 > the concept of a GNU Emacs "root window" is not explained anywhere, that I can
 > find. See the XEmacs doc that I cited, which does provide some understandable
 > doc. I don't claim that the GNU Emacs concept (which is unknown to me) is the
 > same as or even similar to the XEmacs concept (which is clearly explained).

I intend to provide a specification of window trees as soon as I have
fully understood the code that constitutes the operations allowed on
them.  This might still take some time, though.

 > IOW, internal is one thing; unexplained is another. Good explanation is in the
 > spirit of free software, even if the bottom line is the source code.

But it's sometimes hard to provide explanations for things that have
been written more than 15 years ago.  I'm no archaeologist.

 > The function `frame-root-window' seems to be used in the source code in places
 > where I might naively expect the code to use `one-window-p' (with appropriate
 > args and perhaps sometimes additional tests).

I dislike `one-window-p'.  It only operates on the selected window and I
mostly try to avoid `save-selected-window' based routines.  Moreover,
`one-window-p' calls `next-window' and it requires the knowledge of
window trees to tell whether that always DTRT in a particular context.

        (eq window (frame-root-window (window-frame window)))

is for me the most trivial way to tell whether `window' stands for
"everything but the mini stuff" on its frame.

martin





  parent reply	other threads:[~2009-06-19  8:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-17 16:44 bug#3598: 23.0.94; doc string of frame-root-window Drew Adams
2009-06-17 17:23 ` Drew Adams
2009-06-18 10:07 ` martin rudalics
2009-06-18 14:05   ` Drew Adams
2009-06-18 15:13     ` Eli Zaretskii
2009-06-18 15:17       ` Drew Adams
2009-06-18 16:47         ` Lennart Borgman
2009-06-19  8:51     ` martin rudalics [this message]
2009-06-19 21:18       ` Drew Adams
2009-06-20  8:08         ` martin rudalics

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A3B5184.9070808@gmx.at \
    --to=rudalics@gmx.at \
    --cc=3598@emacsbugs.donarmstrong.com \
    --cc=drew.adams@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.