comparison man/faq.texi @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents de32236d7f0f
children ad8d904ee067 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
422 archive is not particularly well organized or easy to retrieve 422 archive is not particularly well organized or easy to retrieve
423 individual postings from, but pretty much everything is there. 423 individual postings from, but pretty much everything is there.
424 424
425 The archive is at @uref{ftp://ftp-mailing-list-archives.gnu.org}. 425 The archive is at @uref{ftp://ftp-mailing-list-archives.gnu.org}.
426 426
427 The archive can be browsed over the web at 427 The archive can be browsed over the web at
428 @uref{http://mail.gnu.org/archive/html/, the GNU mail archive}. 428 @uref{http://mail.gnu.org/archive/html/, the GNU mail archive}.
429 429
430 Web-based Usenet search services, such as 430 Web-based Usenet search services, such as
431 @uref{http://groups.google.com, Google}, also archive the 431 @uref{http://groups.google.com, Google}, also archive the
432 @code{gnu.*} groups. 432 @code{gnu.*} groups.
2631 the string @samp{(DOS)} will appear near the left edge of the mode line; 2631 the string @samp{(DOS)} will appear near the left edge of the mode line;
2632 on DOS and Windows, where the DOS end-of-line (EOL) format is the 2632 on DOS and Windows, where the DOS end-of-line (EOL) format is the
2633 default, a backslash (@samp{\}) will appear in the mode line. 2633 default, a backslash (@samp{\}) will appear in the mode line.
2634 2634
2635 If you are running a version of Emacs before 20.1, get @code{crypt++} 2635 If you are running a version of Emacs before 20.1, get @code{crypt++}
2636 (@pxref{Packages that do not come with Emacs}). Among other things, 2636 (@pxref{Packages that do not come with Emacs}). Among other things,
2637 @code{crypt++} transparently modifies MS-DOS files as they are loaded 2637 @code{crypt++} transparently modifies MS-DOS files as they are loaded
2638 and saved, allowing you to ignore the different conventions that Unix 2638 and saved, allowing you to ignore the different conventions that Unix
2639 and MS-DOS have for delineating the end of a line. 2639 and MS-DOS have for delineating the end of a line.
2640 2640
2641 @node Filling paragraphs with a single space, Escape sequences in shell output, Editing MS-DOS files, Common requests 2641 @node Filling paragraphs with a single space, Escape sequences in shell output, Editing MS-DOS files, Common requests
3298 distribution site, sources are available as 3298 distribution site, sources are available as
3299 3299
3300 @uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-@value{VER}.tar.gz} 3300 @uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-@value{VER}.tar.gz}
3301 3301
3302 The above will obviously change as new versions of Emacs come out. For 3302 The above will obviously change as new versions of Emacs come out. For
3303 instance, when Emacs 21.42 is released, it will most probably be 3303 instance, when Emacs 22.42 is released, it will most probably be
3304 available as 3304 available as
3305 3305
3306 @uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.42.tar.gz} 3306 @uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-22.42.tar.gz}
3307 3307
3308 Again, you should use one of the GNU mirror sites (see @ref{Current GNU 3308 Again, you should use one of the GNU mirror sites (see @ref{Current GNU
3309 distributions}, and adjust the URL accordingly) so as to reduce load on 3309 distributions}, and adjust the URL accordingly) so as to reduce load on
3310 @file{ftp.gnu.org}. 3310 @file{ftp.gnu.org}.
3311 3311
3541 3541
3542 @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.html, The Emacs Lisp 3542 @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.html, The Emacs Lisp
3543 List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen}, 3543 List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen},
3544 aims to provide one compact list with links to all of the current Emacs 3544 aims to provide one compact list with links to all of the current Emacs
3545 Lisp files on the internet. The ELL can be browsed over the web, or 3545 Lisp files on the internet. The ELL can be browsed over the web, or
3546 from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el, 3546 from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el,
3547 the @file{ell} package}. 3547 the @file{ell} package}.
3548 3548
3549 Many authors post their packages to the @uref{news:gnu.emacs.sources, 3549 Many authors post their packages to the @uref{news:gnu.emacs.sources,
3550 Emacs sources newsgroup}. You can search the archives of this 3550 Emacs sources newsgroup}. You can search the archives of this
3551 group with @uref{http://groups.google.com, Google}, for example. 3551 group with @uref{http://groups.google.com, Google}, for example.
3803 @cindex @code{sh-mode} 3803 @cindex @code{sh-mode}
3804 @cindex @code{cc-mode} 3804 @cindex @code{cc-mode}
3805 3805
3806 Most of these modes are now available in standard Emacs distribution. 3806 Most of these modes are now available in standard Emacs distribution.
3807 To get additional modes, see @ref{Finding a package with particular 3807 To get additional modes, see @ref{Finding a package with particular
3808 functionality}. 3808 functionality}.
3809 3809
3810 Barry Warsaw's @code{cc-mode} now works for C, C@t{++}, Objective-C, and 3810 Barry Warsaw's @code{cc-mode} now works for C, C@t{++}, Objective-C, and
3811 Java code. It is distributed with Emacs, but has 3811 Java code. It is distributed with Emacs, but has
3812 @uref{http://cc-mode.sourceforge.net/, its own homepage}. 3812 @uref{http://cc-mode.sourceforge.net/, its own homepage}.
3813 3813
3930 3930
3931 @item Author 3931 @item Author
3932 @email{daveg@@csvax.cs.caltech.edu, Dave Gillespie} 3932 @email{daveg@@csvax.cs.caltech.edu, Dave Gillespie}
3933 3933
3934 @item Latest version 3934 @item Latest version
3935 2.02g (part of Emacs since version 21.4) 3935 2.02g (part of Emacs since version 22.1)
3936 3936
3937 @item Distribution 3937 @item Distribution
3938 No separate distribution outside of Emacs. Older versions 3938 No separate distribution outside of Emacs. Older versions
3939 are available at @uref{ftp://ftp.gnu.org/pub/gnu/calc/}. 3939 are available at @uref{ftp://ftp.gnu.org/pub/gnu/calc/}.
3940 3940