From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71983 Path: news.gmane.org!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.gnus.general Subject: recent message-cite-prefix-regexp change vs XEmacs Date: Mon, 27 Sep 2010 18:38:03 +0200 Organization: not if I can help it Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285605802 23032 80.91.229.12 (27 Sep 2010 16:43:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2010 16:43:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20356@lists.math.uh.edu Mon Sep 27 18:43:21 2010 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.69) (envelope-from ) id 1P0GnQ-0008QG-EK for ding-account@gmane.org; Mon, 27 Sep 2010 18:43:20 +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 1P0GnK-0001KT-EK; Mon, 27 Sep 2010 11:43:14 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P0GnI-0001KD-HZ for ding@lists.math.uh.edu; Mon, 27 Sep 2010 11:43:12 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P0GnH-0003Qb-N3 for ding@lists.math.uh.edu; Mon, 27 Sep 2010 11:43:12 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P0GnH-0005IU-01 for ; Mon, 27 Sep 2010 18:43:11 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P0GiX-0004ei-MC for ding@gnus.org; Mon, 27 Sep 2010 18:38:17 +0200 Original-Received: from lns-bzn-49f-81-56-191-143.adsl.proxad.net ([81.56.191.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 18:38:17 +0200 Original-Received: from rpluim by lns-bzn-49f-81-56-191-143.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 18:38:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lns-bzn-49f-81-56-191-143.adsl.proxad.net Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (cygwin32) Cancel-Lock: sha1:zZHa/dEfWLWCqj+fnT8lNSDXyJE= X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71983 Archived-At: Hi, the following commit commit a23944e2e21806ef81bc29b6146e95c3da4eecfa Author: Katsumi Yamaoka Date: Mon Sep 27 12:35:08 2010 +0000 message.el (message-cite-prefix-regexp): Fix wrong change I did when merging causes the following backtrace in XEmacs 21.5 (beta29) "garbanzo" 5663ae9a8989+ [Lucid] (i686-pc-cygwin, Mule) of Thu Sep 16 2010 on RPluim Debugger entered--Lisp error: (invalid-argument "Invalid search limit (wrong side of point)") re-search-forward("^\\([ ]*[-a-z0-9A-Z]*>+[ ]*\\|[ ]*\\)" 4285 t) gnus-cite-parse() gnus-cite-parse-wrapper() gnus-cite-parse-maybe(nil) gnus-article-highlight-citation() gnus-treat-article(nil 1 1) gnus-display-mime() gnus-article-prepare-display() gnus-article-prepare(71970 nil) gnus-summary-display-article(71970 nil) gnus-summary-goto-article(71970) gnus-summary-read-group-1("gmane.emacs.gnus.general" nil nil nil nil nil) gnus-summary-read-group("gmane.emacs.gnus.general" nil nil nil nil nil nil) gnus-group-read-group(nil) call-interactively(gnus-group-read-group) (dispatch-event "[internal]") Reverting that commit makes it go away. Regards Robert