[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Suggestion: Make tar-mode activated in Emacs
From: |
Stefan Monnier |
Subject: |
Re: Suggestion: Make tar-mode activated in Emacs |
Date: |
14 Aug 2001 17:08:38 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.105 |
>>>>> "Peter" == Peter S Galbraith <GalbraithP@dfo-mpo.gc.ca> writes:
> In Debian, the `init' is a directory in which you put any file
> you want loaded by Emacs. This allows packaged Emacs add-ons to
> set themselves up without package management editing
> site-start.el, .emacs, or default.el. The packags instead
> install a file under the init directory. It's cleaner.
There's no need for such a thing. You can simply install the .el and .elc
files and then run the update-file-autoloads to maintain a file
containing all the required elisp code to be loaded at init time.
Basically, your init directory is then replaced by a single file
that's automatically generated from the autoload cookies contained in the
.el files.
See the install.el package I posted recently to gnu.emacs.sources
for a rough idea about how it could work.
Stefan
- Re: Suggestion: Make tar-mode activated in Emacs, (continued)
- Re: Suggestion: Make tar-mode activated in Emacs, Peter S Galbraith, 2001/08/01
- Re: Suggestion: Make tar-mode activated in Emacs, Richard Stallman, 2001/08/02
- Re: Suggestion: Make tar-mode activated in Emacs, Pavel Janík, 2001/08/02
- Re: Suggestion: Make tar-mode activated in Emacs, David Masterson, 2001/08/02
- Re: Suggestion: Make tar-mode activated in Emacs, Jari Aalto+mail.linux, 2001/08/02
- Re: Suggestion: Make tar-mode activated in Emacs, Peter S Galbraith, 2001/08/02
- Re: Suggestion: Make tar-mode activated in Emacs, David Masterson, 2001/08/03
- Re: Suggestion: Make tar-mode activated in Emacs, Richard Stallman, 2001/08/05
- Re: Suggestion: Make tar-mode activated in Emacs, David Masterson, 2001/08/06
- Re: Suggestion: Make tar-mode activated in Emacs, Kai Großjohann, 2001/08/03
- Re: Suggestion: Make tar-mode activated in Emacs,
Stefan Monnier <=
Re: Suggestion: Make tar-mode activated in Emacs, Eli Zaretskii, 2001/08/02