编译缓冲区显示在一个垂直缓冲区 [英] compile buffer to show in a vertical buffer

查看:171
本文介绍了编译缓冲区显示在一个垂直缓冲区的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



但是,当我在我编译我的源代码,编译窗口始终在我的源代码缓冲区下面的一个水平缓冲区中打开。



在工作中,我使用一个15屏幕,编译打开垂直窗口,这是我喜欢的。



然而,在我的10.1,有没有办法强制它在垂直的窗口中打开它更容易滚动当您将源代码缓冲区垂直于编译缓冲区时,找到错误。



非常感谢任何建议,

解决方案

尝试这些设置:

 (setq split-height-threshold nil) 
(setq split-width-threshold 0)

关于需要向下滚动源代码,你应该查看 Cx` Mx下一个错误,让Emacs为你做滚动。


emacs 23.2

I have just installed emacs on a 10.1" screen netbook.

However, when I compile my source code the compilation window always opens in a horizontal buffer below my source code buffer.

At work I use a 15" screen and the compilation opens up in a vertical window, which is what I like.

However, on my 10.1", is there any way to force it to open in a vertical window. Its just easier to scroll down and find errors when you have the source code buffer vertical to the compilation buffer.

Many thanks for any advice,

解决方案

Try these settings:

(setq split-height-threshold nil)
(setq split-width-threshold 0)

With respect to needing to scroll down the source code, you should check out C-x ` or M-x next-error and let Emacs do the scrolling for you.

这篇关于编译缓冲区显示在一个垂直缓冲区的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆