From: jadamson@partners.org (Joel J. Adamson)
To: help-gnu-emacs@gnu.org
Subject: Re: understanding emacs packages
Date: Wed, 03 Oct 2007 11:40:07 -0400 [thread overview]
Message-ID: <87k5q4ky08.fsf@W0053328.mgh.harvard.edu> (raw)
In-Reply-To: 1191420317.776020.58280@d55g2000hsg.googlegroups.com
knubee <knubee@gmail.com> writes:
>> Why are you re-installing lisp packages?
>
> I recently upgraded from emacs 21.4 to 22. Some of the packages I used
> were not part of the earlier distribution. I am trying to learn about
> ways to check what is actually included in a distribution. Are slocate
> or manual inspection of site-lisp the two main options?
Those would be the *best* options: "manual inspection" is spelled "M-x dired
RET /usr/share/emacs/site-lisp RET C-s planner" to find planner.el.
It's not terribly "manual" ;)
Slocate is just "slocate planner.el" and as long as the database is up
to date, it should find it in seconds.
On my machine, if they are part of the Emacs distribution (e.g.,
Gnus), then they are in the directory corresponding to the version
number (23 in my case). If they are not, then they are in site-lisp.
Most are single .el files, some with matching .elc files. Some are
directories that include .el and .elc files.
>> What feature of your Linux distro would interact with Emacs packages?
>
> I ask because I do not know.
Sorry to be so didactic: what I meant was I'm not aware of anything
system wide that would affect the installation of Emacs packages. But
then again, I stopped using package managers a while ago. There may
very well be something in Ubuntu that puts the packages somewhere else.
>> > - Does this mean that "planner-el" is an elisp implementation of
>> > "planner"?
>>
>> Is there another possible implementation of planner?
>
> Um. let me rephrase my question: is planner-el a *replacement* for
> "planner" -- or does it *rely* on it?
What files are contained in this "planner-el" package? Sounds like it
may be the same thing and just have two different names.
Joel
--
Joel J. Adamson
Biostatistician
Pediatric Psychopharmacology Research Unit
Massachusetts General Hospital
Boston, MA 02114
(617) 643-1432
(303) 880-3109
next prev parent reply other threads:[~2007-10-03 15:40 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-03 12:14 understanding emacs packages knubee
2007-10-03 13:46 ` Joel J. Adamson
2007-10-03 14:05 ` knubee
2007-10-03 15:40 ` Joel J. Adamson [this message]
2007-10-03 23:23 ` knubee
2007-10-03 18:36 ` Seweryn Kokot
2007-10-04 9:35 ` Tim X
2007-10-07 4:38 ` knubee
2007-10-07 19:21 ` Eli Zaretskii
[not found] ` <mailman.1808.1191784883.18990.help-gnu-emacs@gnu.org>
2007-10-07 21:48 ` knubee
2007-10-08 3:18 ` Tim X
2007-10-08 3:01 ` Tim X
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87k5q4ky08.fsf@W0053328.mgh.harvard.edu \
--to=jadamson@partners.org \
--cc=help-gnu-emacs@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.