emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: having emacs-matlab in ELPA, finally. FSF paper signed


From: Uwe Brauer
Subject: Re: having emacs-matlab in ELPA, finally. FSF paper signed
Date: Sat, 23 Nov 2024 14:22:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

>>> "SK" == Stefan Kangas <stefankangas@gmail.com> writes:

> Philip Kaludercic <philipk@posteo.net> writes:
>> +(defconst matlab-mode-version (package-get-version)
>> +  "Current version of MATLAB(R) mode.")

> We have tried to discourage the addition of such variables and commands,
> given that one can always find that information by other means,
> e.g. interactively with `describe-package` or from Lisp:

>     (package-desc-version (cadr (assq 'foo package-alist)))

So you want me use just that string 
well (package-desc-version (cadr (assq 'matlab-mode package-alist)))
I presume 

in matlab.el (and matlab-mode.el)?

What's about our current setting 

(defconst matlab-mode-version "6.2"
  "Current version of MATLAB(R) mode.")

Which we need for MELPA? 

-- 
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. 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]