home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / emacs / 3934 < prev    next >
Encoding:
Text File  |  1993-01-08  |  2.3 KB  |  53 lines

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