From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83161 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: several issues with non ascii characters in group names Date: Fri, 17 May 2013 08:29:28 +0900 Organization: Emacsen advocacy group Message-ID: References: <87r4h63eyh.fsf@micropit.couberia.selfip.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1368747072 9671 80.91.229.3 (16 May 2013 23:31:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 May 2013 23:31:12 +0000 (UTC) Cc: ding@gnus.org To: Peter =?iso-8859-1?Q?M=FCnster?= Original-X-From: ding-owner+M31427@lists.math.uh.edu Fri May 17 01:31:09 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ud7dd-0008Na-Bg for ding-account@gmane.org; Fri, 17 May 2013 01:31:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Ud7cD-0001cw-La; Thu, 16 May 2013 18:29:41 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Ud7cC-0001cg-9G for ding@lists.math.uh.edu; Thu, 16 May 2013 18:29:40 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Ud7cB-0007hq-17 for ding@lists.math.uh.edu; Thu, 16 May 2013 18:29:39 -0500 Original-Received: from mail-hampton.hostforweb.net ([216.246.13.138] helo=hampton.hostforweb.net) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Ud7c9-0007Vx-E2 for ding@gnus.org; Fri, 17 May 2013 01:29:37 +0200 Original-Received: from localhost.localdomain ([127.0.0.1]:55388 helo=localhost) by hampton.hostforweb.net with smtp (Exim 4.80) (envelope-from ) id 1Ud7c1-004Lz4-NU; Thu, 16 May 2013 18:29:29 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130008 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.8) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:vAUmlunLJIUgCqfMn6ayCOBV99A= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83161 Archived-At: Peter M=FCnster wrote: > Sometimes, I use accented characters in group names. There are several > problems with such groups: > 1.) No completion on Gcc: line in message buffer > For example, if I type "Gcc: st" and then press the TAB key, I get this > completion buffer: > Possible completions are: > steph > st\303\251phane > But it should be "steph" and "st=E9phane". > And there is no completion, when typing "st=E9" and then TAB. I've fixed it in the Gnus Git master and the Emacs Bzr trunk. Completion may take time if you have a ton of groups, though. > 2.) Several entries in server buffer for the same group > For the group "st=E9phane" for example, I have these lines in the server > buffer: *Group* buffer? > U 8: st=E9phane > U 1: st=E9phane > U 1: st=E9phane > U 10: st=E9phane > Not a big problem, just strange. I guess you have those four groups; in `active', the human-readable names are the same but encodings differ. A possible solution would be to copy all the existing articles to a temporary group, delete those non-ASCII groups, create the non-ASCII group again, and move the saved articles there. > 3.) Some messages are not displayed in summary buffer > For example in my group "st=E9phane" there are 10 messages. There are also > 10 lines in the Mail/st=E9phane/.overview file, but only 8 are displayed > in the summary buffer. How can I see the other 2 messages in Gnus? Does typing `10000 RET' on that group help?