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 [...]
Archives for Emacs
How to install and use Common Lisp on Linux/Windows/Mac OS X
You can easily find related information on the web. One of the easiest solutions is to use lisp-in-the-box distribution, but it is a bit outdated. In order to use recent versions you’d keep your lisp compiler, slime and asdf package up-to-date. This is what we need: Common Lisp compiler. I use CLISP and sometimes SBCL. [...]
Posts