Search code examples
emacsvisualizationbehavioremacs23compiler-errors

Emacs next-error (C-x `) visualization


when I get a compiler error (in my case gcc) in Emacs (version 23 for information) I use next-error Lisp function to jump to the next error :)

But when I do this the window is split vertically, but I want this to be done horizontally.

Anyone know how to modify this behavior?


Solution

  • See this question: Setting Emacs Split to Horizontal