I\'ve installed Emacs 23 and have found that the compilation buffer (when using M-x compile) appears in a different position than it did in Emacs 22. The currently open buff
The following worked best for me:
;; Split windows in Emacs 22 compatible way (setq split-height-threshold nil) (setq split-width-threshold most-positive-fixnum)