Mercurial > hg > xemacs-beta
diff README.packages @ 424:11054d720c21 r21-2-20
Import from CVS: tag r21-2-20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:26:11 +0200 |
parents | 41dbb7a9d5f2 |
children | 84b14dcb0985 |
line wrap: on
line diff
--- a/README.packages Mon Aug 13 11:25:03 2007 +0200 +++ b/README.packages Mon Aug 13 11:26:11 2007 +0200 @@ -224,3 +224,13 @@ XEmacs no longer looks into a 'site-lisp' directly by default. A good place to put 'site-start.el' would be in $prefix/lib/xemacs/site-packages/lisp/ + +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").