From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19073 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: bug in calculation of line length again Date: 23 Nov 1998 22:17:39 +0300 Sender: owner-ding@hpc.uh.edu Message-ID: References: <5bpvae2re7.fsf@schnapps.cs.rochester.edu> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157490 9708 80.91.224.250 (20 Oct 2002 23:44:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:44:50 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA03114 for ; Mon, 23 Nov 1998 14:22:38 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB12705; Mon, 23 Nov 1998 13:22:24 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 23 Nov 1998 13:22:23 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA16931 for ; Mon, 23 Nov 1998 13:22:14 -0600 (CST) Original-Received: from cc.vsu.ru (root@ns.vsu.relarn.ru [194.226.24.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA03074 for ; Mon, 23 Nov 1998 14:21:08 -0500 (EST) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id WAA10133 for ding@gnus.org; Mon, 23 Nov 1998 22:19:52 +0300 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id WAA19912; Mon, 23 Nov 1998 22:17:39 +0300 Original-To: ding@gnus.org In-Reply-To: Shenghuo ZHU's message of "23 Nov 1998 13:30:40 -0500" Original-Lines: 20 User-Agent: Gnus/5.070053 (Pterodactyl Gnus v0.53) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:19073 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19073 "ZSH" == Shenghuo ZHU writes: ZSH> I guess it is because of decoding. By reading codes of ZSH> message-send-news, you can find that gnus does encoding before ZSH> checking. Is it a proper order? Perhaps, it is wrong. Some more detail: when the message does not contain a `Newsgroups:' header (i.e. when it is a mail), gnus behaves correctly (does not produce false warnings). When there is a `Newsgroups:' header, gnus behaves wrong WRT line length calculation (i just tested the very same message, with the only difference: in the first case there was a Newsgroups header, and in the second case there was To header). ZSH> `(standard-display-8bit 160 255)' may relieve your pain. But is it a Right Thing (TM) to use standard-display-8bit in a MULE environment? I do not think so. Best regards, -- Vladimir.