diff README.packages @ 355:182f72e8cd0d r21-1-7

Import from CVS: tag r21-1-7
author cvs
date Mon, 13 Aug 2007 10:56:21 +0200
parents 3b3709405255
children 8e84bee8ddd0
line wrap: on
line diff
--- a/README.packages	Mon Aug 13 10:55:35 2007 +0200
+++ b/README.packages	Mon Aug 13 10:56:21 2007 +0200
@@ -196,6 +196,16 @@
 See also '.../etc/PACKAGES' for further descriptions of the individual
 packages (currently outdated).
 
+Finding the Right Packages
+--------------------------
+
+If you want to find out which package contains the functionality you
+are looking for, use M-x package-get-package-provider, and give it a
+symbol that is likely to be in that package.  eg, if some code you
+want to use has a (require 'thingatpt) in it, try doing
+M-x package-get-package-provider RET thingatpt , which will return
+something like: (fsf-compat "1.06").
+
 Upgrading/Removing Packages
 ---------------------------