Customizing how windows are split by display-buffer

2007-03-19 Thread Fredrik Axelsson
The function `display-buffer' sometimes splits a window with a call to `split-window'. This split is always done vertically, i.e. the two windows are above/below each other. I find it un-emacs like for this behaviour to be hard coded and it doesn't suite everybody. I propose to introduce the

Re: Customizing how windows are split by display-buffer

2007-03-19 Thread Tassilo Horn
Hi Fredrik, Hey, I had the same idea about a week ago and implemented it in elisp. --8---cut here---start-8--- (defun th-display-buffer (buffer force-other-window) If BUFFER is visible, select it. If it's not visible and there's only one window, split the

Re: Customizing how windows are split by display-buffer

2007-03-19 Thread Richard Stallman
I would not object to the feature, but this is not the time for it. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug