unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15619: M-x list-packages should also show link to homepage / source
@ 2013-10-15  4:18 Swaroop C H
  2013-10-15  6:31 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Swaroop C H @ 2013-10-15  4:18 UTC (permalink / raw)
  To: 15619

Hello,

I hope this is the right forum for this question, please direct me if otherwise.

When I run ~M-x list-packages~, and click on a package name, the description is usually vague on what it means, and it would be great if there was a link to the source / github link (just like the website http://melpa.milkbox.net/ displays the Source column)  so that I can understand what it actually does.

For example, ~pony-mode~ says "Minor mode for working with Django projects [github]" and that ~[github]~ doesn't actually link to anything and that description is not helpful to what it actually does.

Further examples (as pointed out by jlf on freenode.net#emacs IRC) are "lisp-editing" which says "lisp editing tools" in the description and "fuzzy-match" which says "fuzzy matching [wiki]" in the description.

This is definitely not nitpicking about those packages, but a request that there be a standard homepage / source (github, etc.) link in the description for each package, similar to how HomeBrew package manager on OS X works.

Thank you!

Regards,
Swaroop






^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#15619: M-x list-packages should also show link to homepage / source
  2013-10-15  4:18 bug#15619: M-x list-packages should also show link to homepage / source Swaroop C H
@ 2013-10-15  6:31 ` Glenn Morris
  2013-10-15  6:36   ` Swaroop C H
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2013-10-15  6:31 UTC (permalink / raw)
  To: Swaroop C H; +Cc: 15619

Swaroop C H wrote:

> I hope this is the right forum for this question, please direct me if
> otherwise.
>
> When I run ~M-x list-packages~, and click on a package name, the
> description is usually vague on what it means, and it would be great
> if there was a link to the source / github link (just like the website
> http://melpa.milkbox.net/ displays the Source column) so that I can
> understand what it actually does.

This is absolutely the right forum, but a trivial check will show that
the same issue was already reported and recently implemented.

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13291





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#15619: M-x list-packages should also show link to homepage / source
  2013-10-15  6:31 ` Glenn Morris
@ 2013-10-15  6:36   ` Swaroop C H
  2013-10-15  6:41     ` Glenn Morris
  2013-10-15 13:44     ` Dmitry Gutov
  0 siblings, 2 replies; 7+ messages in thread
From: Swaroop C H @ 2013-10-15  6:36 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 15619

On 15-Oct-2013, at 12:01 PM, Glenn Morris <rgm@gnu.org> wrote:
> This is absolutely the right forum, but a trivial check will show that
> the same issue was already reported and recently implemented.
> 
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13291

Hi Glenn,

Apologies for the redundant request, apparently, my searching skills are not good, I did actually try searching the archives ( http://debbugs.gnu.org/cgi/pkgreport.cgi?include=subject%3Apackage+URL;package=emacs shows nothing? )

Glad to hear that this has already been resolved for future versions of Emacs!

Regards,
Swaroop




^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#15619: M-x list-packages should also show link to homepage / source
  2013-10-15  6:36   ` Swaroop C H
@ 2013-10-15  6:41     ` Glenn Morris
  2013-10-15 13:44     ` Dmitry Gutov
  1 sibling, 0 replies; 7+ messages in thread
From: Glenn Morris @ 2013-10-15  6:41 UTC (permalink / raw)
  To: Swaroop C H; +Cc: 15619

Swaroop C H wrote:

> Apologies for the redundant request, apparently, my searching skills are not good, I did actually try searching the archives ( http://debbugs.gnu.org/cgi/pkgreport.cgi?include=subject%3Apackage+URL;package=emacs shows nothing? )

That searches for the literal string "package+URL".





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#15619: M-x list-packages should also show link to homepage / source
  2013-10-15  6:36   ` Swaroop C H
  2013-10-15  6:41     ` Glenn Morris
@ 2013-10-15 13:44     ` Dmitry Gutov
  2013-10-15 14:54       ` Glenn Morris
  1 sibling, 1 reply; 7+ messages in thread
From: Dmitry Gutov @ 2013-10-15 13:44 UTC (permalink / raw)
  To: Swaroop C H; +Cc: 15619

Swaroop C H <swaroop@swaroopch.com> writes:
> Glad to hear that this has already been resolved for future versions of Emacs!

Each package repository also has to implement support for it.

For MELPA, check out https://github.com/milkypostman/melpa/issues/424





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#15619: M-x list-packages should also show link to homepage / source
  2013-10-15 13:44     ` Dmitry Gutov
@ 2013-10-15 14:54       ` Glenn Morris
  2013-10-16  0:22         ` Dmitry Gutov
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2013-10-15 14:54 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: 15619, Swaroop C H

Dmitry Gutov wrote:

> Swaroop C H <swaroop@swaroopch.com> writes:
>> Glad to hear that this has already been resolved for future versions of Emacs!
>
> Each package repository also has to implement support for it.

Where's the NEWS entry informing people of this, then?





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#15619: M-x list-packages should also show link to homepage / source
  2013-10-15 14:54       ` Glenn Morris
@ 2013-10-16  0:22         ` Dmitry Gutov
  0 siblings, 0 replies; 7+ messages in thread
From: Dmitry Gutov @ 2013-10-16  0:22 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 15619, Swaroop C H

On 15.10.2013 18:54, Glenn Morris wrote:
>> Each package repository also has to implement support for it.
>
> Where's the NEWS entry informing people of this, then?

Added in 114675, feel free to edit as you see fit.

If most people read NEWS after the release, though, which is my 
understanding, it will be rather late to work on the implementations.






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-10-16  0:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-15  4:18 bug#15619: M-x list-packages should also show link to homepage / source Swaroop C H
2013-10-15  6:31 ` Glenn Morris
2013-10-15  6:36   ` Swaroop C H
2013-10-15  6:41     ` Glenn Morris
2013-10-15 13:44     ` Dmitry Gutov
2013-10-15 14:54       ` Glenn Morris
2013-10-16  0:22         ` Dmitry Gutov

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