From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30239 Path: main.gmane.org!not-for-mail From: Roman Belenov Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-article-decode-charset Date: 23 Apr 2000 18:21:04 +0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2nvh19q6bd.fsf@tiger.jia.vnet> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166801 7393 80.91.224.250 (21 Oct 2002 02:20:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:20:01 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 16407D051E for ; Sun, 23 Apr 2000 10:22:52 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB09199; Sun, 23 Apr 2000 09:22:05 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 23 Apr 2000 09:21:35 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA03607 for ; Sun, 23 Apr 2000 09:21:24 -0500 (CDT) Original-Received: from host.nstl.nnov.ru (host.nstl.nnov.ru [195.98.59.131]) by mailhost.sclp.com (Postfix) with ESMTP id 88CC7D051E for ; Sun, 23 Apr 2000 10:21:39 -0400 (EDT) Original-Received: from bsd.nstl.nnov.ru (bsd.nstl.nnov.ru [195.98.49.2]) by host.nstl.nnov.ru (8.9.3/8.9.3) with ESMTP id SAA22474; Sun, 23 Apr 2000 18:21:00 +0400 (MSD) (envelope-from roman@nstl.nnov.ru) Original-Received: from hermes.nstl.nnov.ru (intel.nstl.nnov.ru [195.98.58.3]) by bsd.nstl.nnov.ru (8.9.3/8.9.3) with ESMTP id SAA91159; Sun, 23 Apr 2000 18:23:13 +0400 (MSD) (envelope-from roman@nstl.nnov.ru) Original-Received: from LIGHTHOUSE (nc034.nstl.nnov.ru [195.98.58.34]) by hermes.nstl.nnov.ru with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id HH7K1J7N; Sun, 23 Apr 2000 18:17:30 +0400 Original-To: Shenghuo ZHU In-Reply-To: Shenghuo ZHU's message of "23 Apr 2000 09:45:42 -0400" Original-Lines: 22 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30239 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30239 Shenghuo ZHU writes: > If Gnus calls gnus-article-decode-charset twice on the same text, the > text could be double decoded. This should not happen unless you type > `W M c' or click the menu item. Yes, it doesn't happen automatically, I just tried to understand what W M c does. > If Gnus mis-decodes the message, you can use `0 g CHARSET' in the > summary buffer to re-decode (not double decode). Thanks, it's quite useful. BTW IMHO it seems reasonable to mention this feature of gnus-summary-show-article (decoding article using manually given charset) in the "Charsets" section of the manual (Like "You can also manually override charset setting for specific article - see "Scrolling the article" section" somewhere in the 3rd paragraph). -- With regards, Roman.