comparison 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
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
222 222
223 The site-packages hierarchy replaces the old 'site-lisp' directory. 223 The site-packages hierarchy replaces the old 'site-lisp' directory.
224 XEmacs no longer looks into a 'site-lisp' directly by default. 224 XEmacs no longer looks into a 'site-lisp' directly by default.
225 A good place to put 'site-start.el' would be in 225 A good place to put 'site-start.el' would be in
226 $prefix/lib/xemacs/site-packages/lisp/ 226 $prefix/lib/xemacs/site-packages/lisp/
227
228 Finding the right packages
229 --------------------------
230
231 If you want to find out which package contains the functionality you
232 are looking for, use M-x package-get-package-provider, and give it a
233 symbol that is likely to be in that package. eg, if some code you
234 want to use has a (require 'thingatpt) in it, try doing
235 M-x package-get-package-provider RET thingatpt , which will return
236 something like: (fsf-compat "1.06").