GNU bug report logs - #9350
23.3; [usability] File menu should contain "split window horizontally C-x 3"

Previous Next

Package: emacs;

Reported by: arne_bab <at> web.de

Date: Tue, 23 Aug 2011 13:58:02 UTC

Severity: minor

Found in version 23.3

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

Bug is archived. No further changes may be made.

Full log


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

From: martin rudalics <rudalics <at> gmx.at>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 9350 <at> debbugs.gnu.org
Subject: Re: bug#9350: 23.3;
	File menu should contain "split window horizontally C-x 3"
Date: Fri, 21 Oct 2011 15:46:08 +0200
>>> PS: One thing that annoys me in the current working of split-window: it
>>> doesn't let you say which window (the top or the bottom) is the new one.
>> The new one is that returned by `split-window', as before.
>
> No, that's not the issue.  It's not about "which window (the
> selected-window or the returned window) is the new one" it's "which
> window (the top one or the bottom one)".
>
> And the issue is not "tell me which it is" but "I want to control which
> one it should be".

Sorry.  I'm missing you here.

> No, here's the scenario: you have a dedicated window, and you want to
> create a new window above that one: split-window won't work because it
> will always create the new window below.

Do you mean that

(let (new)
  (set-window-dedicated-p (selected-window) t)
  (setq new (split-window nil nil 'above))
  (set-window-buffer new "*Messages*"))

doesn't do that?

martin




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

Previous Next


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