TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The bare essential guide to Emacs

48 pointsby hanszeirabout 14 years ago

6 comments

pmr_about 14 years ago
Am I the only one that feels that this article isn't HN worthy? Everything that is said is well documented in the official documentation and it isn't a guide at all.<p>The information in it will get a beginner nowhere without reading the tutorial and if he reads the tutorial the information in this article becomes meaningless to him.
评论 #2427357 未加载
spacemanakiabout 14 years ago
A much better (alternative to the C-h t tutorial, which is very good) intro to the bare essentials is the beginner articles from Mastering Emacs:<p><a href="http://www.masteringemacs.org/articles/category/beginner/" rel="nofollow">http://www.masteringemacs.org/articles/category/beginner/</a>
hsmyersabout 14 years ago
Regardless of your stance in the editor wars, the 'first' key or key chord you need to know about is what it takes to leave the application. How to get in and how to get out first--- everything else second. The chord BTW is ^x^c I suppose you could claim that ^z leaves as well, but it is not quite the same thing. Although many never kill emacs, they just pause and return...
评论 #2427012 未加载
评论 #2427136 未加载
hvsabout 14 years ago
In Emacs docs, &#60;Ctrl&#62; is C and (by default, usually) &#60;Alt&#62; is M (for meta).<p><pre><code> C-x C-c : quit emacs C-g C-g C-g : cancel any crazy mess you got yourself into C-x C-f : open a file (read a file into the current buffer) C-x C-s : save current file (buffer)</code></pre>
评论 #2427105 未加载
jherdmanabout 14 years ago
Is there something better than Viper mode for Vim folks? It just doesn't feel complete... I'm trying to give Emacs a shot as I learn Clojure.
评论 #2427677 未加载
joubertabout 14 years ago
the title is very accurate