From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24956 Path: main.gmane.org!not-for-mail From: Bill White Newsgroups: gmane.emacs.gnus.general Subject: documentation bug in 0.96 Date: 30 Aug 1999 11:10:35 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035162431 11532 80.91.224.250 (21 Oct 2002 01:07:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:07:11 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA00345 for ; Mon, 30 Aug 1999 12:12:03 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB02521; Mon, 30 Aug 1999 11:11:51 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 30 Aug 1999 11:11:32 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA18138 for ; Mon, 30 Aug 1999 11:11:22 -0500 (CDT) Original-Received: from dragonfly.wolfram.com (root@dragonfly.wolfram.com [140.177.10.12]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA00297 for ; Mon, 30 Aug 1999 12:10:32 -0400 (EDT) Original-Received: from g.wolfram.com (billw@g.wolfram.com [140.177.4.48]) by dragonfly.wolfram.com (8.8.8/8.8.8) with ESMTP id LAA29412 for ; Mon, 30 Aug 1999 11:10:31 -0500 (CDT) Original-Received: (from billw@localhost) by g.wolfram.com (8.9.3/8.9.2) id LAA08690; Mon, 30 Aug 1999 11:10:35 -0500 Original-To: ding@gnus.org X-Liturgical-Date: Weekday -- Monday of the Twenty-Second Week of Ordinary Time, A.D. 1999 Original-Lines: 36 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24956 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24956 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Pterodactyl Gnus v0.96 See info node Gnus -> The Summary Buffer -> Article Treatment -> Article Washing. The command 'W q' is listed for 'gnus-article-fill-long-lines', then it's listed a few items later for 'gnus-article-de-quoted-unreadable'. The first listing should be 'W Q'. ,---- | `W q' | Fill long lines (`gnus-article-fill-long-lines'). | | | | `W q' | Treat quoted-printable (`gnus-article-de-quoted-unreadable'). | Quoted-Printable is one common MIME encoding employed when sending | non-ASCII (i. e., 8-bit) articles. It typically makes strings like | `déjà vu' look like `d=E9j=E0 vu', which doesn't look very | readable to me. Note that the this is usually done automatically | by Gnus if the message in question has a | `Content-Transfer-Encoding' header that says that this encoding | has been done. `---- Here's a patch: --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=96-W-q-bug.patch Content-Description: patch for documentation W-q bug --- gnus.texi Mon Aug 30 11:06:05 1999 +++ gnus.texi~ Fri Aug 27 08:17:19 1999 @@ -6727,9 +6727,9 @@ You can give the command a numerical prefix to specify the width to use when filling. -@item W Q -@kindex W Q (Summary) -@findex gnus-article-fill-long-lines +@item W q +@kindex W q (Summary) +@findex gnus-article-fill-long-lines Fill long lines (@code{gnus-article-fill-long-lines}). @item W C --=-=-= Cheers - bw -- Bill White . billw@wolfram.com . http://members.wri.com/billw --=-=-=--