TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Coding Emacs's M-x in Lisp

29 点作者 keyist超过 15 年前

2 条评论

aerique超过 15 年前
I don't know about anything Emacs internals but what a strange remark: "I recently wanted to change how `M-x' works. The command behind it is called `execute-extended-command'. It is written in C. This is disappointing for my desires to tinker, but not all together surprising either. It is a pretty central piece of the Emacs infrastructure."<p>It being a central piece of infrastructure I would expect it to be written in a higher level language for better maintainability.
评论 #813844 未加载
jrandom超过 15 年前
<p><pre><code> (if (and (not (null suggest-key-bindings)) </code></pre> My C-oriented brain screams bloody murder at this. (I still want to learn Clojure.)
评论 #814371 未加载