home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / gnu-emacs-faq / part3 < prev    next >
Encoding:
Text File  |  1995-07-25  |  34.2 KB  |  835 lines

  1. Subject: GNU Emacs FAQ (3/5, 87-124): Getting Emacs/Packages
  2. Newsgroups: gnu.emacs.help,comp.emacs,news.answers,comp.answers
  3. From: sbyrnes@rice.edu (Steven Byrnes)
  4. Date: Tue, 4 May 1993 02:52:18 GMT
  5.  
  6. Archive-Name: GNU-Emacs-FAQ/part3
  7. Last-Modified: Tue, 4 May 1993 02:41:30 GMT
  8. Last-Posted: Tue, 4 May 1993 02:52:18 GMT
  9.  
  10.                   GNU Emacs FAQ: Getting Emacs/Packages
  11.  
  12. If you are viewing this text in a GNU Emacs Buffer, you can type "M-2 C-x $" to
  13. get an overview of just the questions.  Then, when you want to look at the text
  14. of the answers, just type "C-x $".
  15.  
  16. To search for a question numbered XXX, type "M-C-s ^XXX:", followed by a C-r if
  17. that doesn't work, then type ESC to end the search.
  18.  
  19. A `+' in the 78th column means something was inserted on the line.  A `-' means
  20. something was deleted and a `!' means some combination of insertions and
  21. deletions occurred.
  22.  
  23. Full instructions for getting the latest FAQ are in question 22.  Also see the
  24. `Introduction to news.answers' posting in the `news.answers' newsgroup, or send
  25. e-mail to `mail-server@rtfm.mit.edu' with `help' on a body line, or use FTP,
  26. WAIS, or Prospero to rtfm.mit.edu.
  27.  
  28.  
  29.  
  30. Finding/Getting Emacs and Related Packages
  31.  
  32. 87:  Where can I get GNU Emacs on the net (or by snail mail)?
  33.   
  34.   Look in the files etc/DISTRIB and etc/FTP for information on nearby
  35.   archive sites.  If you don't already have GNU Emacs, see question 20
  36.   for how to get these two files.
  37.   
  38.   The latest version is always available via anonymous FTP at MIT:
  39.   
  40.     /prep.ai.mit.edu:pub/gnu/emacs-18.59.tar.Z
  41.   
  42.   See question 91.
  43.   
  44. 88:  How do I find a GNU Emacs Lisp package that does XXX?
  45.   
  46.   A listing of Emacs Lisp packages, called the Lisp Code Directory, is being
  47.   maintained by Dave Brennan <brennan@hal.com> and Dave Sill <de5@ornl.gov>.
  48.   You can search through this list to find if someone has written something
  49.   that fits your needs.
  50.   
  51.   This list is file LCD-datafile.Z in the Emacs Lisp Archive.  (See
  52.   question 89 for methods for getting this file.)  The files lispdir.el.Z
  53.   and lispdir.doc.Z in the archive contain information to help you use the
  54.   list.  Once you have installed lispdir.el and LCD-datafile, then you can
  55.   use the "M-x lisp-dir-apropos" command to look things up in the database.
  56.   For example, the command "M-x lisp-dir-apropos RET ange-ftp RET" produces
  57.   this (outdated) output:
  58.   
  59.             GNU Emacs Lisp Code Apropos -- "ange-ftp"
  60.   
  61.     ange-ftp (3.112)  91-08-12
  62.       Andy Norman, <ange@hplb.hpl.hp.com>
  63.       archive.cis.ohio-state.edu:
  64.         /pub/gnu/emacs/elisp-archive/as-is/ange-ftp.el.Z
  65.       transparent FTP Support for GNU Emacs
  66.   
  67. 89:  Where can I get GNU Emacs Lisp packages that don't come with Emacs?
  68.   
  69.   First, check the Lisp Code Directory to find the name of the package you
  70.   are looking for.  (See question 88).  Then check local archives and
  71.   the Emacs Lisp Archive to find a copy of the relevant files.  Then, if
  72.   you still haven't found it, you can send e-mail to the author asking for
  73.   a copy.
  74.   
  75.   You can access the Emacs Lisp Archive via anonymous FTP:
  76.   
  77.     /archive.cis.ohio-state.edu:/pub/gnu/emacs/elisp-archive/
  78.   
  79.   Fetch the file README first.
  80.   
  81.   NOTE: The archive maintainers do not have time to answer individual
  82.   requests for packages or the list of packages in the archive.  If you
  83.   cannot use FTP or UUCP to access the archive yourself, try to find a
  84.   friend who can, but please don't ask the maintainers.
  85.   
  86.   NOTE: Any files with names ending in `.Z' are compressed, and you should
  87.   use `binary' mode in FTP to retrieve them.  You should also use binary
  88.   mode whenever you retrieve any files with names ending in `.elc'.
  89.   
  90. 90:  How do I submit code to the Emacs Lisp Archive?
  91.   
  92.   Submissions should be mailed to elisp-archive@cis.ohio-state.edu.  The
  93.   lispdir.el package has a function named submit-lcd-entry which will help
  94.   you with this.  Mail messages (submissions) are automatically saved and
  95.   periodically archived.  Urgent mail may be sent directly to Dave Sill
  96.   <de5@ornl.gov> or Dave Brennan <brennan@hal.com> or should contain the
  97.   string `urgent' in the subject.  The incoming ftp directory is no longer
  98.   available at the request of Ohio State.  {Is this still true?}
  99.   
  100.   However, if someone has a submission with multiple files (which would be
  101.   archived as a tar file) or binary files, then FTP transfer is preferred
  102.   and can be arranged via an anonymous FTP site.  This is faster than
  103.   uudecoding, unsharing, etc., and re-packaging files.
  104.   
  105.   Before submitting anything, please read the file guidelines.Z, which is
  106.   available in the archive.  Whenever possible, submissions should contain a
  107.   complete LCD entry since this helps reduce administrative overhead for the
  108.   maintainers.  You can include an entry in this format:
  109.   
  110.     ;; LCD Archive Entry:
  111.     ;; package name|author's name|email address
  112.     ;; |description
  113.     ;; |date|version|archive path
  114.   
  115.   For example:
  116.   
  117.     ;; LCD Archive Entry:
  118.     ;; tex-complete|Sebastian Kremer|sk@thp.Uni-Koeln.DE
  119.     ;; |Minibuffer name completion for editing [La]TeX.
  120.     ;; |91-03-26|$Revision: 20.5 $|~/packages/tex-complete.el.Z              !
  121.   
  122.   Dave Brennan has software which automatically looks for data in this
  123.   format.  The format is fairly flexible.  The entry ends when a line is
  124.   reached with a different prefix or the seventh field terminator is
  125.   seen.
  126.   
  127.   If you are submitting a multi-file submission you should include a file
  128.   named "LCD-entry" which contains the archive entry, instead of placing
  129.   it in one or more of the individual files.
  130.   
  131. 91:  Where can I get other up-to-date GNU stuff?
  132.   
  133.   The most up-to-date official GNU stuff is normally kept on prep.ai.mit.edu
  134.   and is available for anonymous FTP in the pub/gnu directory.  See the
  135.   files etc/DISTRIB and etc/FTP for more information.  (To get copies of
  136.   these files, see question 20.)
  137.   
  138.   The following sites are all mirror images of the GNU distribution area:
  139.   
  140.     /prep.ai.mit.edu:pub/gnu/
  141.     /ftp.uu.net:packages/gnu/
  142.     /src.doc.ic.ac.uk:gnu/ (available via FTP, NIFTP, FTAM)
  143.     /ftp.win.tue.nl:pub/gnu/
  144.     /utsun.s.u-tokyo.ac.jp:ftpsync/prep/
  145.     /nic.funet.fi:pub/gnu/
  146.   
  147.   The directory at ftp.uu.net is a mirror of prep.ai.mit.edu:pub/gnu,
  148.   except that files larger than 1 megabyte {right?} are automatically
  149.   split into multiple parts.  If you have trouble transferring large
  150.   files, you should try here.  A file normally named `XXX' is split into
  151.   files XXX-split/part[0-9][0-9], and there will be a file named
  152.   XXX-split/README which contains the list of parts (especially helpful
  153.   when FTP-ing by e-mail), their checksums, and reassembly instructions.
  154.   Some of the other mirror sites may have the same property.  {Can someone
  155.   check this out?  Thanks!}
  156.   
  157.   Information was provided by Lee McLoughlin <lmjm@doc.ic.ac.uk>, Jonathan
  158.   R. Ferro <jf41+@ANDREW.CMU.EDU>, Arjan de Vet <devet@win.tue.nl>, and
  159.   Simon Marshall <S.Marshall@sequent.cc.hull.ac.uk>.
  160.   
  161. 92:  Where can I get an Emacs with better mouse and X window support?
  162.   
  163.   Emacs 18 has some limited X Window System support, but there are
  164.   problems.  Emacs 19 will have amazing mouse and window support.  Right
  165.   now, there are Epoch which is derived from GNU Emacs 18.58 and Lucid GNU
  166.   Emacs which is derived from an early unreleased version of GNU Emacs 19,
  167.   both of which have greatly improved mouse and window support.  See
  168.   questions 120 and 121.
  169.   
  170.   The HP unofficial GNU Emacs also has nice mouse support.  See question
  171.   95.
  172.   
  173.   There are numerous Emacs Lisp packages that have been written to extend
  174.   Emacs 18's mouse handling capabilities.  Some of these packages also have
  175.   patches to the C code to provide enhanced capabilities.  Look up `mouse'
  176.   in the Lisp Code Directory (see question 88).
  177.   
  178.   There is a package called BAM (Born Again Menus) which provides menus for
  179.   GNU Emacs via an external C program.  It does not provide mouse support in
  180.   the Emacs window such as scrollbars, cut-and-paste, etc.
  181.   
  182.   NOTE: Epoch only works with the X Window System; it works on ordinary
  183.   terminals by invoking regular GNU Emacs.  Lucid Emacs does not currently
  184.   work on ordinary terminals, although there are plans to fix this.
  185.   
  186. 93:  What is the difference between GNU Emacs and Epoch?
  187.   
  188.   Marc Andreessen <marca@ncsa.uiuc.edu> writes:
  189.   
  190.     Epoch is GNU Emacs on steroids: an adaptation of GNU Emacs with lots of
  191.     additional support for features made possible by the X11 windowing
  192.     system.  These features include multiple editing windows, arbitrary
  193.     colors and fonts (fixed-width and proportional), selectable zones per
  194.     buffer with arbitrary display styles (font, color, underline, stipple,
  195.     pixmap), an optional separate minibuffer window, improved keyboard and
  196.     mouse handling, full 8-bit character set support, and more.
  197.   
  198. 94:  What is the difference between GNU Emacs and Lucid GNU Emacs?
  199.   
  200.   This information is condensed from the release notice:
  201.   
  202.     Lucid GNU Emacs is based on an early version of GNU Emacs version 19
  203.     with many enhancements.  It currently requires X Windows to run.  For
  204.     information on where to get Lucid GNU Emacs see 121.  X Windows support
  205.     is greatly enhanced over GNU Emacs version 18, including support for
  206.     multiple X Windows (a.k.a. screens in Emacs), Zmacs/Lispm style region
  207.     highlighting, a customizable, Motif-like menubar, more powerful keymap
  208.     support (allowing different actions to be associated with Backspace,
  209.     Control-h, etc.), flexible text attribute (e.g. font, color) support on
  210.     regional and screen-local basis through X resources and/or lisp, and
  211.     support for the X11 selection mechanism.  Some other features include
  212.     run-time computation of the load-path, support for floating point
  213.     numbers, native timer support, and sound file support on Sun
  214.     SPARCstations.  To build Lucid GNU Emacs, an ANSI C compiler (e.g. gcc)
  215.     is required.
  216.   
  217. 95:  Where can I get the "unofficial HP GNU Emacs"?
  218.   
  219.   The unofficial HP GNU Emacs is available via anonymous FTP:
  220.   
  221.     /ee.utah.edu:HUGE/  (PLEASE FTP DURING NON-WORK HOURS!!!)
  222.   
  223.   and takes about 35 megabytes of disk space to build.  It is useful for
  224.   non-HP machines, but some of the added features will only work under
  225.   HP-UX.
  226.   
  227.   You will need to get patches to work with HP-UX 8.0 or on 700 series
  228.   machines via e-mail from Darryl Okahata <darrylo@sr.hp.com>.
  229.   
  230. 96:  Where can I get Emacs for my PC running MS-DOS?
  231.   
  232.   * Demacs
  233.   
  234.     For 386 or 486 PCs running MS-DOS, there is a version of GNU Emacs
  235.     called Demacs.  To get Demacs see question 122.
  236.   
  237.     From the announcement message:
  238.   
  239.       Demacs is almost a full set of GNU Emacs but does not support some
  240.       features: asynchronous process, locking a file, etc.
  241.   
  242.       Demacs provides following DOS specific features:
  243.   
  244.         * File type: text or binary file translation.
  245.         * "8-bit clean" display mode.
  246.         * 8086 software interrupt call by int86 lisp function.
  247.         * Machine specific features such as function key support.
  248.         * File name completion with drive name.
  249.         * Child process (suspend-emacs, call-process).
  250.         * Enhanced dired mode which can work without 'ls.exe'.
  251.   
  252.       To our regret `shell-mode' does not work, but `compile' command works
  253.       properly.
  254.   
  255.     Demacs was developed using an MS-DOS version of gcc called djgpp by
  256.     D. J. Delorie <dj@ctron.com> which can compile and run large programs
  257.     under MS-DOS, but not under MS Windows.  Demacs was derived from Nemacs
  258.     rather than straight from GNU Emacs.
  259.   
  260.   There are a variety of other Emacses for MS-DOS including among them the
  261.   following.
  262.   
  263.   * Freemacs
  264.   
  265.     Russ Nelson <nelson@sun.soe.clarkson.edu>, the author, describes
  266.     Freemacs:
  267.   
  268.       * Freemacs is free, and it was designed from the start to be
  269.         programmable.
  270.       * Freemacs is the only IBM-PC editor that tries to be like GNU Emacs.
  271.       * Freemacs can only edit files less than 64K in length.
  272.       * Freemacs doesn't have undo.
  273.   
  274.     Carl Witty <cwitty@cs.stanford.edu> reviews Freemacs:
  275.   
  276.       Better is Freemacs, which follows the tradition of ITS and GNU Emacs
  277.       by having an full, turing-complete extension language which is
  278.       incompatible with everything else.  In fact, it's even closer to ITS
  279.       Emacs than GNU Emacs is, because Mint (Freemacs' extension language)
  280.       is absolutely illegible without weeks of study, much like TECO.
  281.   
  282.     To get Freemacs see question 123.
  283.   
  284.   * MicroEmacs
  285.   
  286.     MicroEmacs is a descendant of Microemacs {originally by Dave Conroy?}.
  287.     It is programmable in a BASIC-like language.  Many of the keybindings
  288.     are different from GNU Emacs.  The author is Daniel Lawrence             -
  289.     <dan@mdbs.uucp, mdbs!dan@ee.ecn.purdue.edu>.  The latest version is 3.12 !
  290.     and it is available via anonymous FTP:
  291.   
  292.       /midas.mgmt.purdue.edu:dist/uemacs312/   (outside business hours)      !
  293.                                                                              !
  294.     Version 3.12 includes Windows and Windows NT versions and a DOS          !
  295.     protected mode (DMPI) version.                                           !
  296.  
  297.   * JOVE
  298.   
  299.     Another Emacs for small machines is JOVE (Jonathan's Own Version of
  300.     Emacs).  The latest official version is 4.14.  There appears to be a
  301.     newer version.  People rumored to be working on JOVE include Mark Moraes
  302.     <moraes@cs.toronto.edu> and Bill Marsh <bmarsh@cod.nosc.mil>.  It is
  303.     available via anonymous FTP:
  304.   
  305.       /cs.toronto.edu:/pub/moraes/jove4.14.7.tar.Z
  306.   
  307.   * MG
  308.   
  309.     MG is another descendant of Microemacs.  MG used to stand for
  310.     MicroGNUEmacs, but now just stands for MG.  The look-and-feel of MG is
  311.     intended to be close to that of GNU Emacs.  It is rumored that MG can
  312.     not correctly edit files larger than memory.  The current version is
  313.     rumored to be 2.  There is a version 3 in beta which works on the Amiga.
  314.     It is also available via anonymous FTP:
  315.   
  316.       /ftp.white.toronto.edu:pub/mg/
  317.       /wuarchive.wustl.edu:/mirrors/unix-c/editors/
  318.       /procyon.cis.ksu.edu:  (source and executable)
  319.   
  320. 97:  Where can I get Emacs for my PC running Windows?
  321.   
  322.   I believe that no version of GNU Emacs runs under Windows.  Pierre Perret
  323.   <pap@myths.az05.bull.com> has ported MicroEMACS 3.11c to Windows.
  324.   
  325.   Anonymous FTP:
  326.     /ftp.cica.indiana.edu:pub/pc/win3/util/mewin10.zip
  327.     /ftp.cica.indiana.edu:pub/pc/win3/util/mewin10s.zip
  328.     /ftp.cica.indiana.edu:pub/pc/win3/util/mewri.zip
  329.   
  330. 98:  Where can I get Emacs for my PC running OS/2?
  331.   
  332.   From the OS/2 Programmer's FAQ:
  333.   
  334.     GNU Emacs 18.58 is available.  It requires you to have EMX installed
  335.     on your machine, but it comes with all the EMX files you will need.
  336.     Emacs is available on ftp-os2 in /pub/os2/2.0/gnu/emacs.  (If you want
  337.     to recompile emacs, you will need the full EMX distribution see
  338.     question 1.2.)
  339.   
  340.   The above quote may be out of date.  See the latest OS/2 Programmer's FAQ
  341.   {perhaps in comp.os.os2.misc?} for the latest news.  Anonymous FTP info:
  342.   
  343.     /ftp-os2.nmsu.edu:pub/os2/2.0/gnu/emacs/
  344.       ("ftp-os2" was formerly named "hobbes")
  345.   
  346.   Thanks go to Stephen Simpson <simpson@symcom.math.uiuc.edu>, Jonathan
  347.   Miller <jem+@andrew.cmu.edu>, Terry Kane <terryk@cc.gatech.edu>, J. D.
  348.   Baldwin <baldwin@csservera.usna.navy.mil>, and Ken Bass
  349.   <kbass@gmuvax2.gmu.edu>.
  350.   
  351. 99:  Where can I get Emacs for my Atari ST?
  352.   
  353.   Emacs 18.57 is the latest version for TOS.  Stefan Mueller-Pfeiffer
  354.   <iff327@zam001.zam.kfa-juelich.de> says:
  355.   
  356.     There is also a version for MiNT, the multitasking enhancement for
  357.     ATARI's TOS, which behaves almost like EMACS on a "real computer".  This
  358.     port was done by Erling Henanger <erlingh@idt.unit.no>.
  359.   
  360.   Anonymous FTP:
  361.     /atari.archive.umich.edu:atari/gnustuff/tos/  (TOS Emacs 18.57)
  362.     /atari.archive.umich.edu:atari/new/mntemacs.zoo  (MiNT Emacs)
  363.     /cs.uni-sb.de:/pub/atari/emacs/
  364.   
  365. 100: Where can I get Emacs for my Amiga?
  366.   
  367.   All of the files are lharc-ed.
  368.   
  369.   Anonymous FTP:
  370.     /oes.orst.edu:/pub/almanac/comp/amiga/software/gnuemacs-1.10/
  371.   
  372.   Via e-mail:
  373.     To: almanac@oes.orst.edu
  374.     body:
  375.       mode uuencode
  376.       send computer amiga software gnuemacs <file>
  377.     <file> is replaced by one of the following:
  378.       Required: d1.lzh d2.lzh
  379.       Recommended: d3_info.lzh d3_infolisp.lzh
  380.       Optional: d3_autoloaded.lzh d3_entertainmentetc.lzh
  381.         d3_entertainmentlisp.lzh d4_src.lzh d5_languagelisp.lzh
  382.         d5_viclone.lzh d6_gnulibsrc.lzh d6_mailpackage.lzh
  383.         d6_mathpackage.lzh d6_misc.lzh d6_textformat.lzh
  384.     The `d#' at the beginning of each file is its disk number, which is
  385.     referred to by the documentation.
  386.   
  387. 101: Where can I get Emacs for my Apple computer?
  388.   
  389.   The FSF is a participant in a boycott of Apple because of Apple's "look
  390.   and feel" copyright suits.  See the file etc/APPLE for more details.
  391.   Because of this boycott, the FSF doesn't include support in GNU software
  392.   for Apple computers such as the Macintosh.
  393.   
  394.   Please don't help people port or develop software for Apple computers.
  395.   
  396. 102: Where can I get Emacs with NeWS support?
  397.   
  398.   Chris Maio's NeWS support package for GNU Emacs is available via anonymous
  399.   FTP:
  400.   
  401.     /columbia.edu:pub/ps-emacs.tar.Z
  402.     /archive.cis.ohio-state.edu:pub/gnu/emacs/ps-emacs.tar.Z
  403.   
  404.   and via e-mail:
  405.   
  406.     To: archive-server@columbia.edu
  407.     body: send NeWS emacs-support
  408.   
  409. 103: Where do I get Emacs that runs on VMS under DECwindows?
  410.   
  411.   Hal R. Brand <BRAND@addvax.llnl.gov> is said to have a VMS save set with a
  412.   ready-to-run VMS version of Emacs 18.55 for X Windows.  It is available
  413.   via anonymous FTP (addvax.llnl.gov).  It is possible that the VMS versions
  414.   of Emacs at other sites have X support compiled in.  See etc/FTP for
  415.   locations.
  416.   
  417.   Johan Vromans <jv@mh.nl> writes:
  418.   
  419.     Getting Emacs to run on VMS with DECwindows requires a number of changes
  420.     to the sources. Fortunately this has been done already.  Joshua Marantz
  421.     <josh@viewlogic.com> did most of the work for Emacs 18.52, and the mods
  422.     were ported to 18.55 by Johan Vromans <jv@mh.nl>. Also included is the
  423.     handling of DEC's LK201 keyboard.  You need to apply the changes to a
  424.     fresh Emacs 18.55 distribution on a Unix system, and then you can copy
  425.     the sources to VMS to perform the compile/link/build.
  426.   
  427.     The set of changes have been posted a number of times three times the
  428.     last 12 months, so they should be widely available.
  429.   
  430.   Richard Levitte <levitte@e.kth.se> tells us that there are patches for
  431.   Emacs 18.57, 18.58, and 18.59 available via e-mail:                        !
  432.   
  433.     To: EMACS-FILESERV@e.kth.se                                              !
  434.     body: SEND EMACS-1857-PATCHES
  435.       or: SEND EMACS-1858-PATCHES
  436.       or: SEND EMACS-1859-PATCHES                                            +
  437.                                                                              +
  438.   or via anonymous ftp at:                                                   +
  439.                                                                              +
  440.       /lucy.merrimack.edu:emacs-1859-patches.share                           +
  441.                                                                              +
  442.   The set of patches weighs in at around 2.7 MB.                             +
  443.  
  444. 104: Where can I get modes for Lex, Yacc/Bison, Bourne Shell, Csh, C++,
  445.  Objective C, Pascal, Awk?
  446.   
  447.   As usual, look in the Lisp Code Directory (see question 88).  For C++,
  448.   if you use lisp-dir-apropos, you must specify the pattern like this:
  449.   
  450.     M-x lisp-dir-apropos RET c\+\+ RET
  451.   
  452. 105: What is the IP address of XXX.YYY.ZZZ?
  453.   
  454.   If you are at a site with a deficient nameserver, you may need to know
  455.   the IP address of a host to FTP files from it.  You can get this
  456.   information in two ways:
  457.   
  458.   * By telnet:
  459.   
  460.       telnet nic.ddn.mil hostnames (or `telnet 192.112.36.5 101')
  461.       hname XXX.YYY.ZZZ
  462.   
  463.   * By e-mail:
  464.   
  465.       To: service@nic.ddn.mil
  466.       Subject: host XXX.YYY.ZZZ
  467.            or: whois XXX.YYY.ZZZ
  468.            or: help
  469.   
  470.     or:
  471.   
  472.       To: resolve@cs.widener.edu
  473.       body: site XXX.YYY.ZZZ
  474.   
  475.     Information from Brendan Kehoe <brendan@cs.widener.edu>.
  476.   
  477.  
  478.  
  479.  
  480. Major Emacs Lisp Packages, Emacs Extensions, and Related Programs
  481.  
  482.   This section lists version numbers, FTP sites, mailing lists, newsgroups,
  483.   and other information for many important packages, extensions, and related
  484.   programs.  There is some overlap with the Lisp Code Directory, but these
  485.   entries give more detailed information.
  486.   
  487.   If you know of any other packages that are so substantial that they
  488.   deserve to be mentioned here, please tell me.  Having its own mailing list
  489.   or newsgroup or more than half a megabyte of source code are good signs.
  490.   
  491. 106: VM (View Mail) -- another mail reader within Emacs
  492.   
  493.   Author: Kyle Jones <kyle@uunet.uu.net>
  494.   Latest released version: 4.41
  495.   Beta test version: 5.32
  496.   Anonymous FTP:
  497.     /archive.cis.ohio-state.edu:pub/gnu/emacs/elisp-archive/packages/vm-4.41.tar.Z
  498.     /archive.cis.ohio-state.edu:pub/gnu/emacs/elisp-archive/as-is/timer.shar.Z
  499.     /ftp.uu.net:mail/vm-4.41.tar.Z
  500.     /ftp.uu.net:mail/vm-5.32beta.tar.Z
  501.   Newsgroups and mailing lists:
  502.     Info-VM:
  503.       gnu.emacs.vm.info
  504.       info-vm-request@uunet.uu.net (for subscriptions)
  505.       info-vm@uunet.uu.net (for submissions)
  506.     Bug-VM:
  507.       gnu.emacs.vm.bug
  508.       bug-vm-request@uunet.uu.net (for subscriptions)
  509.       bug-vm@uunet.uu.net (for submissions)
  510.   
  511. 107: Supercite -- mail and news citation package within Emacs
  512.   
  513.   Author: Barry Warsaw <bwarsaw@cen.com>
  514.   Mailing list: supercite-request@anthem.nlm.nih.gov (for subscriptions)
  515.                 supercite@anthem.nlm.nih.gov (for submissions)
  516.   Latest version: 2.3                                                        !
  517.   Anonymous FTP:
  518.     /archive.cis.ohio-state.edu:pub/gnu/emacs/elisp-archive/packages/sc-2.3.tar.Z !
  519.     /ftp.cme.nist.gov:pub/gnu/sc2.3.tar.Z                                    !
  520.   Via e-mail:
  521.     To: library@cme.nist.gov
  522.     Subject: help
  523.   NOTE: Superyank is an old version of Supercite.
  524.   
  525. 108: GNUS -- news reader within Emacs
  526.   
  527.   Author: Masanobu Umeda <umerin@mse.kyutech.ac.jp>
  528.   Latest official version: 3.13
  529.   Unofficial test version: 3.14.1
  530.   Anonymous FTP:
  531.     /aun.uninett.no:pub/gnus-3.14.1.tar.Z                                    -
  532.     /wnoc-fuk.wide.ad.jp:pub/GNU/etc/gnus-3.14.1.tar.Z
  533.     /liasun3.epfl.ch:pub/gnu/emacs/gnus-3.14.1.tar.Z
  534.     /aix370.rrz.uni-koeln.de:/pub/gnu/emacs/gnus-3.14.1.tar.Z
  535.     /funet.fi:/networking/news/gnus-3.14.1.tar.Z
  536.     /src.doc.ic.ac.uk:/gnu/EmacsBits/gnus/gnus-3.14.1.tar.Z
  537.     /archive.cis.ohio-state.edu:pub/gnu/emacs/elisp-archive/packages/gnus-3.13.tar.Z
  538.   Newsgroups and mailing lists:
  539.     English-only:    
  540.       gnu.emacs.gnus
  541.       info-gnus-english-request@cis.ohio-state.edu (for subscriptions)
  542.       info-gnus-english@cis.ohio-state.edu (for submissions)
  543.     Japanese (and some English):
  544.       info-gnus-request@flab.fujitsu.co.jp (for subscriptions)
  545.       info-gnus@flab.fujitsu.co.jp (for submissions)
  546.   
  547. 109: Calc -- poor man's Mathematica within Emacs
  548.   
  549.   Author: Dave Gillespie <daveg@csvax.cs.caltech.edu>
  550.   Latest released version: 2.02
  551.   Anonymous FTP:
  552.     /csvax.cs.caltech.edu:pub/calc-2.02.tar.Z
  553.     /prep.ai.mit.edu:pub/gnu/calc-2.02.tar.Z
  554.   NOTE: Unlike Wolfram Research, Dave has never threatened to sue anyone
  555.     for having a program with a similar command language to Calc.  :-)
  556.   
  557. 110: Calendar/Diary -- calendar manager within Emacs
  558.   
  559.   Author: Edward M. Reingold <reingold@cs.uiuc.edu>
  560.   Latest version: 4.02
  561.   Anonymous FTP:
  562.     /emr.cs.uiuc.edu:pub/emacs/calendar {???}
  563.   Via e-mail:
  564.     To: reingold@cs.uiuc.edu
  565.     Subject: send-emacs-cal
  566.     Put your best internet e-mail address in the body.
  567.   
  568. 111: Ange-FTP -- transparent FTP access for Emacs's file access routines
  569.   
  570.   Author: Andy Norman <ange@hplb.hpl.hp.com>
  571.   Latest official version: 4.20
  572.   Anonymous FTP:
  573.     /alpha.gnu.ai.mit.edu:ange-ftp/ange-ftp.tar.Z
  574.     /archive.cis.ohio-state.edu:pub/gnu/emacs/elisp-archive/packages/ange-ftp.tar.Z
  575.     /ugle.unit.no:pub/gnu/emacs-lisp/ange-ftp.tar.Z
  576.   Mailing lists:
  577.     ange-ftp-lovers-request@anorman.hpl.hp.com (for subscriptions)
  578.     Ange-FTP Lovers:
  579.       ange-ftp-lovers@anorman.hpl.hp.com (for submissions)
  580.       /ftp.reed.edu:pub/mailing-lists/ange-ftp/ (archives)
  581.     Ange-FTP Announcements:
  582.       ange-ftp-lovers-announce@anorman.hpl.hp.com
  583.   NOTE: now with support for accessing VMS, CMS, and MTS systems
  584.   
  585. 112: VIP -- vi emulation for Emacs
  586.   
  587.   Author: Aamod Sane <sane@cs.uiuc.edu>
  588.   Latest released version: 4.3
  589.   Anonymous FTP:
  590.     /cs.uiuc.edu:pub/vip4.3.tar.Z
  591.     /archive.cis.ohio-state.edu:pub/gnu/emacs/elisp-archive/modes/vip-mode.tar.Z
  592.   NOTE: This version much more closely emulates vi than the one
  593.     distributed with Emacs.
  594.   
  595. 113: Dired -- better directory editor for Emacs
  596.   
  597.   Author: Sebastian Kremer <sk@thp.uni-koeln.de>
  598.   Latest released version: 5.239
  599.   Anonymous FTP: /ftp.cs.buffalo.edu:pub/Emacs/diredall.tar.Z
  600.                  /ftp.uni-koeln.de:pub/gnu/emacs/diredall.tar.Z
  601.   NOTE: This is a huge improvement over the Dired distributed with Emacs.
  602.     This version will be in Emacs 19.
  603.   
  604. 114: AUC TeX -- enhanced LaTeX mode with debugging facilities
  605.   
  606.   Author: Kresten Krab Thorup <krab@iesd.auc.dk>
  607.   Latest released version: 6.1 {???}
  608.   Anonymous FTP:
  609.     /iesd.auc.dk:pub/emacs-lisp/auctex_6_1d.tar.Z
  610.     /iesd.auc.dk:pub/emacs-lisp/auctex.tar.Z
  611.   Mailing list:
  612.     auc-tex-request@iesd.auc.dk (for subscriptions)
  613.     auc-tex@iesd.auc.dk (for submissions)
  614.     auc-tex_mgr@iesd.auc.dk (auc-tex development team)
  615.   
  616. 115: Hyperbole -- extensible hypertext management system within Emacs
  617.   
  618.   Author: Bob Weiner <rsw@cs.brown.edu>
  619.   Anonymous FTP:
  620.     /wilma.cs.brown.edu:pub/hyperbole/ h*.tar.Z
  621.   Mailing lists:
  622.     hyperbole-announce -- Hyperbole release announcements only.
  623.       Subscriptions:
  624.         To: hyperbole-request@cs.brown.edu
  625.         Subject: Add <mailbox@domain.name> to hyperbole-announce
  626.     hyperbole -- Hyperbole discussion.
  627.       Subscriptions:
  628.         To: hyperbole-request@cs.brown.edu
  629.         Subject: Add <mailbox@domain.name> to hyperbole
  630.       Submissions:
  631.         hyperbole@cs.brown.edu
  632.       NOTE: Any member of the hyperbole mailing list is automatically a
  633.         member of the hyperbole-announce mailing list.
  634.     NOTE: No .UUCP or ! addresses are allowed on these mailing lists.
  635.   
  636. 116: Byte Compiler -- enhanced version of Emacs's byte compiler
  637.   
  638.   Author: Jamie Zawinski <jwz@lucid.com>,
  639.           Hallvard B. Furuseth <hallvard@ifi.uio.no>
  640.   Anonymous FTP:
  641.     /archive.cis.ohio-state.edu:pub/gnu/emacs/elisp-archive/packages/bytecomp.tar.Z
  642.     /ftp.uu.net:languages/elisp/packages/bytecomp.tar.Z
  643.     /src.doc.ic.ac.uk:gnu/EmacsBits/elisp-archive/packages/bytecomp.tar.Z
  644.   
  645. 117: comint -- hugely enhanced shell mode and other derived modes
  646.   
  647.   Author: Olin Shivers <Olin.Shivers@cs.cmu.edu>
  648.   Anonymous FTP:
  649.     /cs.cmu.edu:/afs/cs.cmu.edu/user/shivers/lib/emacs/
  650.       {comint,cmu{tex,shell,scheme,lisp},ml}.el
  651.       (anonymous password must contain `@',
  652.        cannot cd to intermediate directories)
  653.   
  654. 118: BBDB -- personal info rolodex integrated with mail/news readers
  655.   
  656.   Author: Jamie Zawinski <jwz@lucid.com>
  657.   Latest released version: 1.47
  658.   Anonymous FTP:
  659.     /archive.cis.ohio-state.edu:pub/gnu/emacs/elisp-archive/packages/bbdb.tar.Z
  660.   Mailing list:
  661.     info-bbdb-request@lucid.com (for subscriptions)
  662.     info-bbdb@lucid.com
  663.     bbdb-announce-request@lucid.com (to be informed of new releases)
  664.   Note: BBDB does not work with VM 4.  It does work with VM 5, RMAIL, GNUS,
  665.     and MH-E.
  666.   
  667. 119: Ispell -- spell checker in C with interface for Emacs
  668.   
  669.   Author: Geoff Kuenning <geoff@itcorp.com>
  670.   Latest released version: 2.0.02
  671.   Beta test version: 3.0 (9 patches)
  672.   Anonymous FTP:
  673.     /archive.cis.ohio-state.edu:/pub/gnu/ispell/ (version 2.0.02)
  674.     /ftp.cs.ucla.edu:/pub/ispell/ (version 3.0, patches, dictionaries)
  675.     /argus.math.orst.edu:pub/ispell/ (version 3.0, patches, dictionaries) 
  676.     /ftp.th-darmstadt.de:pub/dicts/ispell/ (mirror of argus)
  677.   NOTE: Do not send mail to Geoff asking him to send you the latest
  678.     version of Ispell.  He does not have free e-mail.
  679.   
  680. 120: Epoch -- enhanced GNU Emacs with better X interface
  681.   
  682.   Latest released version: 4.2
  683.   Anonymous FTP:
  684.     /cs.uiuc.edu:pub/epoch-files/epoch/epoch-4.2.tar.Z
  685.     /cs.uiuc.edu:pub/epoch-files/epoch/epoch-diff-4.1-4.2.tar.Z
  686.     /src.doc.ic.ac.uk:gnu/epoch/
  687.     /aix370.rrz.uni-koeln.de:gnu/emacs/epoch/
  688.   Newsgroup and mailing lists:
  689.     Epoch:
  690.       gnu.emacs.epoch
  691.       epoch-request@cs.uiuc.edu (for subscriptions)
  692.       epoch@cs.uiuc.edu (for submissions)
  693.     Epoch-Design:
  694.       epoch-design-request@cs.uiuc.edu (for subscriptions)
  695.       epoch-design@cs.uiuc.edu (for submissions)
  696.   FAQ list:
  697.     Maintainer: Marc Andreessen <marca@ncsa.uiuc.edu>
  698.     Anonymous FTP:
  699.       /rtfm.mit.edu:pub/usenet/news.answers/epoch-faq
  700.       /ftp.ncsa.uiuc.edu:outgoing/marca/epoch/Epoch.FAQ
  701.   
  702. 121: Lucid GNU Emacs -- alternative Emacs 19 with better X interface
  703.   
  704.   Primary Maintainer: Jamie Zawinski <jwz@lucid.com>
  705.   Other Developers: Eric Benson <eb@lucid.com>
  706.                     Matthieu Devin <devin@lucid.com>
  707.                     Harlan Sexton <hbs@lucid.com>
  708.   Latest released version: 19.6                                              !
  709.   Anonymous FTP:
  710.     /labrea.stanford.edu:pub/gnu/lucid/lemacs-19.6.tar.Z  (source)           !
  711.     /labrea.stanford.edu:pub/gnu/lucid/lemacs-19.6-sun4.tar.Z (Sun4binaries) !
  712.   Newsgroup and mailing lists:
  713.     Bugs:
  714.       alt.lucid-emacs.bug                                                    +
  715.       bug-lucid-emacs-request@lucid.com (for subscriptions)
  716.       bug-lucid-emacs@lucid.com (for submissions)
  717.     Help:
  718.       alt.lucid-emacs.help                                                   +
  719.       help-lucid-emacs-request@lucid.com (for subscriptions)
  720.       help-lucid-emacs@lucid.com (for submissions)
  721.   
  722. 122: Demacs -- GNU Emacs altered to run on MS-DOS on 386/486 machines
  723.   
  724.   Authors: Manabu Higashida <manabu@sigmath.osaka-u.ac.jp>
  725.            HIRANO Satoshi <hirano@tkl.iis.u-tokyo.ac.jp>
  726.   Latest released version: 1.2.0
  727.   Anonymous FTP:
  728.     /utsun.s.u-tokyo.ac.jp:GNU/demacs/ (nearest to U.S.A.)
  729.     /ftp.sigmath.osaka-u.ac.jp:pub/Msdos/Demacs/
  730.     /wnoc-fuk.wide.ad.jp:pub/msdos/Demacs/
  731.     /ftp.3com.com:pub/gnu/msdos/demacs/
  732.     /mindseye.berkeley.edu:pub/kanji/demacs/
  733.     /ftp.hawaii.edu:pub/editors/demacs.tar.Z
  734.     /ftp.math.ksu.edu:pub/pc/demacs/
  735.     /wsmr-simtel20.army.mil:pd1:<msdos.demacs> {ange-ftp syntax?}
  736.     /ftp.uni-koeln.de:msdos/gnuprogs/dem120e.zip (executables, lisp-code, doc)
  737.       (PLEASE USE ONLY OUTSIDE WORKING HOURS!)
  738.     /ftp.uni-koeln.de:msdos/gnuprogs/dem120s.zip (sources, diffs)
  739.       (PLEASE USE ONLY OUTSIDE WORKING HOURS!)
  740.     /ftp.lysator.liu.se:pub/msdos/gnu/emacs/
  741.     /mizar.docs.uu.se:pub/gnu/demacs/
  742.     /iamsun.unibe.ch:PC/demacs/
  743.     /flop.informatik.tu-muenchen.de:outgoing/demacs.tar
  744.     /ftp.funet.fi:pub/gnu/emacs/demacs/
  745.     /garbo.uwasa.fi:pc/editor/dem120e.zip
  746.     /garbo.uwasa.fi:pc/editor/dem120s.zip
  747.     /ftp.win.tue.nl:pub/gnu/demacs/
  748.     /ugle.unit.no:pub/gnu/Demacs/
  749.     {Does anyone know which sites have the Kanji version?}
  750.   Via e-mail:
  751.     From garbo.uwasa.fi:
  752.       To: mailserv@garbo.uwasa.fi
  753.       Subject: garbo-request
  754.       Body: send pc/editor/dem120e.zip
  755.             send pc/editor/dem120s.zip
  756.             quit
  757.   Downloading:
  758.     EXEC-PC (Milwaukee, WI) 414-789-4210 (2400 bps)
  759.       in the Mahoney MS-DOS file area in its Editors/wordprocessors
  760.       library (F), named GNUEMACS.ZIP
  761.     Channel 1 (Cambridge, MA) 617-345-8873 (9600 bps)
  762.       in the New Uploads file area, named GNUEMACS.ZIP
  763.   NOTE: Use the -d option of [pk]unzip for all .zip archives.  Some sites
  764.     have Demacs lharc'ed.  If you need to find programs to unpack lharc and
  765.     zip format archives, Chris Dean <ctdean@talaris.com> points out that you
  766.     should see the comp.compression FAQ, available for FTP:
  767.        /rtfm.mit.edu:pub/usenet/comp.compression/
  768.   Mailing list:
  769.     NOTE: There is no mailing list for Demacs.  However, there is a list
  770.       for DJGPP, which is the environment that Demacs runs in.  Many
  771.       Demacs problems are actually issues with DJGPP.
  772.     DJGPP:
  773.       Subscriptions:
  774.         To: listserv@sun.soe.clarkson.edu
  775.         body: add <your-address> djgpp
  776.         or put `help' in the body.
  777.         If this fails, mail to djgpp-request@sun.soe.clarkson.edu.
  778.       Submissions:
  779.         djgpp@sun.soe.clarkson.edu
  780.   FAQ list:
  781.     Maintainer: Dave Steibel <steibel@cs.umbc.edu>
  782.     Anonymous FTP: algol.cs.umbc.edu:pub/demacs/demacs.faq
  783.   
  784. 123: Freemacs -- a small Emacs for MS-DOS
  785.   
  786.   Author: Russ Nelson <nelson@sun.soe.clarkson.edu>
  787.   Latest released version: 1.6a
  788.   Anonymous FTP:
  789.     /simtel20.army.mil:PD:<MSDOS.FREEMACS> {ange-ftp syntax?}
  790.     /grape.ecs.clarkson.edu:pub/msdos/freemacs/
  791.   Via e-mail:
  792.     To: archive-server@sun.soe.clarkson.edu
  793.     body: help
  794.   Via snail mail:
  795.     address: Russell Nelson, 11 Grant St., Potsdam, NY 13676
  796.     Send $15 copying fee, and specify preferred floppy disk format:
  797.       5.25", 360K, or 3.50", 720K
  798.   Mailing lists: 
  799.     Subscriptions:
  800.       To: listserv@sun.soe.clarkson.edu
  801.       body: add <your-address> <name-of-list>
  802.       or put `help' in the body.
  803.     List distribution addresses:
  804.       freemacs-announce@sun.soe.clarkson.edu
  805.       freemacs-help@sun.soe.clarkson.edu
  806.       freemacs-workers@sun.soe.clarkson.edu (send bug reports here)
  807.   
  808. 124: Patch -- program to apply "diffs" for updating files
  809.   
  810.   Author: Larry Wall <lwall@netlabs.com>
  811.   Latest version: 2.0 patchlevel 12u8
  812.     (This is the version that supports the new unified diff format.)
  813.   Anonymous FTP:
  814.     /prep.ai.mit.edu:pub/gnu/patch-2.0.12u8.tar.Z
  815.     /prep.ai.mit.edu:pub/gnu/patch-2.0.12g8.tar.Z  (GNU version)
  816.   
  817.  
  818.  
  819. ----------------------------------------------------------------------
  820. Copyright (C) 1990, 1991, 1992 Joseph Brian Wells
  821. Copyright (C) 1992, 1993 Steven Byrnes
  822.  
  823. This list of frequently asked questions about GNU Emacs with answers
  824. ("FAQ") may be translated into other languages, transformed into other
  825. formats (e.g. Texinfo, Info, WWW, WAIS, etc.), and updated with new
  826. information.  The same conditions apply to any derivative of the FAQ as
  827. apply to the FAQ itself.  Every copy of the FAQ must include this notice
  828. or an approved translation, information on who is currently maintaining
  829. the FAQ and how to contact them (including their e-mail address), and
  830. information on where the latest version of the FAQ is archived (including
  831. FTP information).  The FAQ may be copied and redistributed under these
  832. conditions, except that the FAQ may not be embedded in a larger literary
  833. work unless that work itself allows free copying and redistribution.
  834.  
  835.