bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: want user option for pop-to-buffer to split window horizontally not


From: Richard M. Stallman
Subject: Re: want user option for pop-to-buffer to split window horizontally not vertically
Date: Fri, 16 Dec 2005 20:03:50 -0500

    window.c:3583:      window = Fsplit_window (window, Qnil, Qnil);
    window.c:3597:          window = Fsplit_window (window, Qnil, Qnil);

    My patch replaces nil in these two places with the value of a new
    user option which is nil by default.

With that option, a user could elect either "always vertical"
or "always horizontal".  Is that really enough improvement?

I would rather add a hook that's more general, but after the release.
For now, someone could use display-buffer-hook and rewrite this
function in Lisp.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]