GNU bug report logs - #10381
24.0.92; delete-other-windows-vertically depends on the window split order

Previous Next

Package: emacs;

Reported by: sds <at> gnu.org

Date: Tue, 27 Dec 2011 21:35:01 UTC

Severity: normal

Tags: notabug

Found in version 24.0.92

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sam Steingold <sds <at> gnu.org>
To: 10381 <at> 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
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.




This bug report was last modified 12 years and 108 days ago.

Previous Next


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