How to enter Greek characters in Emacs

后端 未结 10 1528
说谎
说谎 2021-01-30 11:20

This page indicates that Greek letters can be inserted into Emacs by using M-i. However, Emacs 23.2.1 in a Debian Squeeze variant inserts the \"tab\" character when

10条回答
  •  时光取名叫无心
    2021-01-30 11:51

    To find out how to enter a single character that you already see somewhere on the screen, you can copy-paste that character to some emacs buffer/file, and then call M-x describe-char. With α, it yields

    [...] to input: type "C-x 8 RET 3b1" or "C-x 8 RET GREEK SMALL LETTER ALPHA" [...]
    

    PS: re your profile, try also ['a'] * 28

提交回复
热议问题