/[emacs]/emacs/man/faq.texi
ViewVC logotype

Diff of /emacs/man/faq.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.45 by lektu, Sun Apr 6 21:11:23 2003 UTC revision 1.46 by gm, Fri May 2 21:59:58 2003 UTC
# Line 10  Line 10 
10  @set VER 21.3  @set VER 21.3
11    
12  @copying  @copying
13  Copyright 2001, 2002 Free Software Foundation, Inc.  Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
14  Copyright 1994,1995,1996,1997,1998,1999,2000 Reuven M. Lerner@*  Copyright 1994,1995,1996,1997,1998,1999,2000 Reuven M. Lerner@*
15  Copyright 1992,1993 Steven Byrnes@*  Copyright 1992,1993 Steven Byrnes@*
16  Copyright 1990,1991,1992 Joseph Brian Wells@*  Copyright 1990,1991,1992 Joseph Brian Wells@*
# Line 58  This is the GNU Emacs FAQ, last updated Line 58  This is the GNU Emacs FAQ, last updated
58  The FAQ is maintained as a Texinfo document, allowing us to create HTML,  The FAQ is maintained as a Texinfo document, allowing us to create HTML,
59  Info, and TeX documents from a single source file, and is slowly but  Info, and TeX documents from a single source file, and is slowly but
60  surely being improved.  Please bear with us as we improve on this  surely being improved.  Please bear with us as we improve on this
61  format.  If you have any suggestions or questions, please contact  format.  This FAQ is maintained as a part of GNU Emacs.  If you find
62  @email{emacs-faq@@lerner.co.il, the FAQ maintainers}.  any errors, or have any suggestions, please use @kbd{M-x report-emacs-bug}
63    to report them.
64    
65  @menu  @menu
66  * FAQ notation::  * FAQ notation::
# Line 423  individual postings from, but pretty muc Line 424  individual postings from, but pretty muc
424    
425  The archive is at @uref{ftp://ftp-mailing-list-archives.gnu.org}.  The archive is at @uref{ftp://ftp-mailing-list-archives.gnu.org}.
426    
427  As of this writing, the archives are not yet working.  A web-based interface to the mail archives is available at
428    @uref{http://mail.gnu.org/archive/html/}.
429    
430  Web-based Usenet search services, such as  Web-based Usenet search services, such as
431  @uref{http://www.dejanews.com, DejaNews}, also archive the  @uref{http://groups.google.com, Google}, also archive the
432  @code{gnu.*} groups.  @code{gnu.*} groups.
433    
434  @node Reporting bugs, Unsubscribing from Emacs lists, Newsgroup archives, General questions  @node Reporting bugs, Unsubscribing from Emacs lists, Newsgroup archives, General questions
# Line 1237  consider taking a bit of time to learn E Line 1239  consider taking a bit of time to learn E
1239  rather completely in @inforef{Init File, Init File, emacs}, for users  rather completely in @inforef{Init File, Init File, emacs}, for users
1240  interested in performing frequently requested, basic tasks.  interested in performing frequently requested, basic tasks.
1241    
1242    Sometimes users are unsure as to where their @file{.emacs} file should
1243    be found.  Visiting the file as @file{~/.emacs} from Emacs will find
1244    the correct file.
1245    
1246  @node Colors on a TTY, Debugging a customization file, Setting up a customization file, Common requests  @node Colors on a TTY, Debugging a customization file, Setting up a customization file, Common requests
1247  @section How do I get colors and syntax highlighting on a TTY?  @section How do I get colors and syntax highlighting on a TTY?
1248  @cindex Colors on a TTY  @cindex Colors on a TTY
# Line 1326  instructions on how to get it. Line 1332  instructions on how to get it.
1332    
1333  @cindex Set number capability in @code{vi} emulators  @cindex Set number capability in @code{vi} emulators
1334  None of the @code{vi} emulation modes provide the ``set number''  None of the @code{vi} emulation modes provide the ``set number''
1335  capability of @code{vi} (as far as we know).  capability of @code{vi} (as far as we know).  The @samp{setnu} package
1336    written by @email{kyle@@wonderworks.com, Kyle Jones} provides this
1337    feature.  So too does @samp{wb-line-number}, written by
1338    @email{naoki.y.nakamura@@nifty.com, Naoki Nakamura}.
1339    
1340  @node Displaying the current file name in the titlebar, Turning on abbrevs by default, Displaying the current line or column, Common requests  @node Displaying the current file name in the titlebar, Turning on abbrevs by default, Displaying the current line or column, Common requests
1341  @section How can I modify the titlebar to contain the current file name?  @section How can I modify the titlebar to contain the current file name?
# Line 1657  session, e.g., by means of a @code{scree Line 1666  session, e.g., by means of a @code{scree
1666  @cindex @code{gnuserv}  @cindex @code{gnuserv}
1667  There is an enhanced version of @samp{emacsclient}/server called  There is an enhanced version of @samp{emacsclient}/server called
1668  @samp{gnuserv}, written by @email{ange@@hplb.hpl.hp.com, Andy Norman}  @samp{gnuserv}, written by @email{ange@@hplb.hpl.hp.com, Andy Norman}
1669  which is available in the Emacs Lisp Archive (@pxref{Packages that do  (@pxref{Packages that do not come with Emacs}).  @samp{gnuserv} uses
1670  not come with Emacs}).  @samp{gnuserv} uses Internet domain sockets, so  Internet domain sockets, so it can work across most network connections.
1671  it can work across most network connections.  It also supports the  It also supports the execution of arbitrary Emacs Lisp forms and does
1672  execution of arbitrary Emacs Lisp forms and does not require the client  not require the client program to wait for completion.
 program to wait for completion.  
1673    
1674  The alpha version of an enhanced @samp{gnuserv} is available at  The alpha version of an enhanced @samp{gnuserv} is available at
1675    
1676  @uref{ftp://ftp.wellfleet.com/netman/psmith/emacs/gnuserv-2.1alpha.tar.gz}  @uref{ftp://ftp.wellfleet.com/netman/psmith/emacs/gnuserv-2.1alpha.tar.gz}
1677    
1678    The version available from @uref{http://meltin.net/hacks/emacs/} is
1679    more recent, and has been tested under Emacs 21.2.
1680    
1681  @end itemize  @end itemize
1682    
1683  @node Compiler error messages, Indenting switch statements, Using an already running Emacs process, Common requests  @node Compiler error messages, Indenting switch statements, Using an already running Emacs process, Common requests
# Line 1947  prefix when refilling the paragraph. Line 1958  prefix when refilling the paragraph.
1958    
1959  If you have paragraphs with different levels of indentation, you will  If you have paragraphs with different levels of indentation, you will
1960  have to set the fill prefix to the correct value each time you move to a  have to set the fill prefix to the correct value each time you move to a
1961  new paragraph.  To avoid this hassle, try one of the many packages  new paragraph.  There are many packages available to deal with this
1962  available from the Emacs Lisp Archive (@pxref{Packages that do not come  (@pxref{Packages that do not come with Emacs}).  Look for ``fill'' and
1963  with Emacs}.)  Look up ``fill'' and ``indent'' in the Lisp Code  ``indent'' keywords for guidance.
 Directory for guidance.  
1964    
1965  @node Matching parentheses, Hiding #ifdef lines, Automatic indentation, Common requests  @node Matching parentheses, Hiding #ifdef lines, Automatic indentation, Common requests
1966  @section How do I show which parenthesis matches the one I'm looking at?  @section How do I show which parenthesis matches the one I'm looking at?
# Line 2025  parenthesis, it simply inserts a % like Line 2035  parenthesis, it simply inserts a % like
2035  @cindex Selectively displaying @code{#ifdef} code  @cindex Selectively displaying @code{#ifdef} code
2036    
2037  @kbd{M-x hide-ifdef-mode}.  (This is a minor mode.)  You might also want  @kbd{M-x hide-ifdef-mode}.  (This is a minor mode.)  You might also want
2038  to try @file{cpp.el}, available at the Emacs Lisp Archive  to investigate @file{cpp.el}, which is distributed with Emacs.
 (@pxref{Packages that do not come with Emacs}).  
2039    
2040  @node Repeating commands, Valid X resources, Hiding #ifdef lines, Common requests  @node Repeating commands, Valid X resources, Hiding #ifdef lines, Common requests
2041  @section Is there an equivalent to the @code{.} (dot) command of vi?  @section Is there an equivalent to the @code{.} (dot) command of vi?
# Line 2306  waits before auto-saving.  Increasing th Line 2315  waits before auto-saving.  Increasing th
2315  longer between auto-saves, which might annoy you less.  longer between auto-saves, which might annoy you less.
2316    
2317  You might also want to look into Sebastian Kremer's @code{auto-save}  You might also want to look into Sebastian Kremer's @code{auto-save}
2318  package, available from the Lisp Code Archive (@pxref{Packages that do not come  package (@pxref{Packages that do not come with Emacs}).  This
 with Emacs}).  This  
2319  package also allows you to place all auto-save files in one directory,  package also allows you to place all auto-save files in one directory,
2320  such as @file{/tmp}.  such as @file{/tmp}.
2321    
# Line 2627  on DOS and Windows, where the DOS end-of Line 2635  on DOS and Windows, where the DOS end-of
2635  default, a backslash (@samp{\}) will appear in the mode line.  default, a backslash (@samp{\}) will appear in the mode line.
2636    
2637  If you are running a version of Emacs before 20.1, get @code{crypt++}  If you are running a version of Emacs before 20.1, get @code{crypt++}
2638  from the Emacs Lisp Archive (@pxref{Packages that do not come with  (@pxref{Packages that do not come with Emacs}).  Among other things,
2639  Emacs}).  Among other things, @code{crypt++} transparently modifies  @code{crypt++} transparently modifies MS-DOS files as they are loaded
2640  MS-DOS files as they are loaded and saved, allowing you to ignore the  and saved, allowing you to ignore the different conventions that Unix
2641  different conventions that Unix and MS-DOS have for delineating the end  and MS-DOS have for delineating the end of a line.
 of a line.  
2642    
2643  @node Filling paragraphs with a single space,  Escape sequences in shell output, Editing MS-DOS files, Common requests  @node Filling paragraphs with a single space,  Escape sequences in shell output, Editing MS-DOS files, Common requests
2644  @section How can I tell Emacs to fill paragraphs with a single space after each period?  @section How can I tell Emacs to fill paragraphs with a single space after each period?
# Line 3121  by a directory name with a variable refe Line 3128  by a directory name with a variable refe
3128  with a shell metacharacter (@kbd{cd ../lib*}), Emacs will fail to  with a shell metacharacter (@kbd{cd ../lib*}), Emacs will fail to
3129  correctly guess the shell's new current directory.  A huge variety of  correctly guess the shell's new current directory.  A huge variety of
3130  fixes and enhancements to shell mode for this problem have been written  fixes and enhancements to shell mode for this problem have been written
3131  to handle this problem.  Check the Lisp Code Directory (@pxref{Finding a  to handle this problem (@pxref{Finding a package with particular
3132  package with particular functionality}).  functionality}).
3133    
3134  You can tell Emacs the shell's current directory with the command  You can tell Emacs the shell's current directory with the command
3135  @kbd{M-x dirs}.  @kbd{M-x dirs}.
# Line 3470  To get the Xmenu stuff to work, you need Line 3477  To get the Xmenu stuff to work, you need
3477  * Finding Emacs on the Internet::  * Finding Emacs on the Internet::
3478  * Finding a package with particular functionality::  * Finding a package with particular functionality::
3479  * Packages that do not come with Emacs::  * Packages that do not come with Emacs::
 * Submitting to the Emacs Lisp Archive::  
3480  * Current GNU distributions::  * Current GNU distributions::
3481  * Difference between Emacs and XEmacs::  * Difference between Emacs and XEmacs::
3482  * Emacs for MS-DOS::  * Emacs for MS-DOS::
# Line 3521  should be loaded, invoked, and configure Line 3527  should be loaded, invoked, and configure
3527  modify a Lisp package, see if the author has provided any hints in the  modify a Lisp package, see if the author has provided any hints in the
3528  source code.  source code.
3529    
3530  If a package does not come with Emacs, check the Lisp Code Directory.  The command @kbd{C-h p} (@code{finder-by-keyword}) allows you to browse
3531  The LCD was originally maintained by @email{brennan@@hal.com, Dave  the constituent Emacs packages.
 Brennan}, but was recently taken over by @email{toby@@world.std.com,  
 toby knudsen}, who maintains @uref{http://www.emacs.org}.  The LCD is  
 currently being reorganized and updated, but you can meanwhile find many  
 packages at @uref{ftp://ftp.emacs.org/pub}.  
   
 For now, you can search through the LCD with @file{lispdir.el}, which is  
 in the process of being updated.  Download it from the LCD, in the  
 @file{emacs-lisp-attic/misc} directory, and then evaluate the following  
 Lisp form (@pxref{Evaluating Emacs Lisp code}):  
   
 @lisp  
 (setq lisp-code-directory  
  "/anonymous@@ftp.emacs.org:pub/emacs-lisp-attic/emacs-lisp/LCD-datafile.gz"  
   elisp-archive-host "ftp.emacs.org"  
   elisp-archive-directory "/pub/emacs-lisp-attic/emacs-lisp/")  
 @end lisp  
   
 Once you have installed @file{lispdir.el}, you can use @kbd{M-x  
 lisp-dir-apropos} to search the listing.  For example, @kbd{M-x  
 lisp-dir-apropos @key{RET} ange-ftp @key{RET}} produces this output:  
   
 @example  
          GNU Emacs Lisp Code Directory Apropos --- "ange-ftp"  
 "~/" refers to archive.cis.ohio-state.edu:pub/elisp-archive/  
   
      ange-ftp (4.18)       15-Jul-1992  
           Andy Norman, <ange@@hplb.hpl.hp.com>  
           ~/packages/ange-ftp.tar.Z  
           transparent FTP Support for GNU Emacs  
      auto-save (1.19)      01-May-1992  
           Sebastian Kremer, <sk@@thp.uni-koeln.de>  
           ~/misc/auto-save.el.Z  
           Safer autosaving with support for ange-ftp and /tmp  
      ftp-quik (1.0)        28-Jul-1993  
           Terrence Brannon, <tb06@@pl122f.eecs.lehigh.edu>  
           ~/modes/ftp-quik.el.Z  
           Quik access to dired'ing of ange-ftp and normal paths  
 @end example  
3532    
3533  @node Packages that do not come with Emacs, Submitting to the Emacs Lisp Archive, Finding a package with particular functionality, Finding Emacs and related packages  For advice on how to find extra packages that are not part of Emacs,
3534    see @ref{Packages that do not come with Emacs}.
3535    
3536    @node Packages that do not come with Emacs, Current GNU distributions, Finding a package with particular functionality, Finding Emacs and related packages
3537  @section Where can I get Emacs Lisp packages that don't come with Emacs?  @section Where can I get Emacs Lisp packages that don't come with Emacs?
3538  @cindex Unbundled packages  @cindex Unbundled packages
3539  @cindex Finding other packages  @cindex Finding other packages
3540  @cindex Lisp packages that do not come with Emacs  @cindex Lisp packages that do not come with Emacs
3541  @cindex Packages, those that do not come with Emacs  @cindex Packages, those that do not come with Emacs
 @cindex Emacs Lisp Archive, description of  
 @cindex Archive, description of the Emacs Lisp  
   
 First, check the Lisp Code Directory to find the name of the package you  
 are looking for (@pxref{Finding a package with particular  
 functionality}).  Next, check local archives and the Emacs Lisp Archive  
 to find a copy of the relevant files.  If you still haven't found it,  
 you can send e-mail to the author asking for a copy.  If you find Emacs  
 Lisp code that doesn't appear in the LCD, please submit a copy to the  
 LCD (@pxref{Submitting to the Emacs Lisp Archive}).  
   
 You can access the Emacs Lisp Archive at  
3542    
3543  @uref{ftp://archive.cis.ohio-state.edu/pub/emacs-lisp/}  The Emacs Lisp List (ELL),
3544    @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.html}, maintained by
3545    @email{stephen@@anc.ed.ac.uk, Stephen Eglen}, aims to provide one
3546    compact list with links to all of the current Emacs lisp files on the
3547    internet.  The ELL can be browsed over the web, or from Emacs using the
3548    @file{ell} package, @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el}.
3549    
3550    Many authors post their packages to the newsgroup
3551    @uref{news:gnu.emacs.sources}.  You can search the archives of this
3552    group with @uref{http://groups.google.com, Google}, for example.
3553    
3554    Several packages are stored in the Lisp area of the Emacs Wiki,
3555    @uref{http://emacswiki.org/elisp/}.
3556    
3557    For a long time, the Emacs Lisp Archive provided a central repository
3558    for Emacs packages.  Sadly, it has not been active for some time,
3559    although you can still access the old files at
3560    
3561  @noindent  @uref{ftp://ftp.cis.ohio-state.edu/pub/emacs-lisp/WWW/index.html}
 or at  
   
 @uref{http://www.cis.ohio-state.edu/emacs-lisp}  
   
 @noindent  
 Retrieve and read the file @file{README} first.  
   
 @itemize @bullet  
3562    
3563  @item  @node Current GNU distributions, Difference between Emacs and XEmacs, Packages that do not come with Emacs, Finding Emacs and related packages
 The archive maintainers do not have time to answer individual  
 requests for packages or the list of packages in the archive.  If you  
 cannot use FTP or UUCP to access the archive yourself, try to find a  
 friend who can, but please don't ask the maintainers.  
   
 @item  
 Any files with names ending in @file{.Z}, @file{.z}, or @file{.gz} are  
 compressed, so you should use "binary" mode in FTP to retrieve them.  
 You should also use binary mode whenever you retrieve any files with  
 names ending in @file{.elc}.  
   
 @end itemize  
   
 @node Submitting to the Emacs Lisp Archive, Current GNU distributions, Packages that do not come with Emacs, Finding Emacs and related packages  
 @section How do I submit code to the Emacs Lisp Archive?  
 @cindex Submitting code to the Emacs Lisp Archive  
 @cindex Emacs Lisp Archive, submissions to  
 @cindex Lisp Archive, submissions to  
 @cindex Archive, submitting to the Emacs Lisp  
   
 Guidelines and procedures for submission to the archive can be found in  
 the file @file{GUIDELINES} in the archive directory (@pxref{Packages that  
 do not come with Emacs}).  It covers documentation, copyrights,  
 packaging, submission, and the Lisp Code Directory Record.  Anonymous  
 FTP uploads are not permitted.  Instead, all submissions are mailed to  
 @email{elisp-archive@@cis.ohio-state.edu}.  The @file{lispdir.el}  
 package has a function named @code{submit-lcd-entry} which will help you  
 with this.  
   
 @node Current GNU distributions, Difference between Emacs and XEmacs, Submitting to the Emacs Lisp Archive, Finding Emacs and related packages  
3564  @section Where can I get other up-to-date GNU stuff?  @section Where can I get other up-to-date GNU stuff?
3565  @cindex Current GNU distributions  @cindex Current GNU distributions
3566  @cindex Sources for current GNU distributions  @cindex Sources for current GNU distributions
# Line 3680  Many XEmacs features have found their wa Line 3617  Many XEmacs features have found their wa
3617  and more features can be expected in the future, but there are still many  and more features can be expected in the future, but there are still many
3618  differences between the two.  differences between the two.
3619    
3620  The latest stable branch of XEmacs as of this writing is 21.1; you can  The latest stable branch of XEmacs as of this writing is 21.4; you can
3621  get it at  get it at
3622    
3623  @uref{ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.1.14.tar.gz}  @uref{ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.4/xemacs-21.4.12.tar.gz}
3624    
3625  More information about XEmacs, including a list of frequently asked  More information about XEmacs, including a list of frequently asked
3626  questions (FAQ), is available at  questions (FAQ), is available at
# Line 3889  available at @uref{http://vms.gnu.org/}. Line 3826  available at @uref{http://vms.gnu.org/}.
3826  @cindex @code{cc-mode}  @cindex @code{cc-mode}
3827    
3828  Most of these modes are now available in standard Emacs distribution.  Most of these modes are now available in standard Emacs distribution.
3829  To get additional modes, look in the Lisp Code Directory (@pxref{Finding  To get additional modes, see @ref{Finding a package with particular
3830  a package with particular functionality}).  For C@t{++}, if you use  functionality}.  
 @code{lisp-dir-apropos}, you must specify the pattern with something  
 like @kbd{M-x lisp-dir-apropos @key{RET} c\+\+ @key{RET}}.@footnote{  
 The backslashes in @samp{\+\+} are required because @kbd{M-x  
 lisp-dir-apropos} expects a regular expression as its argument  
 (@pxref{Using regular expressions}), and @samp{+} has a special meaning  
 in regular expressions.}  
3831    
3832  Barry Warsaw's @code{cc-mode} now works for C, C@t{++}, Objective-C, and  Barry Warsaw's @code{cc-mode} now works for C, C@t{++}, Objective-C, and
3833  Java code.  You can get the latest version from the Emacs Lisp Archive;  Java code.  It is distributed with Emacs, but has its own homepage at
3834  @pxref{Packages that do not come with Emacs} for details.  A FAQ for  @uref{http://cc-mode.sourceforge.net/}.
 @code{cc-mode} is available at  
 @uref{http://www.python.org/emacs/cc-mode/}.  
3835    
3836  @node Translating names to IP addresses,  , Modes for various languages, Finding Emacs and related packages  @node Translating names to IP addresses,  , Modes for various languages, Finding Emacs and related packages
3837  @section What is the IP address of XXX.YYY.ZZZ?  @section What is the IP address of XXX.YYY.ZZZ?
# Line 3945  Body: site XXX.YYY.ZZZ Line 3874  Body: site XXX.YYY.ZZZ
3874  * Supercite::  * Supercite::
3875  * Calc::  * Calc::
3876  * VIPER::  * VIPER::
3877  * AUC-TeX::  * AUCTeX::
3878  * BBDB::  * BBDB::
3879  * Ispell::  * Ispell::
3880  * w3-mode::  * w3-mode::
# Line 3965  Body: site XXX.YYY.ZZZ Line 3894  Body: site XXX.YYY.ZZZ
3894  @table @b  @table @b
3895    
3896  @item Author  @item Author
3897  @email{kyle@@uunet.uu.net, Kyle Jones}  @email{kyle_jones@@wonderworks.com, Kyle Jones}
3898    
3899  @item Latest version  @item Latest version
3900  6.72  7.14
3901    
3902  @item Distribution  @item Distribution
3903  @uref{ftp://ftp.wonderworks.com/pub/vm/vm.tar.gz}  @uref{ftp://ftp.wonderworks.com/pub/vm/vm.tar.gz}
3904    
3905  @item Informational newsgroup/mailing list  @item Informational newsgroup
3906  @uref{news:gnu.emacs.vm.info}@*  @uref{news:gnu.emacs.vm.info}@*
 Subscription requests to @email{info-vm-request@@uunet.uu.net}@*  
 Submissions to @email{info-vm@@uunet.uu.net}  
3907    
3908  @item Bug reports newsgroup/mailing list  @item Bug reports newsgroup
3909  @uref{news:gnu.emacs.vm.bug}@*  @uref{news:gnu.emacs.vm.bug}@*
3910  Subscription requests to @email{bug-vm-request@@uunet.uu.net}@*  Or send reports to @email{bug-vm@@wonderworks.com}
 Submissions to @email{bug-vm@@uunet.uu.net}  
3911  @end table  @end table
3912    
3913  VM 6 works with Emacs 20.4, and may cause problems with Emacs 20.3 and  VM 7 works well with Emacs 21. Older versions of VM suitable for use
3914  below.  (But note that many people seem to use Emacs 20.3 with VM 6,  with older versions of Emacs are available from
3915  without any problems.)  Risk-averse users might wish to try VM 5.97,  @uref{ftp://ftp.wonderworks.com/pub/vm/, the same FTP site}.
3916  available from @uref{ftp://ftp.wonderworks.com/pub/vm/, the same FTP  
 site}.  
3917    
3918  @node Supercite, Calc, VM, Major packages and programs  @node Supercite, Calc, VM, Major packages and programs
3919  @section Supercite --- mail and news citation package within Emacs  @section Supercite --- mail and news citation package within Emacs
# Line 4001  site}. Line 3926  site}.
3926  @table @b  @table @b
3927    
3928  @item Author  @item Author
3929  @email{bwarsaw@@cen.com, Barry Warsaw}  @email{barry@@python.org, Barry Warsaw}
3930    
3931  @item Latest version  @item Latest version
3932  3.54 (comes bundled with Emacs 20)  3.54 (comes bundled with Emacs since version 20)
3933    
3934  @item Distribution  @item Distribution
3935  @uref{http://www.python.org/emacs/supercite.tar.gz}  @uref{http://www.python.org/emacs/supercite.tar.gz}
# Line 4044  It doesn't support all the mathematical Line 3969  It doesn't support all the mathematical
3969  as matrices, special functions, and statistics, but is more than  as matrices, special functions, and statistics, but is more than
3970  adequate as a replacement for @code{xcalc} and similar programs.  adequate as a replacement for @code{xcalc} and similar programs.
3971    
3972  @node VIPER, AUC-TeX, Calc, Major packages and programs  @node VIPER, AUCTeX, Calc, Major packages and programs
3973  @section VIPER --- @code{vi} emulation for Emacs  @section VIPER --- @code{vi} emulation for Emacs
3974  @cindex @code{vi} emulation  @cindex @code{vi} emulation
3975  @cindex VIPER  @cindex VIPER
# Line 4071  better than the one distributed with Ema Line 3996  better than the one distributed with Ema
3996    
3997  @end table  @end table
3998    
3999  @node AUC-TeX, BBDB, VIPER, Major packages and programs  @node AUCTeX, BBDB, VIPER, Major packages and programs
4000  @section AUC TeX --- enhanced LaTeX mode with debugging facilities  @section AUCTeX --- enhanced LaTeX mode with debugging facilities
4001  @cindex Mode for @TeX{}  @cindex Mode for @TeX{}
4002  @cindex @TeX{} mode  @cindex @TeX{} mode
4003  @cindex AUC-TeX mode for editing @TeX{}  @cindex AUCTeX mode for editing @TeX{}
4004  @cindex Writing and debugging @TeX{}  @cindex Writing and debugging @TeX{}
4005    
4006  @table @b  @table @b
# Line 4084  better than the one distributed with Ema Line 4009  better than the one distributed with Ema
4009  @email{krab@@iesd.auc.dk, Kresten Krab Thorup} and@*  @email{krab@@iesd.auc.dk, Kresten Krab Thorup} and@*
4010  @email{abraham@@dina.kvl.dk, Per Abrahamsen}  @email{abraham@@dina.kvl.dk, Per Abrahamsen}
4011    
4012    @item Maintainer
4013    @email{dak@@gnu.org, David Kastrup}
4014    
4015  @item Latest version  @item Latest version
4016  9.9p  11.13
4017    
4018  @item Distribution  @item Distribution
4019  @uref{ftp://sunsite.auc.dk/packages/auctex/auctex.tar.gz}  @uref{http://savannah.gnu.org/download/auctex/stable.pkg/11.13/auctex-11.13.tar.gz}
4020    
4021  @item Web site  @item Web site
4022  @uref{http://sunsite.auc.dk/auctex/}  @uref{http://www.gnu.org/software/auctex/}
4023    
4024  @item Mailing list:  @item Mailing list:
4025  Subscription requests to @email{auc-tex-request@@iesd.auc.dk}@*  Subscription requests to @email{auc-tex-subscribe@@sunsite.dk}@*
4026  Submissions to @email{auc-tex@@iesd.auc.dk}@*  Submissions to @email{auc-tex@@sunsite.dk}@*
4027  Development team is at @email{auc-tex_mgr@@iesd.auc.dk}  Development team is at @email{auc-tex_mgr@@sunsite.dk}
4028    
4029  @end table  @end table
4030    
4031  @node BBDB, Ispell, AUC-TeX, Major packages and programs  @node BBDB, Ispell, AUCTeX, Major packages and programs
4032  @section BBDB --- personal Info Rolodex integrated with mail/news readers  @section BBDB --- personal Info Rolodex integrated with mail/news readers
4033  @cindex BBDB  @cindex BBDB
4034  @cindex Rolodex-like functionality  @cindex Rolodex-like functionality
# Line 4112  Development team is at @email{auc-tex_mg Line 4040  Development team is at @email{auc-tex_mg
4040  @table @b  @table @b
4041    
4042  @item Maintainer  @item Maintainer
4043  @email{simmonmt@@acm.org, Matt Simmons}  @email{waider@@waider.ie, Ronan Waide}
4044    
4045  @item Latest version  @item Latest version
4046  2.00  2.34
4047    
4048  @item Distribution  @item Distribution
4049  @uref{http://bbdb.sf.net/}  @uref{http://bbdb.sourceforge.net/}
4050    
4051  @item Mailing lists  @item Mailing lists
4052  Subscription requests to @email{info-bbdb-request@@xemacs.org}@*  Subscription requests to @email{bbdb-info-request@@lists.sourceforge.net}@*
4053  Submissions to @email{info-bbdb@@xemacs.org}@*  Submissions to @email{bbdb-info@@lists.sourceforge.net}@*
4054  Release announcements: @email{bbdb-announce-request@@xemacs.org}  Release announcements: @email{bbdb-announce-request@@lists.sourceforge.net}
4055    
4056  @end table  @end table
4057    
# Line 4220  Help to develop @code{w3-mode} at @email Line 4148  Help to develop @code{w3-mode} at @email
4148  @email{jin@@atype.com, Jin S. Choi}  @email{jin@@atype.com, Jin S. Choi}
4149    
4150  @item Maintainer  @item Maintainer
4151  @email{lbudney@@pobox.com, Len Budney}  @email{warner-mailcrypt@@lothar.com, Brian Warner}
4152    
4153  @item Latest version  @item Latest version
4154  3.5.3  3.5.8
4155    
4156  @item Distribution  @item Distribution
4157  @uref{http://www.nb.net/~lbudney/linux/software/mailcrypt/mailcrypt-3.5.3.tar.gz}  @uref{http://dl.sourceforge.net/sourceforge/mailcrypt/mailcrypt-3.5.8.tar.gz}
4158    
4159  @item Web site  @item Web site
4160  @uref{http://www.nb.net/~lbudney/linux/software/mailcrypt.html}  @uref{http://mailcrypt.sourceforge.net/}
4161    
4162  @end table  @end table
4163    
# Line 5505  most folks as that update propagates aro Line 5433  most folks as that update propagates aro
5433  @cindex Gnus FAQ  @cindex Gnus FAQ
5434  @cindex Learning more about GNU  @cindex Learning more about GNU
5435    
5436  Look for the Gnus FAQ, available at  Look for the Gnus FAQ, available (along with a great deal of information
5437    and tips) at
5438  @uref{http://www.ccs.neu.edu/software/contrib/gnus/}    
5439    @uref{http://my.gnus.org/}
5440    
5441  @node Concept index,  , Mail and news, Top  @node Concept index,  , Mail and news, Top
5442  @unnumbered Concept Index  @unnumbered Concept Index

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26