dbr / lisp.tmbundle

Lisp bundle for TextMate, with some snippets, help for current word, and run script

This URL has Read+Write access

dbr (author)
Sat Nov 08 04:53:07 -0800 2008
commit  75fc94f5110f26769058ddcd9fb822eea9bc11bf
tree    32a7c7e1f053ecb3da25b73facbbff10aa6bfdff
parent  f21b7e9ba7ef47bba6d812bc83b3705d296d5fa9
README.markdown

A Lisp bundle for TextMate.

  • Ctrl+h searches the HyperSpec using the current word (clicking goes to the appropriate section)
  • Cmd+r executes the current script (see Bundles > Lisp > Help for more information on this)
  • There are currently snippets for defconstant, defmacro, defparameter, defun, defvar, if, let, and setf

This bundle is mainly by Zoetrope, originally found here, I (dbr) have added the "Run Script" command, and fixed up "Documentation For Current Word" to use the LispWorks HyperSpec (as the www.lisp.org one seems to have disappeared)