Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ucla-cs!zen!ucbvax!LF-SERVER-2.BBN.COM!jr From: jr@LF-SERVER-2.BBN.COM.UUCP Newsgroups: comp.emacs Subject: Re: Latest GNU Emacs manual rev? Message-ID: <8708181352.AA25149@ucbvax.Berkeley.EDU> Date: Tue, 18-Aug-87 09:52:57 EDT Article-I.D.: ucbvax.8708181352.AA25149 Posted: Tue Aug 18 09:52:57 1987 Date-Received: Thu, 20-Aug-87 01:35:28 EDT References: <4290@elroy.Jpl.Nasa.Gov> Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: jr@ALEXANDER.BBN.COM Distribution: world Organization: The ARPA Internet Lines: 20 >> Recent article(s) brought up using csh aliases; one person mentioned >> that they use `alias mail emacs -e mail'. Remember that GNU emacs runs on various operating systems, some of which aren't Unix. The place for command-line info like this is the manual page, which is distributed in etc/emacs.1. Looking in the above, we find that the -f switch calls a function. In the source (startup.el, routine comand-line-1), we find that the switches -e, -f and -funcall all do the same thing. There are also interesting functions to help when you need to create the byte-compiled (.elc) libraries and the documentation files before you have a dumped emacs. Check out batch-byte-compile and batch-info-validate. /jr jr@bbn.com or jr@bbnccv.uucp Without life, there wouldn't be chemical companies.