From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59462 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: args-out-of-range in gnus-summary-prepare-threads Date: Tue, 21 Dec 2004 21:26:12 +0900 Organization: Emacsen advocacy group Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1103632208 7464 80.91.229.6 (21 Dec 2004 12:30:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Dec 2004 12:30:08 +0000 (UTC) Original-X-From: ding-owner+M8002@lists.math.uh.edu Tue Dec 21 13:29:58 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 1Cgj9J-0007zM-00 for ; Tue, 21 Dec 2004 13:29:58 +0100 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 1Cgj5w-00074P-00; Tue, 21 Dec 2004 06:26:28 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Cgj5r-00074K-00 for ding@lists.math.uh.edu; Tue, 21 Dec 2004 06:26:23 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1Cgj5m-000654-LE for ding@lists.math.uh.edu; Tue, 21 Dec 2004 06:26:18 -0600 Original-Received: from washington.hostforweb.net ([69.61.11.2]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cgj5l-0000GL-00 for ; Tue, 21 Dec 2004 13:26:17 +0100 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.43) id 1Cgj5l-0003Xx-D9 for ding@gnus.org; Tue, 21 Dec 2004 07:26:17 -0500 Original-To: ding@gnus.org 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.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:0+ThzJJYTIkfSAkxi7I6dYj/mm0= X-Hashcash: 1:20:041221:ding@gnus.org::Fk+1jbQ4BfsWEXUk:00000Gx3 X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.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-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59462 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59462 >>>>> In Ralf Angeli wrote: >> Unfortunately the long subject which caused the original error is not >> shortened in this case. So either the patch is not fully correct or >> there is another problem somewhere. Oh, I could reproduce the same error using your format spec. > Some additional information: The subject actually is shortened. One > can check this by entering the group[1] and typing `M-: (goto-char 63) > RET'. The interesting thing is now that `M-: (current-column) RET' on > this point reports 115. This is because the characters in the subject > are two columns wide and this is probably also the problem which makes > the original calculation for `delete-region' fail (unless this is a > problem in Emacs). > Footnotes: > [1] Assuming the posted patch is applied and the posted summary line > format used, use `1 9 RET' currently to have the problematic article > in the first line. Let me have time to investigate how does your format spec mean and how do those functions behave.