all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
To: 10381@debbugs.gnu.org
Subject: bug#10381: 24.0.92; delete-other-windows-vertically depends on the window split order
Date: Tue, 27 Dec 2011 16:32:01 -0500	[thread overview]
Message-ID: <87pqf9d7la.fsf@gnu.org> (raw)

In GNU Emacs 24.0.92.4 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2011-12-26 on t520sds
Windowing system distributor `The X.Org Foundation', version 11.0.11004000
configured using `configure  '--with-wide-int''

`delete-other-windows-vertically' behavior depends on the order in which
the windows were created.

emacs -Q
C-x 3
C-x 2
C-x o
C-x o
C-x 2

there are now 4 windows like this:
-------
|  |  |
-------
|  |  |
-------

M-x delete-other-windows-vertically RET

now there are 3 windows like this:
-------
|  |  |
---|  |
|  |  |
-------

which is correct.

Now, create the 4 windows in a different order:

emacs -Q
C-x 2
C-x 3
C-x o
C-x o
C-x 3

there are now 4 windows like this:
-------
|  |  |
-------
|  |  |
-------

M-x delete-other-windows-vertically RET

now there are 3 windows like this:
-------
|     |
-------
|  |  |
-------

which is _WRONG_.


-- 
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://thereligionofpeace.com http://jihadwatch.org http://truepeace.org
http://honestreporting.com http://openvotingconsortium.org http://camera.org
Those who can't write, write manuals.





             reply	other threads:[~2011-12-27 21:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-27 21:32 Sam Steingold [this message]
2011-12-28  9:50 ` bug#10381: 24.0.92; delete-other-windows-vertically depends on the window split order martin rudalics
2011-12-28 17:50   ` Sam Steingold
2011-12-28 18:34     ` martin rudalics
2011-12-28 18:02   ` Sam Steingold
2011-12-28 18:35     ` 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=87pqf9d7la.fsf@gnu.org \
    --to=sds@gnu.org \
    --cc=10381@debbugs.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 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.