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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Learning GNU Emacs while reading a manual

3 点作者 16BitTons大约 13 年前

1 comment

drothlis大约 13 年前
The GNU manuals are extremely comprehensive... far too comprehensive to read as an introductory text. The Emacs manual's table of contents alone is over 6000 words[1].<p>I recommend my own guide <a href="http://david.rothlis.net/emacs/howtolearn.html" rel="nofollow">http://david.rothlis.net/emacs/howtolearn.html</a> which teaches you how to use the Emacs built-in help, the elisp source code, and the built-in access to these very manuals.<p>[1] lynx --dump <a href="http://www.gnu.org/software/emacs/manual/html_node/emacs/index.html" rel="nofollow">http://www.gnu.org/software/emacs/manual/html_node/emacs/ind...</a> | sed '/^References/,$ d' | wc -w