> Does anyone have a hack that automatically inserts a mode line in a newly > created LISP mode buffer? If not, is there an undocumented feature of > ZMACS that does the same? > > Thanks, > Scott How about putting the following in your init file: (DEFUN FOO () (ZWEI:UPDATE-ATTRIBUTE-LIST-INTERNAL ZWEI:*INTERVAL*)) (SETF ZWEI:LISP-MODE-HOOK 'FOO)