home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / archives / admin / 548 < prev    next >
Encoding:
Text File  |  1993-01-25  |  2.1 KB  |  63 lines

  1. Xref: sparky comp.archives.admin:548 comp.emacs:4059
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!math.ksu.edu!deadend
  3. From: tar@math.ksu.edu (Tim Ramsey)
  4. Newsgroups: comp.archives.admin,comp.emacs
  5. Subject: Re: Ange-FTP (was Re: NCFTP)
  6. Followup-To: comp.emacs
  7. Date: 25 Jan 1993 01:51:28 -0600
  8. Organization: Dept. of Mathematics, Kansas State University
  9. Lines: 48
  10. Distribution: world
  11. Message-ID: <1k0660INN2bd@hilbert.math.ksu.edu>
  12. References: <1993Jan20.112645.4119@yarra-glen.aaii.oz.au> <GNAT.93Jan21104634@kauri.kauri.vuw.ac.nz> <1993Jan21.080140.17774@imada.ou.dk> <1993Jan22.232652.9359@uvm.edu>
  13. NNTP-Posting-Host: hilbert.math.ksu.edu
  14.  
  15. [ Distribution: comp changed to "world"; followups set to comp.emacs ]
  16.  
  17. wollman@hal.emba.uvm.edu (Garrett Wollman) writes:
  18.  
  19. >How many other Emacs maintainers are there out there who always dump
  20. >ange-ftp into their executables?  Every single Emacs and Epoch I build
  21. >always gets Ange-FTP and Tree Dired; I wouldn't live without them.
  22.  
  23. ;; site-init.el created by tar
  24. ;; Last modified 9 November 1992 by tar: for 18.59
  25.  
  26. ;; Prompt before executing local variables section.  Local variables are
  27. ;; major security risks since 1) they appear at the bottom of the file,
  28. ;; which is usually out of sight and 2) they can do anything emacs can
  29. ;; do, including running shell commands.
  30. (setq inhibit-local-variables t)
  31.  
  32. ;; News is in a non-standard place
  33. (setq news-path "/news/spool/news/")
  34.  
  35. ;; Load some non-default packages into Emacs
  36.  
  37. ;; VM, a "mail user agent" (mail reader)
  38. (load "vm")
  39.  
  40. ;; Supercite, a mail/news citing package
  41. (load "sc")
  42.  
  43. ;; Calc, a calculator package
  44. (load "calc")
  45. (load "macedit")
  46.  
  47. ;; Ange-ftp -- allows transparent editing via FTP
  48. (load "ange-ftp")
  49.  
  50. ;; Calendar/Holiday/Diary
  51. (load "holidays")
  52. (load "calendar")
  53. (load "diary")
  54. (load "appt")
  55.  
  56. hilbert% l -g emacs  # a Sun 4/330 running 4.1.1
  57. 1928 -rwxr-xr-x  2 root     staff     1966080 Nov  9 20:00 emacs
  58.  
  59. -- 
  60.     Tim Ramsey, 913.532.6750  |  I'm a sysadmin and I'm okay;
  61.     Department of Mathematics |  I work all night and I sleep all day.
  62.     Kansas State University   |
  63.