如何设置“ecb-source-path” Emacs 的 ecb 吗?
这个蠢问题搞了我一整天,还是不知道怎么设置。
我是 emacs 和 ecb 的新手——我今天第一次安装了它。当我启动emacs时,我发现“目录窗口”是空的:
所以我在线阅读了文档,它说我应该首先设置 ecb-source-path,所以我输入:
M-x customize-variable <RET> ecb-source-path <RET>
现在,它打开一个新文档:
我发现我无法对此文档执行任何操作(无法修改它),并且找不到设置路径的方法。
我一次又一次地尝试,用谷歌搜索了很多,仍然不幸运。
这真的让我很痛苦。对于新手来说太难了。
This stupid question spent me a whole day, and I still don't know how to set it.
I'm new to emacs and ecb -- I installed it the first time today. The I found the "directory window" was empty when I started emacs:
So I read the document online, it says I should set ecb-source-path first, so I input:
M-x customize-variable <RET> ecb-source-path <RET>
Now, it opens a new document:
But I find I can't do anything to this document(can't modify it), and not find a way to set the path.
I tried again and again, googled a lot, still not lucky.
It really hurts me. It's too hard for newbies.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在第二个屏幕截图中,有一个标记为“INS”的按钮,如果单击它,则会生成自定义列表的元素。在这里您可以输入您的路径。
对要添加的每个路径重复此操作,不要忘记单击“STATE”进行保存。
或者,您可以直接在
.emacs
中设置它:In the second screenshot is a button labeled "INS" if you click on it you generate a element of the customize list. Here you can enter your path.
Repeat for every path you want to add and don't forget to save with a click on "STATE".
Alternatively you can set it directly in your
.emacs
: