[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: matlab-mode MELPA, link contact FAQ?
From: |
Uwe Brauer |
Subject: |
Re: matlab-mode MELPA, link contact FAQ? |
Date: |
Fri, 15 Apr 2016 17:02:50 +0000 |
User-agent: |
Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.1.50 (gnu/linux) |
> On 04/15/2016 11:10 AM, Uwe Brauer wrote:
> Not really; it's specific to the distribution part, which you don't
> care about. From the metadata in the headers (for single-file
> packages) or in …-pkg.el (for multi-file packages) MELPA will build a
> tar files that users download through package.el.
Ok thanks.
I am sorry to nag, but I find the lack of some manual frustrating.
If I understand correctly, all I have to do is to provide a file
matlab-pkg.el, then automatically the info string will be updated.
But I am not sure about its contend. Looking up in packages I installed
from MELPA such as
helm-bibtex-pkg.el
does not really help because it contains strings I presume are
generated during installation, namely the string "20160412.1353" as in
,----
|
| (define-package "helm-bibtex" "20160412.1353" "A BibTeX bibliography manager
based on Helm"
| '((helm "1.5.5")
| (parsebib "1.0")
| (s "1.9.0")
| (dash "2.6.0")
| (f "0.16.2")
| (cl-lib "0.5")
| (biblio "0.2")))
| ;; Local Variables:
| ;; no-byte-compile: t
| ;; End:
`----
So based on this how should matlab-pkg.el look?
For example
,----
| ;;; -*- no-byte-compile: t -*-
| (define-package "matlab-mode" "20131013.2205" "Major mode for MATLAB(R) dot-m
files"
| 'nil
| :keywords
| '("matlab" "programming" "language" "(X)emacs"))
`----
Or
,----
| ;;; -*- no-byte-compile: t -*-
| (define-package "matlab-mode" " " "Major mode for MATLAB(R) dot-m files"
| 'nil
| :keywords
| '("matlab" "programming" "language" "(X)emacs"))
`----
Thanks
- matlab-mode MELPA, link contact FAQ?, Uwe Brauer, 2016/04/15
- Re: matlab-mode MELPA, link contact FAQ?, Clément Pit--Claudel, 2016/04/15
- Re: matlab-mode MELPA, link contact FAQ?, Uwe Brauer, 2016/04/15
- Re: matlab-mode MELPA, link contact FAQ?, Clément Pit--Claudel, 2016/04/15
- Re: matlab-mode MELPA, link contact FAQ?,
Uwe Brauer <=
- Re: matlab-mode MELPA, link contact FAQ?, Clément Pit--Claudel, 2016/04/15
- Re: matlab-mode MELPA, link contact FAQ?, Uwe Brauer, 2016/04/15
Re: matlab-mode MELPA, link contact FAQ?, Stefan Monnier, 2016/04/15
- Re: matlab-mode MELPA, link contact FAQ?, Clément Pit--Claudel, 2016/04/15
- Re: matlab-mode MELPA, link contact FAQ?, Uwe Brauer, 2016/04/15
- Re: matlab-mode MELPA, link contact FAQ?, Richard Stallman, 2016/04/18
- Re: matlab-mode MELPA, link contact FAQ?, Nicolas Petton, 2016/04/18
- Re: matlab-mode MELPA, link contact FAQ?, Tom, 2016/04/18
- Re: matlab-mode MELPA, link contact FAQ?, Richard Stallman, 2016/04/18
- Re: matlab-mode MELPA, link contact FAQ?, Clément Pit--Claudel, 2016/04/18