问题标签 [carbon-emacs]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
emacs - Disable Carbon Emacs scroll beep
I've been looking into adopting Carbon Emacs for use on my Mac, and the only stumbling block I've run into is the annoying scroll beep when you try to scroll past the end of the document. I've looked online but I can't seem to find what I should add to my .emacs that will stop it from beeping when scrolling. I don't want to silence it completely, just when scrolling. Any ideas?
macos - Carbon-emacs:重新启用哈希键?
如何在 mac 上重新启用 carbon-emacs 中的哈希 (#) 键?我已经尝试了我在 google 中遇到的所有问题,但仍然无法正常工作。
我的配置文件目前看起来像这样:
以上已启用所有 Command+Key 绑定(例如 Cmd+S 用于保存),但 Alt+3 不起作用。
我通常会解决它,但我正在使用 Python 编程,并且 # 对于注释非常有用!;)
macos - 在 Carbon Emacs 中使用 Alt 作为 Meta 键,而不是 Apple Command Key
有什么方法可以将Carbon Emacs配置为使用 Option 键作为 Meta 键,而不是 Command 键?无论我是在终端中使用 Emacs 还是 Carbon Emacs,我都喜欢拥有一组一致的键绑定。另外,我真的很想在 command-v 上粘贴回来。
carbon-emacs - 在 carbon-emacs 中绑定功能键
当我在 Snow Leopard 下使用“普通”X11 emacs 时,我的 profile.el 文件有一行:
但是,此绑定不适用于 carbon-emacs。奇怪的是,如果我执行命令“Mx global-set-key”,并给它正确的参数(按 F14 键),它就起作用了!
有什么提示吗?
-- Tsf
symlink - CarbonEmacs、符号链接和 dired-find-file
当我列出一个目录 (Cxd) 时,所有符号链接的名称都以“@”结尾;例如。:
然后,当我尝试使用“e”或“f”(dired-find-file)打开这样的文件时,我收到以下消息:
否则,所有链接在 Emacs 中都可以正常工作。
有什么提示吗?
-- Tsf
PS:我之前发过基本相同的消息,但我忘记了标签,然后没有看到它出现。如果它出现两次,我深表歉意。
emacs - 在 carbon emacs 中显示缓冲区的选项卡?
如何在碳 emacs 中获得一个选项卡式界面,它对应于类似于 Aquaemacs(http://aquamacs.org/)的每个缓冲区一个选项卡?
emacs - 如何让 Cocoa Emacs 从外部应用程序跳转到行号?
当从外部应用程序(例如 Unity 3D)使用 Carbon Emacs(v22)时,发送到 Carbon Emacs 的文件将跳转到外部应用程序请求的行号(即双击首选项中选择的错误消息编辑器以文件启动在错误行号)。由于某种原因,新的 Cocoa Emacs (v23) 不再这样做了。相反,它只是打开文件,但不会跳转到外部应用程序请求的行号。
emacs - 将文本拖入在 Emacs 中运行的终端中
我无法将文本拉入在 Emacs 中运行的终端。
这是我的程序:
我从一个缓冲区中删除了字符串“日期”,并将其拉入另一个缓冲区中的终端,然后点击返回。
终端的行为就像我什么都没输入一样。它只是返回提示。
我正在使用 OS X 10.5.8 和 Emacs 23.1。我已经在 Aquamacs、Carbon Emacs 和http://emacsformacosx.com/上的版本上尝试过这个程序。即使在我的 .emacs 文件为空的默认配置中,它们也都表现出这种奇怪的行为。这可能是什么原因造成的?
emacs - 碳 emacs 问题
我安装了 Carbon EMACS tody,但我的 shift 键有问题:我无法选择区域隐藏 shift 并用耙子移动。你有什么建议吗?
最好的里卡多
emacs - OS X 上的 emacs 23:如何从 emacs 打开网页链接?
我正在尝试 23.2 版本的 Cocoa Emacs 构建(OS X 10.6)。Cocoa Emacs 比出色的 Carbon Emacs(我相信基于 Emacs 22 构建)更令人讨厌的事情有很多,所以我希望人们可能有一些解决方案/想法(不幸的是,在 carbon-emacs 列表和emacs-dev 产生了一个有用的回复,所以我想我会第一次尝试 Stack Overflow):
- 我以前可以选择单击(在我的邮件中)网络链接,但这不再起作用了。这可能是特定于邮件程序的,但我不这么认为;我认为它曾经映射到中间按钮,但它不再。中键的当前键盘等效项是什么(这对启动网络链接有用吗?)?我应该注意到手动调用的browse-url可以正常工作,所以这是一个“如何映射选项单击或其他与browse-url等效的鼠标”的问题?