From: Jack M. <Jac...@gm...> - 2013-11-28 00:16:18
|
Hi Eric, I think the only thing you'd have to put is a note about adding MELPA to the package list in Emacs 24 with (require 'package) (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/") t) and then you call M-x install-package and select matlab-mode. I'll look at adding a recipe to MELPA for it. Cheers, Jack On Mon, Oct 28, 2013 at 4:54 PM, Eric Ludlam <Eri...@ma...>wrote: > Hi Jack, > > > > That sounds like a good idea to me. Thanks for considering it. > > > > If you have suggestions on how to then update any download / INSTALL doc, > let me know and I can push those changes. > > > > Thanks > > Eric > > > > *From:* Jack Morrison [mailto:Jac...@gm...] > *Sent:* Monday, October 21, 2013 9:23 AM > *To:* mat...@li... > *Subject:* [Matlab-emacs-discuss] Submit Matlab mode to MELPA > > > > Hi, > > > > I was wondering if anyone on this list had thought about submitting this > code to MELPA (http://melpa.milkbox.net/) so that it could be installed > in Emacs 24 with package.el. MELPA pulls straight from CVS, so no changes > should be necessary to matlab-emacs. > > > > If no one opposes, I'd be happy to submit it. > > > > Cheers, > Jack > |