home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.emacs
- Path: sparky!uunet!mcsun!Germany.EU.net!news.uni-bielefeld.de!techfak.uni-bielefeld.de!dietmar
- From: dietmar@techfak.uni-bielefeld.de (Dietmar Braun)
- Subject: Re: minimum files to run gnu emacs
- Sender: news@hermes.hrz.uni-bielefeld.de (News Administrator)
- Message-ID: <C0JH48.Hyq@hermes.hrz.uni-bielefeld.de>
- Date: Fri, 8 Jan 1993 14:19:20 GMT
- References: <AAROND.93Jan7155820@xibm.StorTek.com>
- Nntp-Posting-Host: tecmosys.techfak.uni-bielefeld.de
- Organization: Universitaet Bielefeld, Technische Fakultaet.
- Lines: 40
-
- In article <AAROND.93Jan7155820@xibm.StorTek.com>, aarond@xibm.StorTek.com (Aaron Dailey) writes:
- |> [...]
- |> So, what do I need? Of course, I need the executable. How 'bout the
- |> elisp files - some of them seem to be loaded dynamically (the
- |> rectangle functions come to mind), but most are already in the
- |> executable? If I need the elisp files, do I just need the .elc files,
- |> not the .el files. None of the .c or .o files, I assume, and nothing
- |> from the ./etc directory, except the executables.
- |>
- |> Thanks,
- |>
- |> --
- |> Aaron Dailey Internet: Aaron_Dailey@stortek.com
- |> StorageTek Corporation Voice: (303) 673-4989, FAX: (303) 673-2570
- |> Mail: MS0242, 2270 South 88th Street, Louisville, C0 80028
- |>
-
- Hello,
- It works without anyting but the executable. You will miss some comfort
- and emacs gives some warnings (can't find etc directory, can't find lisp ...)
- before startup.
-
- So for a comfortable setup, You might make Your own version of default.el.
- You should check all commands, you want to use, and make appropriate autoload
- entries default.el. Then You need *.elc versions of all those files.
- elc size is about 1/3, so it's better to use .elc then .el.
- (This is also faster)
- At last You'll need something from lisp/term, if You want to use
- arrow keys/function keys. But I don't know exactly.
-
- Hope this gives You an idea
- regards
- Dietmar
- --
- ---------------------------------------------------------------------
- SMail: Dietmar Braun; Universitaet Bielefeld | __o
- Technische Fakultaet AG WBS / KI | _`\<,_
- Postfach 8640; W-4800 Bielefeld 1; Germany| (_)/ (_)
- EMail: dietmar@techfak.uni-bielefeld.de |
- ---------------------------------------------------------------------
-