-
Sorry about the last two lines. Just something for me to add for Debian.
2009-12-01 02:43:27 UTC by psg
-
Something like:
(defcustom matlab-auto-mode nil
"*Enter matlab-mode when editing .m files.
Technically, this adjusts the `auto-mode-list' when set.
To unset, you will have to restart Emacs."
:type 'boolean
:set (lambda (symbol value)
(set-default symbol value)
(cond
(value
(add-to-list 'auto-mode-alist '("\\.m\\'" . matlab-mode))))...
2009-12-01 02:42:10 UTC by psg
-
Hello,
Please see Debian bug htt:p://bugs.debian.org/557932
The entry:
;;;###autoload
(add-to-list 'auto-mode-alist '("\\.m$" . matlab-mode))
overrides the default Emacs setting of objc-mode.
I suggest using a defcustom (defaulting to nil) to set this up if desired.
Thanks,
Peter.
2009-11-25 14:59:19 UTC by psg
-
zappo committed patchset 84 of module matlab-emacs to the Edit MATLAB M code in Emacs CVS repository, changing 1 files.
2009-11-16 13:32:41 UTC by zappo
-
zappo committed patchset 83 of module matlab-emacs to the Edit MATLAB M code in Emacs CVS repository, changing 1 files.
2009-09-23 15:51:32 UTC by zappo
-
zappo committed patchset 82 of module matlab-emacs to the Edit MATLAB M code in Emacs CVS repository, changing 1 files.
2009-09-15 20:42:25 UTC by zappo
-
zappo committed patchset 81 of module matlab-emacs to the Edit MATLAB M code in Emacs CVS repository, changing 1 files.
2009-09-03 21:43:31 UTC by zappo
-
zappo committed patchset 80 of module matlab-emacs to the Edit MATLAB M code in Emacs CVS repository, changing 1 files.
2009-09-03 21:37:30 UTC by zappo
-
zappo committed patchset 79 of module matlab-emacs to the Edit MATLAB M code in Emacs CVS repository, changing 1 files.
2009-09-03 21:34:15 UTC by zappo
-
zappo committed patchset 78 of module matlab-emacs to the Edit MATLAB M code in Emacs CVS repository, changing 1 files.
2009-08-21 18:29:47 UTC by zappo