Emacs pre-tutorial
(中文在下方)

Emacs comes with a tutorial for beginners.
It is old but still worth taking a look.

How to run the tutorial?

  1. Start emacs
  2. M-x help-with-tutorial

  What does "M-x" mean?
  It means either:
       a. While holding the "Alt" key down, press the "x" key.
    or b. Press the "Esc" key, release it, then press the "x" key.

  What does "help-with-tutorial" mean?
  After entering M-x, the cursor should appear at the bottom of
  the emacs window with the prompt:  M-x

  Type "help-with-tutorial" and hit the enter key.

  Alternatively, you can type "h-w-t", hit the Tab key to complete
  and then hit enter.


如果你想要看這個快速指南的中文翻譯,你得用C-u

  2. C-u M-x help-with-tutorial
  3. 用滑鼠選你想看的語言,例如 Chinese-Big5


  C-u M-x?
  C-u --> 按住Ctrl鍵,再鍵入u
          放開
  M-x -->   a. 按住Alt鍵,鍵入x
         或 b. 按Esc鍵,放開,鍵入x

  怎麼呼叫help-with-tutorial指令?

  按照說明輸入C-u M-x之後
  emacs下方會出現一個提示:

    C-u M-x □

  打"help-with-tutorial"、鍵入Enter鍵
  或打"h-w-t"之後可以用Tab鍵補齊。