unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-devel@gnu.org
Subject: Re: matlab-mode MELPA, link contact FAQ?
Date: Fri, 15 Apr 2016 17:02:50 +0000	[thread overview]
Message-ID: <87r3e66c05.fsf@mat.ucm.es> (raw)
In-Reply-To: 571109C6.2020002@gmail.com


   > 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 




  reply	other threads:[~2016-04-15 17:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-15  9:46 matlab-mode MELPA, link contact FAQ? Uwe Brauer
2016-04-15 11:47 ` Clément Pit--Claudel
2016-04-15 15:10   ` Uwe Brauer
2016-04-15 15:33     ` Clément Pit--Claudel
2016-04-15 17:02       ` Uwe Brauer [this message]
2016-04-15 17:41         ` Clément Pit--Claudel
2016-04-15 20:19           ` Uwe Brauer
2016-04-15 12:32 ` Stefan Monnier
2016-04-15 14:33   ` Clément Pit--Claudel
2016-04-15 15:12   ` Uwe Brauer
2016-04-18  8:31   ` Richard Stallman
2016-04-18  8:55     ` Nicolas Petton
2016-04-18 12:08       ` Tom
2016-04-19  0:29       ` Richard Stallman
2016-04-19  0:45         ` Clément Pit--Claudel
2016-04-19  8:23         ` Steve Purcell
2016-04-19  9:38           ` Nicolas Petton
2016-04-19 23:51           ` Richard Stallman
2016-04-18 11:53     ` Stefan Monnier
2016-04-18 11:55     ` Stefan Monnier
2016-04-18 14:38     ` Clément Pit--Claudel
2016-04-15 22:51 ` Richard Stallman
2016-04-16  7:49   ` Uwe Brauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r3e66c05.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).