home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.archives.admin:548 comp.emacs:4059
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!math.ksu.edu!deadend
- From: tar@math.ksu.edu (Tim Ramsey)
- Newsgroups: comp.archives.admin,comp.emacs
- Subject: Re: Ange-FTP (was Re: NCFTP)
- Followup-To: comp.emacs
- Date: 25 Jan 1993 01:51:28 -0600
- Organization: Dept. of Mathematics, Kansas State University
- Lines: 48
- Distribution: world
- Message-ID: <1k0660INN2bd@hilbert.math.ksu.edu>
- 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>
- NNTP-Posting-Host: hilbert.math.ksu.edu
-
- [ Distribution: comp changed to "world"; followups set to comp.emacs ]
-
- wollman@hal.emba.uvm.edu (Garrett Wollman) writes:
-
- >How many other Emacs maintainers are there out there who always dump
- >ange-ftp into their executables? Every single Emacs and Epoch I build
- >always gets Ange-FTP and Tree Dired; I wouldn't live without them.
-
- ;; site-init.el created by tar
- ;; Last modified 9 November 1992 by tar: for 18.59
-
- ;; Prompt before executing local variables section. Local variables are
- ;; major security risks since 1) they appear at the bottom of the file,
- ;; which is usually out of sight and 2) they can do anything emacs can
- ;; do, including running shell commands.
- (setq inhibit-local-variables t)
-
- ;; News is in a non-standard place
- (setq news-path "/news/spool/news/")
-
- ;; Load some non-default packages into Emacs
-
- ;; VM, a "mail user agent" (mail reader)
- (load "vm")
-
- ;; Supercite, a mail/news citing package
- (load "sc")
-
- ;; Calc, a calculator package
- (load "calc")
- (load "macedit")
-
- ;; Ange-ftp -- allows transparent editing via FTP
- (load "ange-ftp")
-
- ;; Calendar/Holiday/Diary
- (load "holidays")
- (load "calendar")
- (load "diary")
- (load "appt")
-
- hilbert% l -g emacs # a Sun 4/330 running 4.1.1
- 1928 -rwxr-xr-x 2 root staff 1966080 Nov 9 20:00 emacs
-
- --
- Tim Ramsey, 913.532.6750 | I'm a sysadmin and I'm okay;
- Department of Mathematics | I work all night and I sleep all day.
- Kansas State University |
-