Abbrev mode
Greetings. Using LispWorks 4.2.7 on Windows 2000 and working on customizing
the editor. I've been unable to "automatically" (i.e. from my .lispworks)
start the Abbrev minor mode in a Lisp buffer. I have:
(editor:define-file-type-hook
("lispworks" "lisp" "slisp" "el" "lsp" "mcl" "cl" "system")
(buffer type)
(declare (ignore type))
(setf (editor:buffer-major-mode buffer) "Lisp"))
and have added variations of:
(setf (editor:buffer-minor-mode buffer "Abbrev") t)
to the above. Works for "Fill", but not "Abbrev". Suggestions? Thanks...
Cheers,
--
------------------------------------------
David E. Young
dyoung@bloodhoundinc.com
http://www.bloodhoundinc.com
http://lisa.sourceforge.net
"But all the world understands my language."
-- Franz Joseph Haydn (1732-1809)