Really sorry for the delay, but the e-mail sevice has been unstable the last days.

Installation:
Copy the file to the directory where you keep your elisp-file or to the Emacs home 
directory.

Put this line somewhere in your .emacs:
(autoload 'GuMTeX-mode "GuMTeX" "GuitarMusiX mode" t)

and register the extension(s) name of your musixtex-files in the auto-mode-alist.

As an example: a downstripped version of the auto-mode-alist in my .emacs looks like 
this (I lake to call my music files .gux to distinguish them from .tex-files):

(setq auto-mode-alist
   (append '(("\\.C$"             . c++-mode)
             ("\\.sql$"           . minSql-mode)
             ("\\.gux$"           . GuMTeX-mode)
           )auto-mode-alist)
   )


Warning: It is only tested on Gnu Emacs ver 21.2.1 for Windows and Linux.
The solution only covers a subset of Musixtex-commands and have to be extensively 
rewritten and enhanced to be useful to other 

-Ketil

Attachment: GuMTeX.el
Description: Binary data

Reply via email to