如何设置“ecb-source-path” Emacs 的 ecb 吗?

发布于 2024-12-02 17:14:40 字数 459 浏览 0 评论 0原文

这个蠢问题搞了我一整天,还是不知道怎么设置。

我是 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:

enter image description here

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:

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

几度春秋 2024-12-09 17:14:40

在第二个屏幕截图中,有一个标记为“INS”的按钮,如果单击它,则会生成自定义列表的元素。在这里您可以输入您的路径。

对要添加的每个路径重复此操作,不要忘记单击“STATE”进行保存。

或者,您可以直接在 .emacs 中设置它:

(setq ecb-source-path '("/i/am/path/one"
                        "/and/i/am/path/two"
                        "/there/is/no/path/three"))

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:

(setq ecb-source-path '("/i/am/path/one"
                        "/and/i/am/path/two"
                        "/there/is/no/path/three"))
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文