From: Eric L. <Eri...@ma...> - 2013-12-05 21:26:24
|
Hi Jack, Thanks for the info below. How is the melpa package kept up to date? Do I need to do anything when changes are made in CVS? Thanks Eric From: mak...@gm... [mailto:mak...@gm...] On Behalf Of Jack Morrison Sent: Wednesday, November 27, 2013 7:16 PM To: Eric Ludlam Cc: Jack Morrison; mat...@li... Subject: Re: [Matlab-emacs-discuss] Submit Matlab mode to MELPA 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...<mailto: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...<mailto:Jac...@gm...>] Sent: Monday, October 21, 2013 9:23 AM To: mat...@li...<mailto: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 |