From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/58918 Path: main.gmane.org!not-for-mail From: Derek Newsgroups: gmane.emacs.gnus.general Subject: Re: [BUG]What does this mean:"Mention that multibyte characters Date: Fri, 15 Oct 2004 22:49:12 +0400 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1097868454 29264 80.91.229.6 (15 Oct 2004 19:27:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 15 Oct 2004 19:27:34 +0000 (UTC) Original-X-From: ding-owner+M7456@lists.math.uh.edu Fri Oct 15 21:27:22 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CIXjV-0003sY-00 for ; Fri, 15 Oct 2004 21:27:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CIXj1-00046U-00; Fri, 15 Oct 2004 14:26:51 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CIXJU-0003fy-00 for ding@lists.math.uh.edu; Fri, 15 Oct 2004 14:00:28 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CIXJT-00007m-Ce for ding@lists.math.uh.edu; Fri, 15 Oct 2004 14:00:27 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.229.2]) by justine.libertine.org (Postfix) with ESMTP id 15B923A0035 for ; Fri, 15 Oct 2004 14:00:21 -0500 (CDT) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CIXJK-0001P2-00 for ; Fri, 15 Oct 2004 21:00:18 +0200 Original-Received: from as7.titan.lsi.ru ([212.58.193.150]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2004 21:00:18 +0200 Original-Received: from derek77 by as7.titan.lsi.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Oct 2004 21:00:18 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 29 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: as7.titan.lsi.ru User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:U1taaHUIifT9+MJKeGGUgRoYbhs= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:58918 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:58918 On 15 =EF=CB=D4 2004, Reiner Steib wrote: On Fri, Oct 15 2004, Katsumi Yamaoka wrote: > >> I learned why the form returns nil for Emacs 22 and non-nil for >> Emacs 21.3.50 from Kenichi Handa. I also learned that behavior >> changes by the LANG environments. Next week, I'll look for the >> right way Gnus should take. I wish you withdraw the change to >> gnus-sum.el as a emergency measure. > > As the problem only affects Emacs 22 (which is in unstable "may eat > your files for breakfast" state, IIRC), such an emergency measure is > not necessary if we can expect to have a proper fix next week, IMHO. This problem affects Emacs 21.3.50 as well. Bug happens with certain combinations of language environment and gnus-summary-line-format. And in old gnus-sum.el this happens too. For me (Russian language environment) old gnus-sum.el: g-s-l-f "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n" doesn't work, ":%U%R%z%I%(%[%4L %-23,23f%]%) %s" does. new gnus-sum.el: "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n" does work, ":%U%R%z%I%(%[%4L %-23,23f%]%) %s" doesn't. Cyrillic-* and Vietnamese language environments affected. Maybe there's more. --=20 Denis K.Y.