Generalize lisp indentation code to support a new method for
authorChris Hanson <org/chris-hanson/cph>
Wed, 24 Apr 1996 02:05:35 +0000 (02:05 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 24 Apr 1996 02:05:35 +0000 (02:05 +0000)
commit2be33da3ef31863398f10ee39b5754b2b3abe8ea
tree9eddb9dbfd2318d6e5f3ea9970197d4293f7f48c
parent1fd0409d8dd6152454a0281f637a6cd72bc91a4d
Generalize lisp indentation code to support a new method for
specifying how a lisp form is to be indented.  The variable
lisp-indent-regexps is an alist of regexp-method pairs, which is
searched linearly for the first regexp that matches the keyword.

This allows the "def" and "with-" rules to be implemented as special
cases of this more general mechanism.
v7/src/edwin/edwin.pkg
v7/src/edwin/linden.scm
v7/src/edwin/schmod.scm