“\e” 是什么意思?意思是?

发布于 2024-11-14 13:03:33 字数 288 浏览 3 评论 0原文

我在 .emacs 配置文件中遇到了以下行:

(define-key scheme-mode-map "\e\t" 'scheme-smart-complete)

它将键序列 \e\t 绑定到函数 scheme-smart-complete,但我不知道\e 是什么,事实证明这是不可能的(即使在 \e 周围加上引号也无助于搜索)。

\e 是什么?

I came across the following line in a .emacs config file:

(define-key scheme-mode-map "\e\t" 'scheme-smart-complete)

It's binding key sequence \e\t to the function scheme-smart-complete, but I don't know what \e is, and it turns out it's impossible to Google (even putting quotes around \e didn't help with the search).

What's \e?

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

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

发布评论

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

评论(1

花之痕靓丽 2024-11-21 13:03:33

这是逃生键。

请参阅 emacs 基本字符语法指南

所以 \e\t 是转义选项卡。

伊恩。

It's the escape key.

See the emacs basic character syntax guide.

So \e\t is escape-tab.

ian.

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