| Subject: | Re: want user option for pop-to-buffer to split window horizontally not vertically |
|---|---|
| From: | "Richard M. Stallman" |
| Date: | Fri, 16 Dec 2005 20:03:50 -0500 |
| Newsgroups: | gnu.emacs.bug |
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.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: want user option for pop-to-buffer to split window horizontally not vertical, Walter Gillett |
|---|---|
| Next by Date: | Re: want user option for pop-to-buffer to split window horizontally not vertically, Juri Linkov |
| Previous by Thread: | Re: want user option for pop-to-buffer to split window horizontally not vertically, Johan BockgÃrd |
| Next by Thread: | Re: want user option for pop-to-buffer to split window horizontally not vertically, Juri Linkov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |