Artur Scianek <[EMAIL PROTECTED]> writes: > Hello > How can I make my fvwm-mode.el accesible via M-x fvwm-mode ?? > Where shpuld I copy fvwm-mode.el (or maybe fvwm-mode.elc) ?? > Thanks for answer > Artur Scianek
A. Put the fvwm-mode.el file somewhere in your emacs load-path so that emacs can find it. By all means byte-compile it. B. In your .emacs file put (setq auto-mode-alist (append auto-mode-alist '(("\\.fvwmrc$" . fvwm-mode)))) These instructions should be part of the file! hth Glyn -- Visit the official FVWM web page at <URL: http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]