如何使用 emacs cedet 使用鼠标选择文件?

发布于 2024-09-09 03:15:13 字数 170 浏览 6 评论 0原文

我在 Ubuntu 10.04 上使用 emacs 23.2 Windows XP 以及 cedet 扩展。 Cedet 似乎工作正常,但我无法使用鼠标选择文件。相反,我需要使用按键从 cedet(位于左侧)中选择文件。

如何使用 emacs cedet 中的鼠标进行文件选择?任何线索都将不胜感激......

I am using emacs 23.2 on Ubuntu 10.04 & Windows XP along with cedet extention. Cedet seems to work fine but I could not select the file using mouse. Rather I need to use the Key press to select the file from cedet (placed at left side)..

how to do file selection using mouse with emacs cedet? Any clue shall be appreciated...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

花想c 2024-09-16 03:15:13

CEDET 是一个功能集合,所以我不确定您具体在谈论哪一个,但是您是单击鼠标左键还是单击鼠标中键?在 Emacs 模式下,鼠标中键更常见地绑定到“打开文件”命令。

在任何情况下,您始终可以使用 Ch m 列出缓冲区中活动主要模式以及任何次要模式的帮助。本帮助文本中经常列出按键绑定。

最后,当您知道工作键绑定时,您可以轻松地找出绑定到同一命令的其他命令:Ch k <工作绑定> 将告诉您该键绑定到哪个命令,如以及同一命令的任何其他绑定。如果没有您喜欢的其他绑定,那么您始终可以定义自己的绑定。

CEDET is a collection of features, so I'm not sure specifically which one you're talking about, but are you left-clicking or middle-clicking the mouse? The middle mouse button is more commonly bound to an 'open file' command in Emacs modes.

In any case, you can always use C-h m to list the help for the active major mode in a buffer, along with any minor modes. Key bindings are frequently listed in this help text.

Finally, as you know a working key binding, you can trivially find out what else is bound to the same command: C-h k <working binding> will tell you which command that key is bound to, as well as any other bindings for the same command. If there are no other bindings that are to your liking, then you can always define your own.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文