unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Hansen <larsh@math.ku.dk>
Cc: emacs-devel@gnu.org
Subject: Re: set-window-start
Date: Thu, 15 Jul 2004 09:07:45 +0200	[thread overview]
Message-ID: <40F62D41.7030506@math.ku.dk> (raw)
In-Reply-To: <200407150202.i6F22fR28552@raven.dms.auburn.edu>

Luc Teirlinck wrote:
> There has been an undocumented change in the behavior of
> `set-window-start' since Emacs 20.7.

Recently I also noticed that something is wrong with window positions.
I noticed that when I evaluate

(let* ((edges (window-edges (selected-window)))
        (left (nth 0 edges))
        (top (nth 1 edges))
        (right (nth 2 edges))
        (bottom (nth 3 edges)))
   (list (window-at left top)
         (window-at right top)
         (window-at left bottom)
         (window-at right bottom)))

in the scratch buffer, it returns:

On Emacs 20.7:
(#<window 3 on *scratch*> nil #<window 4 on  *Minibuf-0*> nil)

On Emacs 21.2:
(#<window 3 on *scratch*> nil #<window 3 on *scratch*> nil)

On todays CVS Emacs:
(nil nil nil #<window 3 on *scratch*>)

As a result of the current state, windmove functions does not work 
correctly.

  reply	other threads:[~2004-07-15  7:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-15  2:02 set-window-start Luc Teirlinck
2004-07-15  7:07 ` Lars Hansen [this message]
2004-07-16  6:54 ` set-window-start Richard Stallman
2004-07-16 17:26   ` set-window-start Kevin Rodgers
2004-07-16 20:03     ` set-window-start Luc Teirlinck
2004-07-18  7:18     ` set-window-start Richard Stallman

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=40F62D41.7030506@math.ku.dk \
    --to=larsh@math.ku.dk \
    --cc=emacs-devel@gnu.org \
    /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 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).