diff options
| author | Glenn Morris | 2009-06-12 02:47:25 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-06-12 02:47:25 +0000 |
| commit | 93e2d9969e55bc852730930421ad1e2ba85ca7a0 (patch) | |
| tree | 018db2dfca90ca4f0aad5b0354184f937dbfd495 | |
| parent | 30884d117e659f33e4248afbad299df19185074c (diff) | |
| download | emacs-93e2d9969e55bc852730930421ad1e2ba85ca7a0.tar.gz emacs-93e2d9969e55bc852730930421ad1e2ba85ca7a0.zip | |
(Viewing Info files outside of Emacs): Xinfo is no more.
(Help installing Emacs): Remove reference to deleted X11 node.
(Associating modes with files): Interpreter-mode-alist is no longer
subservient to auto-mode-alist.
(Installing Emacs): Change future Emacs version.
(Linking with -lX11 fails): Remove old section.
(Packages that do not come with Emacs): Update ELL location.
Emacs Lisp archive is dead.
(Emacs for Windows): Remove reference to old CE port.
(Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga ):
Remove old ports.
(Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update.
(Removing flashing messages): Remove section about non-existent Gnus option.
| -rw-r--r-- | doc/misc/ChangeLog | 17 | ||||
| -rw-r--r-- | doc/misc/faq.texi | 160 |
2 files changed, 36 insertions, 141 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index af573100145..ac586c38266 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2009-06-12 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * faq.texi (Viewing Info files outside of Emacs): Xinfo is no more. | ||
| 4 | (Help installing Emacs): Remove reference to deleted X11 node. | ||
| 5 | (Associating modes with files): Interpreter-mode-alist is no longer | ||
| 6 | subservient to auto-mode-alist. | ||
| 7 | (Installing Emacs): Change future Emacs version. | ||
| 8 | (Linking with -lX11 fails): Remove old section. | ||
| 9 | (Packages that do not come with Emacs): Update ELL location. | ||
| 10 | Emacs Lisp archive is dead. | ||
| 11 | (Emacs for Windows): Remove reference to old CE port. | ||
| 12 | (Emacs for OS/2, Emacs for Atari ST, Emacs for the Amiga ): | ||
| 13 | Remove old ports. | ||
| 14 | (Emacs for GNUstep): Rename from "Emacs for NeXTSTEP" and update. | ||
| 15 | (Removing flashing messages): Remove section about non-existent Gnus | ||
| 16 | option. | ||
| 17 | |||
| 1 | 2009-06-11 Glenn Morris <rgm@gnu.org> | 18 | 2009-06-11 Glenn Morris <rgm@gnu.org> |
| 2 | 19 | ||
| 3 | * faq.texi (Common acronyms): Remove no-longer-existing OSF. | 20 | * faq.texi (Common acronyms): Remove no-longer-existing OSF. |
diff --git a/doc/misc/faq.texi b/doc/misc/faq.texi index 4fa1c769935..751cbacfe35 100644 --- a/doc/misc/faq.texi +++ b/doc/misc/faq.texi | |||
| @@ -856,13 +856,6 @@ the Texinfo package. @xref{Installing Texinfo documentation}, for | |||
| 856 | details. | 856 | details. |
| 857 | 857 | ||
| 858 | @item | 858 | @item |
| 859 | Xinfo, a stand-alone version of the Info program that runs under X | ||
| 860 | Window system. You can get it at | ||
| 861 | @uref{ftp://ftp.gnu.org/pub/gnu/xinfo/xinfo-1.01.01.tar.gz} and all | ||
| 862 | mirrors of @samp{ftp.gnu.org} (see @ref{Current GNU distributions}, for a | ||
| 863 | list of mirrors). | ||
| 864 | |||
| 865 | @item | ||
| 866 | Tkinfo, an Info viewer that runs under X Window system and uses Tcl/Tk. | 859 | Tkinfo, an Info viewer that runs under X Window system and uses Tcl/Tk. |
| 867 | You can get Tkinfo at | 860 | You can get Tkinfo at |
| 868 | @uref{http://math-www.uni-paderborn.de/~axel/tkinfo/}. | 861 | @uref{http://math-www.uni-paderborn.de/~axel/tkinfo/}. |
| @@ -936,8 +929,7 @@ Bulletin}, are at | |||
| 936 | @cindex Help installing Emacs | 929 | @cindex Help installing Emacs |
| 937 | 930 | ||
| 938 | @xref{Installing Emacs}, for some basic installation hints, and see | 931 | @xref{Installing Emacs}, for some basic installation hints, and see |
| 939 | @ref{Problems building Emacs}, or @ref{Linking with -lX11 fails}, if you | 932 | @ref{Problems building Emacs}, if you have problems with the installation. |
| 940 | have problems with the installation. | ||
| 941 | 933 | ||
| 942 | The web-page @uref{http://www.fsf.org/resources/service/} lists | 934 | The web-page @uref{http://www.fsf.org/resources/service/} lists |
| 943 | companies and individuals willing to sell you help in installing or | 935 | companies and individuals willing to sell you help in installing or |
| @@ -1430,9 +1422,8 @@ with @samp{#!}): | |||
| 1430 | Beginning with Emacs 19, the variable @code{interpreter-mode-alist} | 1422 | Beginning with Emacs 19, the variable @code{interpreter-mode-alist} |
| 1431 | specifies which mode to use when loading a shell script. (Emacs | 1423 | specifies which mode to use when loading a shell script. (Emacs |
| 1432 | determines which interpreter you're using by examining the first line of | 1424 | determines which interpreter you're using by examining the first line of |
| 1433 | the script.) This feature only applies when the file name doesn't | 1425 | the script.) Use @kbd{C-h v} (or @kbd{M-x describe-variable}) |
| 1434 | indicate which mode to use. Use @kbd{C-h v} (or @kbd{M-x | 1426 | on @code{interpreter-mode-alist} to learn more. |
| 1435 | describe-variable}) on @code{interpreter-mode-alist} to learn more. | ||
| 1436 | 1427 | ||
| 1437 | @node Highlighting a region, Replacing highlighted text, Associating modes with files, Common requests | 1428 | @node Highlighting a region, Replacing highlighted text, Associating modes with files, Common requests |
| 1438 | @section How can I highlight a region of text in Emacs? | 1429 | @section How can I highlight a region of text in Emacs? |
| @@ -3223,7 +3214,6 @@ dired, @code{directory-listing-before-filename-regexp}. | |||
| 3223 | * Installing Emacs:: | 3214 | * Installing Emacs:: |
| 3224 | * Updating Emacs:: | 3215 | * Updating Emacs:: |
| 3225 | * Problems building Emacs:: | 3216 | * Problems building Emacs:: |
| 3226 | * Linking with -lX11 fails:: | ||
| 3227 | @end menu | 3217 | @end menu |
| 3228 | 3218 | ||
| 3229 | @node Installing Emacs, Updating Emacs, Compiling and installing Emacs, Compiling and installing Emacs | 3219 | @node Installing Emacs, Updating Emacs, Compiling and installing Emacs, Compiling and installing Emacs |
| @@ -3254,10 +3244,10 @@ distribution site, sources are available as | |||
| 3254 | @uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-@value{VER}.tar.gz} | 3244 | @uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-@value{VER}.tar.gz} |
| 3255 | 3245 | ||
| 3256 | The above will obviously change as new versions of Emacs come out. For | 3246 | The above will obviously change as new versions of Emacs come out. For |
| 3257 | instance, when Emacs 22.42 is released, it will most probably be | 3247 | instance, when Emacs 24.3 is released, it will most probably be |
| 3258 | available as | 3248 | available as |
| 3259 | 3249 | ||
| 3260 | @uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-22.42.tar.gz} | 3250 | @uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-24.3.tar.gz} |
| 3261 | 3251 | ||
| 3262 | Again, you should use one of the GNU mirror sites (see @ref{Current GNU | 3252 | Again, you should use one of the GNU mirror sites (see @ref{Current GNU |
| 3263 | distributions}, and adjust the URL accordingly) so as to reduce load on | 3253 | distributions}, and adjust the URL accordingly) so as to reduce load on |
| @@ -3366,7 +3356,7 @@ Upgrading should overwrite only, @file{/usr/local/bin/emacs} (the Emacs | |||
| 3366 | binary) and documentation in @file{/usr/local/info}. Back up these | 3356 | binary) and documentation in @file{/usr/local/info}. Back up these |
| 3367 | files before you upgrade, and you shouldn't have too much trouble. | 3357 | files before you upgrade, and you shouldn't have too much trouble. |
| 3368 | 3358 | ||
| 3369 | @node Problems building Emacs, Linking with -lX11 fails, Updating Emacs, Compiling and installing Emacs | 3359 | @node Problems building Emacs, , Updating Emacs, Compiling and installing Emacs |
| 3370 | @section What should I do if I have trouble building Emacs? | 3360 | @section What should I do if I have trouble building Emacs? |
| 3371 | @cindex Problems building Emacs | 3361 | @cindex Problems building Emacs |
| 3372 | @cindex Errors when building Emacs | 3362 | @cindex Errors when building Emacs |
| @@ -3386,39 +3376,6 @@ Please don't post it to @uref{news:gnu.emacs.help} or send e-mail to | |||
| 3386 | @email{help-gnu-emacs@@gnu.org}. For further guidelines, see | 3376 | @email{help-gnu-emacs@@gnu.org}. For further guidelines, see |
| 3387 | @ref{Guidelines for newsgroup postings} and @ref{Reporting bugs}. | 3377 | @ref{Guidelines for newsgroup postings} and @ref{Reporting bugs}. |
| 3388 | 3378 | ||
| 3389 | @node Linking with -lX11 fails, , Problems building Emacs, Compiling and installing Emacs | ||
| 3390 | @section Why does linking Emacs with -lX11 fail? | ||
| 3391 | @cindex Linking with -lX11 fails | ||
| 3392 | @cindex lX11, linking fails with | ||
| 3393 | |||
| 3394 | Emacs needs to be linked with the static version of the X11 library, | ||
| 3395 | @file{libX11.a}. This may be missing. | ||
| 3396 | |||
| 3397 | On OpenWindows, you may need to use @code{add_services} to add the | ||
| 3398 | ``OpenWindows Programmers'' optional software category from the CD-ROM. | ||
| 3399 | |||
| 3400 | On HP-UX 8.0, you may need to run @code{update} again to load the | ||
| 3401 | X11-PRG ``fileset.'' This may be missing even if you specified ``all | ||
| 3402 | filesets'' the first time. If @file{libcurses.a} is missing, you may | ||
| 3403 | need to load the ``Berkeley Development Option.'' | ||
| 3404 | |||
| 3405 | @email{zoo@@armadillo.com, David Zuhn} says that MIT X builds shared | ||
| 3406 | libraries by default, and only shared libraries, on those platforms that | ||
| 3407 | support them. These shared libraries can't be used when undumping | ||
| 3408 | @code{temacs} (the last stage of the Emacs build process). To get | ||
| 3409 | regular libraries in addition to shared libraries, add this to | ||
| 3410 | @file{site.cf}: | ||
| 3411 | |||
| 3412 | @example | ||
| 3413 | #define ForceNormalLib YES | ||
| 3414 | @end example | ||
| 3415 | |||
| 3416 | Other systems may have similar problems. You can always define | ||
| 3417 | @code{CANNOT_DUMP} and link with the shared libraries instead. | ||
| 3418 | |||
| 3419 | @cindex X Menus don't work | ||
| 3420 | To get the Xmenu stuff to work, you need to find a copy of MIT's | ||
| 3421 | @file{liboldX.a}. | ||
| 3422 | 3379 | ||
| 3423 | @c ------------------------------------------------------------ | 3380 | @c ------------------------------------------------------------ |
| 3424 | @node Finding Emacs and related packages, Major packages and programs, Compiling and installing Emacs, Top | 3381 | @node Finding Emacs and related packages, Major packages and programs, Compiling and installing Emacs, Top |
| @@ -3434,12 +3391,8 @@ To get the Xmenu stuff to work, you need to find a copy of MIT's | |||
| 3434 | * Emacs for minimalists:: | 3391 | * Emacs for minimalists:: |
| 3435 | * Emacs for MS-DOS:: | 3392 | * Emacs for MS-DOS:: |
| 3436 | * Emacs for Windows:: | 3393 | * Emacs for Windows:: |
| 3437 | * Emacs for OS/2:: | 3394 | * Emacs for GNUstep:: |
| 3438 | * Emacs for Atari ST:: | ||
| 3439 | * Emacs for the Amiga :: | ||
| 3440 | * Emacs for NeXTSTEP:: | ||
| 3441 | * Emacs for Apple computers:: | 3395 | * Emacs for Apple computers:: |
| 3442 | * Emacs for VMS and DECwindows:: | ||
| 3443 | * Modes for various languages:: | 3396 | * Modes for various languages:: |
| 3444 | @end menu | 3397 | @end menu |
| 3445 | 3398 | ||
| @@ -3493,11 +3446,11 @@ see @ref{Packages that do not come with Emacs}. | |||
| 3493 | @cindex Emacs Lisp List | 3446 | @cindex Emacs Lisp List |
| 3494 | @cindex Emacs Lisp Archive | 3447 | @cindex Emacs Lisp Archive |
| 3495 | 3448 | ||
| 3496 | @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.html, The Emacs Lisp | 3449 | @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs Lisp |
| 3497 | List (ELL)}, maintained by @email{stephen@@anc.ed.ac.uk, Stephen Eglen}, | 3450 | List (ELL)}, maintained by @email{S.J.Eglen@@damtp.cam.ac.uk, Stephen Eglen}, |
| 3498 | aims to provide one compact list with links to all of the current Emacs | 3451 | aims to provide one compact list with links to all of the current Emacs |
| 3499 | Lisp files on the Internet. The ELL can be browsed over the web, or | 3452 | Lisp files on the Internet. The ELL can be browsed over the web, or |
| 3500 | from Emacs with @uref{http://www.anc.ed.ac.uk/~stephen/emacs/ell.el, | 3453 | from Emacs with @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.el, |
| 3501 | the @file{ell} package}. | 3454 | the @file{ell} package}. |
| 3502 | 3455 | ||
| 3503 | Many authors post their packages to the @uref{news:gnu.emacs.sources, | 3456 | Many authors post their packages to the @uref{news:gnu.emacs.sources, |
| @@ -3508,12 +3461,6 @@ or @uref{http://dir.gmane.org/gmane.emacs.sources, Gmane}, for example. | |||
| 3508 | Several packages are stored in | 3461 | Several packages are stored in |
| 3509 | @uref{http://emacswiki.org/elisp/, the Lisp area of the Emacs Wiki}. | 3462 | @uref{http://emacswiki.org/elisp/, the Lisp area of the Emacs Wiki}. |
| 3510 | 3463 | ||
| 3511 | For a long time, the Emacs Lisp Archive provided a central repository | ||
| 3512 | for Emacs packages. Sadly, it has not been active for some time, | ||
| 3513 | although you can still access the old files at | ||
| 3514 | |||
| 3515 | @uref{http://www.club.cc.cmu.edu/pub/gnu/elisp-archive/} | ||
| 3516 | |||
| 3517 | Read the file @file{etc/MORE.STUFF} for more information about | 3464 | Read the file @file{etc/MORE.STUFF} for more information about |
| 3518 | external packages. | 3465 | external packages. |
| 3519 | 3466 | ||
| @@ -3666,7 +3613,7 @@ available at | |||
| 3666 | Note that while many of these programs look similar to Emacs, they often | 3613 | Note that while many of these programs look similar to Emacs, they often |
| 3667 | lack certain features, such as the Emacs Lisp extension language. | 3614 | lack certain features, such as the Emacs Lisp extension language. |
| 3668 | 3615 | ||
| 3669 | @node Emacs for Windows, Emacs for OS/2, Emacs for MS-DOS, Finding Emacs and related packages | 3616 | @node Emacs for Windows, Emacs for GNUstep, Emacs for MS-DOS, Finding Emacs and related packages |
| 3670 | @section Where can I get Emacs for Microsoft Windows? | 3617 | @section Where can I get Emacs for Microsoft Windows? |
| 3671 | @cindex FAQ for NT Emacs | 3618 | @cindex FAQ for NT Emacs |
| 3672 | @cindex Emacs for MS-Windows | 3619 | @cindex Emacs for MS-Windows |
| @@ -3681,80 +3628,21 @@ by @email{ramprasad@@gnu.org, Ramprasad B}, available at | |||
| 3681 | 3628 | ||
| 3682 | @xref{Emacs for MS-DOS}, for Windows 3.1. | 3629 | @xref{Emacs for MS-DOS}, for Windows 3.1. |
| 3683 | 3630 | ||
| 3684 | A port of Emacs 20.7 for Windows CE, based on NTEmacs, is available at | ||
| 3685 | |||
| 3686 | @uref{http://www.rainer-keuchel.de/software.html} | ||
| 3687 | |||
| 3688 | @noindent | ||
| 3689 | This port was done by @email{coyxc@@rainer-keuchel.de, Rainer Keuchel}, | ||
| 3690 | and supports all Emacs features except async subprocesses and menus. | ||
| 3691 | You will need MSVC 6.0 and a Windows CE SDK to build this port. | ||
| 3692 | |||
| 3693 | @node Emacs for OS/2, Emacs for Atari ST, Emacs for Windows, Finding Emacs and related packages | ||
| 3694 | @section Where can I get Emacs for my PC running OS/2? | ||
| 3695 | @cindex OS/2, Emacs for | ||
| 3696 | |||
| 3697 | Emacs 20.6 is ported for emx on OS/2 2.0 or 2.1, and is available at | ||
| 3698 | 3631 | ||
| 3699 | @uref{ftp://hobbes.nmsu.edu/pub/os2/apps/editors/emacs/} | 3632 | @node Emacs for GNUstep, Emacs for Apple computers, Emacs for Windows, Finding Emacs and related packages |
| 3633 | @section Where can I get Emacs for GNUstep? | ||
| 3634 | @cindex GNUSTEP, Emacs for | ||
| 3700 | 3635 | ||
| 3701 | @noindent | 3636 | Beginning with version 23.1, Emacs supports GNUstep natively. |
| 3702 | and also at | ||
| 3703 | |||
| 3704 | @uref{http://www.dotemacs.de/os2/emacs.html} | ||
| 3705 | |||
| 3706 | Instructions for installation, basic setup, and other useful information | ||
| 3707 | for OS/2 users of Emacs can be found at | ||
| 3708 | |||
| 3709 | @uref{http://home.snafu.de/ohei/emacs/emacs206-os2.html} | ||
| 3710 | |||
| 3711 | @node Emacs for Atari ST, Emacs for the Amiga , Emacs for OS/2, Finding Emacs and related packages | ||
| 3712 | @section Where can I get Emacs for my Atari ST? | ||
| 3713 | @cindex Atari ST, Emacs for | ||
| 3714 | @cindex TOS, Emacs for | ||
| 3715 | |||
| 3716 | Roland Sch@"auble reports that Emacs 18.58 running on plain TOS and MiNT | ||
| 3717 | is available at | ||
| 3718 | @uref{ftp://atari.archive.umich.edu/Editors/Emacs-18-58/1858b-d3.zoo}. | ||
| 3719 | |||
| 3720 | @node Emacs for the Amiga , Emacs for NeXTSTEP, Emacs for Atari ST, Finding Emacs and related packages | ||
| 3721 | @section Where can I get Emacs for my Amiga? | ||
| 3722 | @cindex Amiga, Emacs for | ||
| 3723 | |||
| 3724 | The files you need are available at | ||
| 3725 | |||
| 3726 | @uref{ftp://ftp.wustl.edu/pub/aminet/util/gnu/} | ||
| 3727 | 3637 | ||
| 3728 | @email{dgilbert@@gamiga.guelphnet.dweomer.org, David Gilbert} has released a | 3638 | @node Emacs for Apple computers, Modes for various languages, Emacs for GNUstep, Finding Emacs and related packages |
| 3729 | beta version of Emacs 19.25 for the Amiga. You can get the binary at | ||
| 3730 | |||
| 3731 | @uref{ftp://ftp.wustl.edu/pub/aminet/util/gnu/a2.0bEmacs-bin.lha} | ||
| 3732 | |||
| 3733 | @node Emacs for NeXTSTEP, Emacs for Apple computers, Emacs for the Amiga , Finding Emacs and related packages | ||
| 3734 | @section Where can I get Emacs for NeXTSTEP? | ||
| 3735 | @cindex NeXTSTEP, Emacs for | ||
| 3736 | |||
| 3737 | Emacs.app is a NeXTSTEP version of Emacs 19.34 which supports colors, | ||
| 3738 | menus, and multiple frames. You can get it from | ||
| 3739 | |||
| 3740 | @uref{ftp://next-ftp.peak.org/pub/next-ftp/next/apps/emacs/Emacs_for_NeXTstep.4.20a1.NIHS.b.tar.gz} | ||
| 3741 | |||
| 3742 | @node Emacs for Apple computers, Emacs for VMS and DECwindows, Emacs for NeXTSTEP, Finding Emacs and related packages | ||
| 3743 | @section Where can I get Emacs for my Apple computer? | 3639 | @section Where can I get Emacs for my Apple computer? |
| 3744 | @cindex Apple computers, Emacs for | 3640 | @cindex Apple computers, Emacs for |
| 3745 | @cindex Macintosh, Emacs for | 3641 | @cindex Macintosh, Emacs for |
| 3746 | 3642 | ||
| 3747 | Beginning with version 22.1, Emacs supports Mac OS X natively. | 3643 | Beginning with version 22.1, Emacs supports Mac OS X natively. |
| 3748 | 3644 | ||
| 3749 | @node Emacs for VMS and DECwindows, Modes for various languages, Emacs for Apple computers, Finding Emacs and related packages | 3645 | @node Modes for various languages, , Emacs for Apple computers, Finding Emacs and related packages |
| 3750 | @section Where do I get Emacs that runs on VMS under DECwindows? | ||
| 3751 | @cindex DECwindows, Emacs for | ||
| 3752 | @cindex VMS, Emacs for | ||
| 3753 | |||
| 3754 | Up-to-date information about GNU software (including Emacs) for VMS is | ||
| 3755 | available at @uref{http://www.lp.se/gnu-vms/}. | ||
| 3756 | |||
| 3757 | @node Modes for various languages, , Emacs for VMS and DECwindows, Finding Emacs and related packages | ||
| 3758 | @section Where can I get modes for Lex, Yacc/Bison, Bourne shell, csh, C@t{++}, Objective-C, Pascal, Java, and Awk? | 3646 | @section Where can I get modes for Lex, Yacc/Bison, Bourne shell, csh, C@t{++}, Objective-C, Pascal, Java, and Awk? |
| 3759 | @cindex Awk, mode for | 3647 | @cindex Awk, mode for |
| 3760 | @cindex @code{awk-mode} | 3648 | @cindex @code{awk-mode} |
| @@ -4969,7 +4857,6 @@ fontset, or you can select it by setting the default font in your | |||
| 4969 | * Starting Gnus faster:: | 4857 | * Starting Gnus faster:: |
| 4970 | * Catching up in all newsgroups:: | 4858 | * Catching up in all newsgroups:: |
| 4971 | * Killing based on nonstandard headers:: | 4859 | * Killing based on nonstandard headers:: |
| 4972 | * Removing flashing messages:: | ||
| 4973 | * Catch-up is slow in Gnus:: | 4860 | * Catch-up is slow in Gnus:: |
| 4974 | * Gnus hangs for a long time:: | 4861 | * Gnus hangs for a long time:: |
| 4975 | * Learning more about Gnus:: | 4862 | * Learning more about Gnus:: |
| @@ -5293,7 +5180,7 @@ In the @file{*Newsgroup*} buffer, type @kbd{M-< C-x ( c y C-x ) M-0 C-x e} | |||
| 5293 | Leave off the initial @kbd{M-<} if you only want to catch up from point | 5180 | Leave off the initial @kbd{M-<} if you only want to catch up from point |
| 5294 | to the end of the @file{*Newsgroup*} buffer. | 5181 | to the end of the @file{*Newsgroup*} buffer. |
| 5295 | 5182 | ||
| 5296 | @node Killing based on nonstandard headers, Removing flashing messages, Catching up in all newsgroups, Mail and news | 5183 | @node Killing based on nonstandard headers, Catch-up is slow in Gnus, Catching up in all newsgroups, Mail and news |
| 5297 | @section Why can't I kill in Gnus based on the Newsgroups/Keywords/Control headers? | 5184 | @section Why can't I kill in Gnus based on the Newsgroups/Keywords/Control headers? |
| 5298 | @cindex Killing articles based on nonstandard headers | 5185 | @cindex Killing articles based on nonstandard headers |
| 5299 | @cindex Newsgroups header, killing articles based on | 5186 | @cindex Newsgroups header, killing articles based on |
| @@ -5314,16 +5201,7 @@ this: | |||
| 5314 | (gnus-kill nil "^Newsgroups: .*\\(bad\\.group\\|worse\\.group\\)") | 5201 | (gnus-kill nil "^Newsgroups: .*\\(bad\\.group\\|worse\\.group\\)") |
| 5315 | @end lisp | 5202 | @end lisp |
| 5316 | 5203 | ||
| 5317 | @node Removing flashing messages, Catch-up is slow in Gnus, Killing based on nonstandard headers, Mail and news | 5204 | @node Catch-up is slow in Gnus, Gnus hangs for a long time, Killing based on nonstandard headers, Mail and news |
| 5318 | @section How do I get rid of flashing messages in Gnus for slow connections? | ||
| 5319 | @cindex Flashing Gnus messages, removing | ||
| 5320 | @cindex Removing flashing Gnus messages | ||
| 5321 | @cindex Slow connections causing flashing messages in Gnus | ||
| 5322 | @cindex Gnus, flashing messages in | ||
| 5323 | |||
| 5324 | Set @code{nntp-debug-read} to @code{nil}. | ||
| 5325 | |||
| 5326 | @node Catch-up is slow in Gnus, Gnus hangs for a long time, Removing flashing messages, Mail and news | ||
| 5327 | @section Why is catch up slow in Gnus? | 5205 | @section Why is catch up slow in Gnus? |
| 5328 | @cindex Slow catch up in Gnus | 5206 | @cindex Slow catch up in Gnus |
| 5329 | @cindex Gnus is slow when catching up | 5207 | @cindex Gnus is slow when catching up |