A 'hello world' example for a major mode in Emacs?

后端 未结 4 678
悲哀的现实
悲哀的现实 2020-12-14 21:25

Can anyone provide me with a hello world example for a major mode in emacs? I guess it\'s a beginner question, still I really like to write a major mode, both to learn emac

4条回答
  •  春和景丽
    2020-12-14 21:56

    there are several examples around the Web like this. I can also recommend you several Emacs book:

    • Learning GNU Emacs (the best imho)
    • Writing GNU Emacs Extensions
    • the official GNU Emacs lisp reference/manual

提交回复
热议问题