Diary/2010-1-22
emacsで,たまに忘れること
emacsで,たまに忘れることをちょっとメモ
- 16進数
?\x10 ; => 16
- 文字コード
?A ; => 65 ?あ ; => 53794
- キーバインドに割り当たっている関数を調べる
\C-h c キーバインド ; => C-h c (translated from C-S-h c) runs the command ***
ちなみに
\C-h c \C-h c
は,
C-h c (translated from C-S-h c) runs the command describe-key-briefly
となる.