[Openmcl-devel] Alternative parens

Ron Garret ron at flownet.com
Thu Apr 25 17:44:25 PDT 2013


Looking at the code in

cocoa-ide/hemlock/src/defsyn.lisp

it would appear that if one did, e.g.:

(setf (hi::character-attribute :lisp-syntax #\[) :open-paren)
(setf (hi::character-attribute :lisp-syntax #\]) :close-paren)

that the editor should then treat square-bracketed expressions the same as paren-bracketed ones.  But it doesn't seem to work.  What is the right way to get Hemlock to recognize other kinds of balanced delimiters?

Thanks,
rg




More information about the Openmcl-devel mailing list