From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67356 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: error in gnus-summary-insert-line: gnus-put-text-property has invalid offsets Date: Thu, 11 Sep 2008 08:10:47 +0900 Organization: Emacsen advocacy group Message-ID: References: <86vdx3opi5.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1221088310 22824 80.91.229.12 (10 Sep 2008 23:11:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2008 23:11:50 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15807@lists.math.uh.edu Thu Sep 11 01:12:46 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1KdYrZ-0005o7-JU for ding-account@gmane.org; Thu, 11 Sep 2008 01:12:41 +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 1KdYqQ-0007uH-10; Wed, 10 Sep 2008 18:11:30 -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 1KdYqO-0007u4-VI for ding@lists.math.uh.edu; Wed, 10 Sep 2008 18:11:28 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KdYqL-0007fk-VZ for ding@lists.math.uh.edu; Wed, 10 Sep 2008 18:11:28 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KdYqO-00005k-00 for ; Thu, 11 Sep 2008 01:11:28 +0200 Original-Received: from localhost ([127.0.0.1]:45832) by orlando.hostforweb.net with esmtpa (Exim 4.69) (envelope-from ) id 1KdYpm-0006RN-Gs for ding@gnus.org; Wed, 10 Sep 2008 18:10:51 -0500 X-Hashcash: 1:20:080910:ding@gnus.org::yBgTXbwzRooX+SaJ:00003EHy 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.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:qVtQglceZ5vTJ2uXfYk7IWwwTMA= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.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: X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67356 Archived-At: >>>>> Ted Zlatanov wrote: > I started getting these errors today with a fresh CVS Gnus when entering > any group: > Debugger entered--Lisp error: (args-out-of-range 50 51) > gnus-put-text-property(50 51 gnus-position t) [...] > gnus-summary-insert-line([0 "" "" "05 Apr 2001 23:33:09 +0400" "" "" 0 0 "" nil] 0 nil t 90 t nil "" nil 1) [...] > Interestingly, if I quit the debug output and then retry, it works. I don't know why it works then, though. > Does anyone know what is causing this? The ChangeLog looks like > gnus-sum.el wasn't updated recently. I'm using Emacs from CVS as well. I guess the format spec registered in the ~/.newsrc.eld file has been changed; it might have happened when you tried modifying gnus-spec.el. Cf. http://news.gmane.org/group/gmane.emacs.gnus.general/thread=67228 There might have been something wrong in the patch I posted. The format spec that is computed from `gnus-summary-line-format' will not be updated unless the value of `gnus-summary-line-format' is changed or evaluating the form: (gnus-update-format-specifications t 'summary) Could you try this? (Performing this should be always safe.) If it does the trick, you had better do it for `group' as well: (gnus-update-format-specifications t 'group) Regards,