GNU bug report logs - #19223
24.4; ELPA suggest description in gnu-emacs-sources messages

Previous Next

Package: emacs;

Reported by: Kevin Ryde <user42_kevin <at> yahoo.com.au>

Date: Sun, 30 Nov 2014 07:38:01 UTC

Severity: wishlist

Found in version 24.4

To reply to this bug, email your comments to 19223 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#19223; Package emacs. (Sun, 30 Nov 2014 07:38:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kevin Ryde <user42_kevin <at> yahoo.com.au>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 30 Nov 2014 07:38:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kevin Ryde <user42_kevin <at> yahoo.com.au>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4; ELPA suggest description in gnu-emacs-sources messages
Date: Sun, 30 Nov 2014 18:36:35 +1100
As a suggestion, it'd be good if the messages to gnu-emacs-sources for
new gnu elpa packages included the package description -- just the one
line description from the first line of the .el file.

The description can give a hint whether it's something of interest.
Putting it in the subject line would allow quick skimming.  The
descriptions are usually short enough for that are they?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19223; Package emacs. (Thu, 20 Aug 2020 17:14:01 GMT) Full text and rfc822 format available.

Message #8 received at 19223 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Kevin Ryde <user42_kevin <at> yahoo.com.au>
Cc: 19223 <at> debbugs.gnu.org
Subject: Re: bug#19223: 24.4; ELPA suggest description in gnu-emacs-sources
 messages
Date: Thu, 20 Aug 2020 19:13:35 +0200
Kevin Ryde <user42_kevin <at> yahoo.com.au> writes:

> As a suggestion, it'd be good if the messages to gnu-emacs-sources for
> new gnu elpa packages included the package description -- just the one
> line description from the first line of the .el file.
>
> The description can give a hint whether it's something of interest.
> Putting it in the subject line would allow quick skimming.  The
> descriptions are usually short enough for that are they?

Yes, that would be good.  Does anybody know what generates those
messages?

It's the

---
Version 1.0 of GNU ELPA package gnu-elpa has just been released.
You can now find it in M-x package-list RET.

More at http://elpa.gnu.org/packages/gnu-elpa.html
---

emails...

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19223; Package emacs. (Thu, 20 Aug 2020 17:29:01 GMT) Full text and rfc822 format available.

Message #11 received at 19223 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>, Kevin Ryde <user42_kevin <at> yahoo.com.au>
Cc: 19223 <at> debbugs.gnu.org
Subject: Re: bug#19223: 24.4;
 ELPA suggest description in gnu-emacs-sources messages
Date: Thu, 20 Aug 2020 10:28:31 -0700
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> Yes, that would be good.  Does anybody know what generates those
> messages?

Here's a likely suspect:

./admin/update-archive.sh:142:Version $ver of GNU ELPA package $pkg
has just been released.

Best regards,
Stefan Kangas




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19223; Package emacs. (Fri, 21 Aug 2020 11:09:02 GMT) Full text and rfc822 format available.

Message #14 received at 19223 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: Kevin Ryde <user42_kevin <at> yahoo.com.au>,
 Stefan Monnier <monnier <at> iro.umontreal.ca>, 19223 <at> debbugs.gnu.org
Subject: Re: bug#19223: 24.4; ELPA suggest description in gnu-emacs-sources
 messages
Date: Fri, 21 Aug 2020 13:07:46 +0200
Stefan Kangas <stefankangas <at> gmail.com> writes:

>> Yes, that would be good.  Does anybody know what generates those
>> messages?
>
> Here's a likely suspect:
>
> ./admin/update-archive.sh:142:Version $ver of GNU ELPA package $pkg
> has just been released.

Yes, that seems like a very likely suspect.  Looking at the code, it
shouldn't be too difficult to add a summary line...  but I'd rather not
mess with that script, since I have no way of testing.

Perhaps Stefan M. has some input here?  The suggestion is:

> As a suggestion, it'd be good if the messages to gnu-emacs-sources for
> new gnu elpa packages included the package description -- just the one
> line description from the first line of the .el file.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19223; Package emacs. (Fri, 21 Aug 2020 19:48:02 GMT) Full text and rfc822 format available.

Message #17 received at 19223 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: Kevin Ryde <user42_kevin <at> yahoo.com.au>,
 Stefan Kangas <stefankangas <at> gmail.com>, 19223 <at> debbugs.gnu.org
Subject: Re: bug#19223: 24.4; ELPA suggest description in gnu-emacs-sources
 messages
Date: Fri, 21 Aug 2020 15:47:10 -0400
>> ./admin/update-archive.sh:142:Version $ver of GNU ELPA package $pkg
>> has just been released.
>
> Yes, that seems like a very likely suspect.  Looking at the code, it
> shouldn't be too difficult to add a summary line...  but I'd rather not
> mess with that script, since I have no way of testing.

You can reproduce the setup that's on elpa.gnu.org.  the README file in
elpa.git tries to describe how to do that, tho IIRC it needs to be
improved (i.e. the steps described there don't quite work), ideally by
simplifying the setup.

> Perhaps Stefan M. has some input here?  The suggestion is:
>
>> As a suggestion, it'd be good if the messages to gnu-emacs-sources for
>> new gnu elpa packages included the package description -- just the one
>> line description from the first line of the .el file.

Yes, I'm all for it.  It should ideally also include the "news" or
"changelog" since the last release.


        Stefan





This bug report was last modified 4 years and 298 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.