From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31361 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: group names with non-ascii characters Date: 09 Jun 2000 00:39:04 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <2n3dmornbu.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 1035167780 13568 80.91.224.250 (21 Oct 2002 02:36:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:36:20 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 2D070D051F for ; Thu, 8 Jun 2000 18:39:54 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id RAC05740; Thu, 8 Jun 2000 17:39:29 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 08 Jun 2000 17:38:39 -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 RAA13208 for ; Thu, 8 Jun 2000 17:38:30 -0500 (CDT) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id 4B8DDD051F for ; Thu, 8 Jun 2000 18:38:52 -0400 (EDT) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.10.0/8.10.0) id e58Md5w14484; Fri, 9 Jun 2000 00:39:05 +0200 Original-To: Shenghuo ZHU In-Reply-To: Shenghuo ZHU's message of "08 Jun 2000 15:21:09 -0400" Original-Lines: 18 User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31361 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31361 Shenghuo ZHU writes: > Is anyone using group names with non-ascii characters? There could be > some bugs in handling the path names and the entries in the .active > files. I guess nnimap supports group names with iso-8859-1 > characters. Has anyone tested to use agent or cache with those > groups? I've used nnimap+agent with latin-1 group names, but that was ~6 months ago or so and I didn't test specifically that latin-1 characters worked. I think it did, though. The only reference I could find in my .gnus is (setq gnus-startup-file-coding-system 'iso-8859-1) (On a different topic, I think the default of that variable should be `mule' or something that can hold all sorts of characters. Limiting group names to 7-bit ascii by default feels wrong.)