I have a few scripts that use the function pop-to-buffer a lot. It used to split the window horizontally, but now in Emacs 23 it splits the window vertically. I’ve dug through some of the elisp code but it’s not jumping out at me – how can I change this behavior of Emacs 23 to split horizontally again?
Share
It’s listed in the NEWS for Emacs (
C-h N):I think what you want is:
(but I think you’re using the vertical versus horizontal splitting the opposite of what Emacs terminology is (which is counterintuitive to me as well))