Hi,
I've installed xemacs from CVS this weekend and now I'm trying to
re-enable all the packages I used to use. But I'm having trouble
with packages which are not in the xemacs installer...
First, where do I put the Lisp files? README.packages says
$prefix/lib/xemacs/site-packages/ (i.e. by default
/usr/local/lib/xemacs/site-packages/ ), but that doesn't seem to work: I
have the remem.el file (from the Remembrance Agent,
http://rhodes.www.media.mit.edu/people/rhodes/RA/ ) in there
and yet evaluating (load "remem.el") gives just
Cannot open load file: remem.el
When I move remem.el to /usr/local/lib/xemacs-21.5-b3/lisp (which
I probably shouldn't...), it's found but still can't be loaded:
Cannot open load file: overlay
remem.el contains (require 'overlay) , so apparently I need some
other package - but which one? My previous xemacs version (RPM in
SuSE Linux 6.4, apparently based on xemacs 21.1.8) used to work...
Bye
Vasek
P.S. My Installation file is included - if you need any more
info about my setup please let me know...
uname -a: Linux linux 2.4.0 #3 Sun Jan 28 20:49:46 GMT 2001 i686 unknown
./configure '--with-mule'
XEmacs 21.5-b3 "asparagus" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /usr/local/cvs.src/xemacs/xemacs-21.5
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wshadow -Wsign-compare
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /usr/X11/lib
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Compiling in support for ESD (Enlightened Sound Daemon).
Databases:
Compiling in support for Berkeley database.
Compiling in support for GNU DBM.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Compiling in support for dynamic shared object modules.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------