OK, foound information in the github site on the org features. Very cool! Thanks, Vasco
On Sat, Nov 23, 2024 at 12:14 PM < matlab-emacs-discuss-requ...@lists.sourceforge.net> wrote: > Send Matlab-emacs-discuss mailing list submissions to > matlab-emacs-discuss@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss > or, via email, send a message with subject or body 'help' to > matlab-emacs-discuss-requ...@lists.sourceforge.net > > You can reach the person managing the list at > matlab-emacs-discuss-ow...@lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Matlab-emacs-discuss digest..." > > > Today's Topics: > > 1. Re: having emacs-matlab in ELPA, finally. FSF paper signed > (Uwe Brauer) > 2. Re: Matlab-emacs-discuss Digest, Vol 122, Issue 8 (Vasco C?rdia) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 23 Nov 2024 14:19:30 +0100 > From: Uwe Brauer <o...@mat.ucm.es> > To: Philip Kaludercic <phil...@posteo.net> > Cc: Uwe Brauer <o...@mat.ucm.es>, Andrea Corallo <acora...@gnu.org>, > <emacs-de...@gnu.org>, Matlab-emacs-discuss > <matlab-emacs-discuss@lists.sourceforge.net> > Subject: Re: [Matlab-emacs-discuss] having emacs-matlab in ELPA, > finally. FSF paper signed > Message-ID: <874j3y2il9....@mat.ucm.es> > Content-Type: text/plain; charset="us-ascii" > > > > Uwe Brauer <o...@mat.ucm.es> writes: > > > You don't have to do anything*, I just have to add a package > > specification (similar to the "recipe file" for MELPA) to elpa.git. > > > * As soon as it works. The main issues right now, are as you noticed > > that ELPA doesn't release a new tarball for every commit, but just > > when a new version is released. We track this by checking for commits > > that bump the "Version" header in the main file (in your case > > matlab.el). You currently don't have any version number, so the build > > fails. I would suggest applying a change like this, if it doesn't > > break any assumptions you have regarding the minimal Emacs version: > > > diff --git a/matlab.el b/matlab.el > > index 8ca0ee24a2..b82229a672 100644 > > --- a/matlab.el > > +++ b/matlab.el > > @@ -5,11 +5,7 @@ > > ;; Maintainer: Eric M. Ludlam <elud...@mathworks.com> > > ;; Created: 04 Jan 91 > > ;; Keywords: MATLAB(R) > > -;; Version: > > - > > -(defconst matlab-mode-version "5.0" > > - "Current version of MATLAB(R) mode.") > > - > > +;; Version: 5.0 > > ;; > > ;; Copyright (C) 1997-2022 Eric M. Ludlam > > ;; Copyright (C) 1991-1997 Matthew R. Wette > > @@ -50,6 +46,10 @@ > > > ;;; Code: > > > +(defconst matlab-mode-version (package-get-version) > > + "Current version of MATLAB(R) mode.") > > + > > + > > (require 'matlab-compat) > > (require 'matlab-syntax) > > (require 'matlab-scan) > > A couple of remarks, > > 1. this diff seems against an older matlab-mode version (may the one > in sourceforge), the latest github version is 6.2 > https://github.com/mathworks/Emacs-MATLAB-Mode.git > > 2. Jonas Bernoulli one of the MELPA maintainers, recommended (but > did not demand) to add file called matlab-mode.el which is > basically a dummy file but also contains the current version > > > > The other issue is that ELPA checks the copyright string and wants to > > see that all packages in GNU ELPA have their copyright assigned to the > > FSF. > > There is an automated process for checking this. If I had known, it > would have saved my quite a bit of time and work. I eyeballed the logs > and if there was an unknown author I checked the diff, and if necessary > contacted him. > > > If you can fix these two things, then everything should go through. > > You can then decide to filter out files out of the final tarball by > > adding an .elpaignore file that lists what files to exclude. > > > 1. I will add an elpaignore file, which is urgent, > > 2. And concerning the version number, what shall I do, your proposal > or Stefan's? > > For the moment being I would like to keep the MELPA version as well till > I know ELPA works > > Uwe > > -- > I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel > I strongly condemn Putin's war of aggression against Ukraine. > I support to deliver weapons to Ukraine's military. > I support the EU and NATO membership of Ukraine. > > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: smime.p7s > Type: application/pkcs7-signature > Size: 5684 bytes > Desc: not available > > ------------------------------ > > Message: 2 > Date: Sat, 23 Nov 2024 12:13:21 -0800 > From: Vasco C?rdia <vcur...@gmail.com> > To: matlab-emacs-discuss@lists.sourceforge.net > Subject: Re: [Matlab-emacs-discuss] Matlab-emacs-discuss Digest, Vol > 122, Issue 8 > Message-ID: > <CAC_+eD+hrwR3wf-KLAMV1xMGz4OqfCk8x2yb7fMouqpa== > t...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > What kind of org integration does matlab-mode offer? > > I do use org, so I'd like to know how much I can leverage any features > available. > > Thanks, > Vasco > > On Sat, Nov 23, 2024 at 4:27?AM < > matlab-emacs-discuss-requ...@lists.sourceforge.net> wrote: > > > Send Matlab-emacs-discuss mailing list submissions to > > matlab-emacs-discuss@lists.sourceforge.net > > > > To subscribe or unsubscribe via the World Wide Web, visit > > > https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss > > or, via email, send a message with subject or body 'help' to > > matlab-emacs-discuss-requ...@lists.sourceforge.net > > > > You can reach the person managing the list at > > matlab-emacs-discuss-ow...@lists.sourceforge.net > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Matlab-emacs-discuss digest..." > > > > > > Today's Topics: > > > > 1. Re: [Matlab+org (use the python eninge or not)] (Uwe Brauer) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Fri, 22 Nov 2024 16:53:18 +0100 > > From: Uwe Brauer <o...@mat.ucm.es> > > To: martinoidar <martinoi...@gmail.com> > > Cc: Uwe Brauer <o...@mat.ucm.es>, Matlab-emacs-discuss > > <matlab-emacs-discuss@lists.sourceforge.net> > > Subject: Re: [Matlab-emacs-discuss] [Matlab+org (use the python eninge > > or not)] > > Message-ID: <87a5dr8du9....@mat.ucm.es> > > Content-Type: text/plain; charset="us-ascii" > > > > > > > On 25.04.2024 21:55, martinoidar wrote: > > > > Hi > > > Update: > > > > > I've just noticed that not everything is properly rendered in markdown > > > form. > > > > I just want to point out that we merged successfully our org-mode branch > > into the main, the default branch, and now the native org supports works > > flawlessly and does not require the python engine anymore. You can > > access the newest version either via MELPA or directly from > > https://github.com/mathworks/Emacs-MATLAB-Mode.git > > > > > > Uwe Brauer > > -- > > I strongly condemn Hamas heinous despicable pogroms/atrocities on Israel > > I strongly condemn Putin's war of aggression against Ukraine. > > I support to deliver weapons to Ukraine's military. > > I support the EU and NATO membership of Ukraine. > > > > -------------- next part -------------- > > A non-text attachment was scrubbed... > > Name: smime.p7s > > Type: application/pkcs7-signature > > Size: 5684 bytes > > Desc: not available > > > > ------------------------------ > > > > > > > > ------------------------------ > > > > Subject: Digest Footer > > > > _______________________________________________ > > Matlab-emacs-discuss mailing list > > Matlab-emacs-discuss@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss > > > > > > ------------------------------ > > > > End of Matlab-emacs-discuss Digest, Vol 122, Issue 8 > > **************************************************** > > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > Matlab-emacs-discuss mailing list > Matlab-emacs-discuss@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss > > > ------------------------------ > > End of Matlab-emacs-discuss Digest, Vol 122, Issue 9 > **************************************************** >
_______________________________________________ Matlab-emacs-discuss mailing list Matlab-emacs-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matlab-emacs-discuss