[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LSP vs LISP
- To: KWC at MIT-MC
- Subject: LSP vs LISP
- From: Kent M. Pitman <KMP at MIT-MC>
- Date: Sat, 6 Feb 82 19:51:00 GMT
- Cc: BUG-LISPM at MIT-MC, BUG-LISP at MIT-MC
- Original-date: 6 February 1982 14:51-EST
It is easy to make Emacs understand that .LISP files default the
major mode to LISP. Creating a macro called & LISP Mode which just
re-calls LISP Mode will do it. This can be done in an init file
in a cheatish way by:
m.mLISP Modefo..QMM & LISP Modem.vMM & LISP Mode
Also, I have an Emacs library that will generate tags files for most
major languages, so making Emacs tags files shouldn't be a
consideration. The library is called TAGGEN and exists at least
on the ITS's if it is not distributed outward by now...
So the Emacs end of your recent note about LSP vs LISP is probably
not a real problem.
-kmp