From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19071 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: bug in calculation of line length again Date: 23 Nov 1998 13:30:40 -0500 Organization: Computer Dept of U Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <5bpvae2re7.fsf@schnapps.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157488 9699 80.91.224.250 (20 Oct 2002 23:44:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:44:48 +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 NAA01935 for ; Mon, 23 Nov 1998 13:31:55 -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 MAB10311; Mon, 23 Nov 1998 12:31:21 -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 12:31:07 -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 MAA15966 for ; Mon, 23 Nov 1998 12:30:55 -0600 (CST) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id NAA01879 for ; Mon, 23 Nov 1998 13:30:42 -0500 (EST) Original-Received: from slate.cs.rochester.edu (slate.cs.rochester.edu [192.5.53.101]) by cayuga.cs.rochester.edu (8.6.9/O) with ESMTP id NAA01713 for ; Mon, 23 Nov 1998 13:30:41 -0500 Original-Received: from schnapps.cs.rochester.edu (schnapps.cs.rochester.edu [192.5.53.194]) by slate.cs.rochester.edu (8.6.9/O) with ESMTP id NAA02557 for ; Mon, 23 Nov 1998 13:30:41 -0500 Original-Received: (from zsh@localhost) by schnapps.cs.rochester.edu (SMI-8.6/N++) id NAA02828; Mon, 23 Nov 1998 13:30:40 -0500 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Vladimir Volovich's message of "23 Nov 1998 11:02:06 +0300" Original-Lines: 30 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:19071 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19071 >>>>> "VVV" == Vladimir Volovich writes: VVV> Hi, VVV> in pgnus v0.53, i'm (again) getting a warning "You have lines longer VVV> than 79 characters. Really post? " when i'm trying to send messages VVV> in Russian, while there are no such lines in a message. Here is a VVV> backtrace: VVV> Signaling: (quit) VVV> y-or-n-p("You have lines longer than 79 characters. Really post? ") VVV> message-check-news-body-syntax() VVV> message-check-news-syntax() VVV> message-send-news(nil) VVV> message-send-via-news(nil) VVV> message-send(nil) VVV> message-send-and-exit(nil) VVV> * call-interactively(message-send-and-exit) VVV> When such a warning appears, the message buffer contains `unencoded' VVV> text like \301\310\302... I guess it is because of decoding. By reading codes of message-send-news, you can find that gnus does encoding before checking. Is it a proper order? `(standard-display-8bit 160 255)' may relieve your pain. -- Shenghuo