My notes bin

Where I keep my short notes of any topic.

Posts tagged with "emacs"

Apr 17 '13

Tags: emacs orgmode

Mar 23 '12

1 note Tags: orgmode emacs

Mar 12 '12

Emacs’ interactive replace (query replace)

In Emacs, the command replace-string will replace all occurrences in the buffer. If you want Emacs to ask you each time it is about to replace a string, you need to use the so-called “query replace.” This can be invoked by M-%.

Tags: emacs

Feb 25 '12

Tags: emacs orgmode

Jan 11 '12

5 notes Tags: emacs

Nov 4 '11

3 notes Tags: orgmode emacs

Sep 28 '11

4 notes Tags: emacs

Aug 13 '11

1 note Tags: emacs python

Aug 5 '11

Tags: emacs

Jul 21 '11

Input-method in GNU Emacs

Command set-input-method sets the current input method in Emacs. There is a TeX input method for entering many TeX symbols (says \alpha, \le, \leftarrow) as Unicode characters. There is also a Vietnamese-telex input method for entering Vietnamese characters. Very useful. Now I don’t need Vietkey when I work in Emacs.

To toggle (turn on/off) input method, use C-\. When it is off, you can use the keyboard as usual.

Tags: emacs