Bill Clementson's Blog

Bits and pieces (mostly Lisp-related) that I collect from the ether.

April 2004
Sun Mon Tue Wed Thu Fri Sat
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30
Mar  May

Useful CL utility - Hyperspec Addon

Thursday, April 22, 2004

The hyperspec.el utility is commonly used by CL programmers who program with Emacs. It automatically brings up the HTML documentation for the CL symbol under the cursor when the designated function key is pressed. Both ILISP and SLIME include it in their distributions. Even CL programmers who don't use ILISP/SLIME often use hyperspec.el since it provides convenient access to online CL documentation. Now, an addon program (hyperspec-addon.el) has been released. This addon program adds the following hyperspec functionality:

Definitely worth installing if you use Emacs, CL and the Hyperspec.

emacs Copyright © 2004 by Bill Clementson