Stefan Svensson wrote:
> 
> Is there a pmx-mode for Emacs available somewhere?

Not that I know of. But nevertheless I've found that standard TeX mode
is useful for editing mtx source files because I most often intersperse
them with lot of in-line musixtex code. To facilitate that I've added
this to my ~/.emacs


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

where you of course should replace "\\.mtx$" with "\\.pmx$"

I also add some extra stuff 

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

referring to the macros dk-tex-keys.el containing some macros for
converting european letters to the corresponding TeX macros and
mtx-macros containing some keybord macros

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