greetings earthlings,
this is a methodology refinement release, i.e., "things are easier to
rip off than ever". down w/ methodology hoarding! tarball and friends
in dir:
http://www.glug.org/people/ttn/software/ttn-pers-elisp/
NEWS excerpt below.
thi
___________________________________________
- VERSION 1.41 (released 2002/03/29)
This release is mainly to (finally) introduce standard
"./configure && make && make install" support. The first
non-emacs-version-specific site-lisp directory in `load-path'
(e.g., /usr/local/share/emacs/site-lisp) is used as "instdir"
for "make install". You can override this with:
make instdir=/some/other/place install
There are no configuration options at this time ("prefix" and
friends are ignored, too).
Installation creates subdirectory $instdir/ttn-pers-elisp/
w/ elisp files, and also $instdir/setup-ttn-pers-elisp.el
which provides bootstrap command `setup-ttn-pers-elisp'.
Typical usage (in ~/.emacs) is:
(require 'setup-ttn-pers-elisp)
(setup-ttn-pers-elisp)
This adds subdirs to `load-path' only and avoids further changes
(such as enabling some via loading lisp/loaddefs.el, modifying
keybindings, etc). You can activate these changes by passing
args to `setup-ttn-pers-elisp', q.v.
Note that ttn-pers-elisp can still be used in place (w/o
installation) providing you do "./configure && make" first.
[ends here]
|