From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37048 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Names of topics with ISO 8859-2 characters Date: Mon, 23 Jul 2001 22:00:18 -0700 Sender: zsh@piglet.jia.vnet Message-ID: <2nwv4ydiql.fsf@piglet.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035172532 11822 80.91.224.250 (21 Oct 2002 03:55:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:55:32 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 3855 invoked from network); 24 Jul 2001 05:03:06 -0000 Original-Received: from c1778337-a.stcla1.sfba.home.com (HELO zsh.2y.net) (65.12.48.218) by gnus.org with SMTP; 24 Jul 2001 05:03:06 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f6O50J019524; Mon, 23 Jul 2001 22:00:19 -0700 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 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 27 Xref: main.gmane.org gmane.emacs.gnus.general:37048 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37048 Pavel@Janik.cz (Pavel Jan=EDk) writes: > Hi, >=20 > you can not create and even rename topic with characters from ISO > 8859-2. They will be created, but will be shown with \202 before each ISO > 8859-2 character in the Group buffer. The same applies for 5.9.0 and for > Oort from the CVS. >=20 > Try this: >=20 > LANG=3Dcs_CZ emacs -q >=20 > M-x gnus-no-server >=20 > M-x gnus-topic-mode >=20 > T n =EC=B9=E8=F8=BE=FD=E1=ED=E9 RET >=20 > The topic is displayed correctly now. Kill gnus, and run it again. The > topic will be displayed with \202 preceding each letter... I've fixed it in the Gnus CVS. Putting (setq gnus-startup-file-coding-system 'emacs-mule) into .emacs or .gnus may fix the problem in 5.9.0. Please test. ShengHuo