unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Jan Moringen <jan.moringen@uni-bielefeld.de>
To: emacs-devel@gnu.org
Subject: Menu entry for describe-package?
Date: Mon, 21 Jun 2010 01:22:36 +0200	[thread overview]
Message-ID: <19162_1277076158_ZZh013Uew0JKU.00_1277076156.6852.1.camel@steed.robot-madness> (raw)

[-- Attachment #1: Type: text/plain, Size: 932 bytes --]

Hi,

I think it's great to have package.el in Emacs. I suggest adding a
"Describe Package" menu item in the "Help > Describe" menu, in analogy
to the other `describe-*' functions. The attached patch adds the menu
entry.

Looking at the neighboring entries, it seems like the function should be
bound to C-h p. However, this binding is already in use (by
`finder-by-keyword').

More generally, does anyone else find it potentially confusing (at least
for new users) to have the following menu entries?

Options > Manage Emacs Packages -> `package-list-packages'

Help > Find Emacs Packages      -> `finder-by-keyword'
Help > External Packages        -> `menu-bar-help-extra-packages'

I think, the main source of potential confusion is the inconsistent use
of the term "package". Maybe the meaning of "package" in the "Help" menu
could also be conveyed by something more vague like "Find Emacs-related
software"?

Kind regards,
Jan 

[-- Attachment #2: emacs-describe-package.patch --]
[-- Type: text/x-patch, Size: 750 bytes --]

--- lisp/menu-bar.el.orig	2010-07-18 01:00:44.000000000 +0200
+++ lisp/menu-bar.el	2010-07-18 04:54:07.522794927 +0200
@@ -1404,6 +1332,9 @@
 (define-key menu-bar-describe-menu [describe-current-display-table]
   `(menu-item ,(purecopy "Describe Display Table") describe-current-display-table
 	      :help ,(purecopy "Describe the current display table")))
+(define-key menu-bar-describe-menu [describe-package]
+  `(menu-item ,(purecopy "Describe Package...") describe-package
+              :help ,(purecopy "Display information about an Emacs software package")))
 (define-key menu-bar-describe-menu [describe-face]
   `(menu-item ,(purecopy "Describe Face...") describe-face
               :help ,(purecopy "Display the properties of a face")))

             reply	other threads:[~2010-06-20 23:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-20 23:22 Jan Moringen [this message]
2010-06-21  1:19 ` Menu entry for describe-package? Lennart Borgman
  -- strict thread matches above, loose matches on Subject: below --
2010-06-21  2:45 MON KEY

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=19162_1277076158_ZZh013Uew0JKU.00_1277076156.6852.1.camel@steed.robot-madness \
    --to=jan.moringen@uni-bielefeld.de \
    --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).