Archives for March 2010

9.5 rules for IT business in Russia

See post here.

Easy-to-use bookmarks

Several days ago I wrote a small function that provides easy-to-use bookmarking for emacs. It just binds C-{index} keys to save bookmark (in fact save point to register) and M-{index} – to jump to the saved position, index is a key from 1 to 9. Here is the code: (defun bind-navigation-commands-to-numkeys () “provides easy-to-use bookmarking [...]

Recall All

Taken from here.