Zhanyong Wan wrote:
Are there emacs modes for MusiXTeX, PMX, and M-Tx?  Or is there any such
effort underway?  Thanks!
Not that I know of. However, I use to acommodate the general TeX mode to my needs for editing M-Tx sources by adding my own stuff as setup in my ~/.emacs:

(setq auto-mode-alist (cons '("\\.mtx$" . tex-mode) auto-mode-alist))

(add-hook 'tex-mode-hook
'(lambda ()
(load-library "dk-tex-keys")
(load-library "mtx-macros")))

where 'dk-tex-keys' and 'mtx-macros' reference files containing goodies for my editing.

Bye
--
Christian Mondrup, Computer Programmer
Scandiatransplant, Skejby Hospital, University Hospital of Aarhus
Brendstrupgaardsvej, DK 8200 Aarhus N, Denmark
Phone: +45 89 49 53 01 - http://www.scandiatransplant.org

_______________________________________________
TeX-music mailing list
[EMAIL PROTECTED]
http://sunsite.dk/mailman/listinfo/tex-music


Reply via email to