From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72014 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: invalid search bound when displaying an article Date: Mon, 27 Sep 2010 14:33:37 -0400 Message-ID: <87hbhbdoji.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285612440 30721 80.91.229.12 (27 Sep 2010 18:34:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 27 Sep 2010 18:34:00 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20387@lists.math.uh.edu Mon Sep 27 20:33:59 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 1P0IWS-0005a0-CI for ding-account@gmane.org; Mon, 27 Sep 2010 20:33:56 +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 1P0IWO-0002pD-Hb; Mon, 27 Sep 2010 13:33:52 -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 1P0IWM-0002oy-Rc for ding@lists.math.uh.edu; Mon, 27 Sep 2010 13:33:50 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P0IWL-00073V-M5 for ding@lists.math.uh.edu; Mon, 27 Sep 2010 13:33:50 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P0IWL-0007RV-00 for ; Mon, 27 Sep 2010 20:33:49 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P0IWH-0005XD-AZ for ding@gnus.org; Mon, 27 Sep 2010 20:33:45 +0200 Original-Received: from bas3-london14-1096779890.dsl.bell.ca ([65.95.136.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 20:33:45 +0200 Original-Received: from jdc by bas3-london14-1096779890.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Sep 2010 20:33:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096779890.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:vchxDAfPZPxFzne5QMCW3PFsOxU= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72014 Archived-At: Just upgraded to latest git, and the first article I displayed gave me the error below. Let me know if I should forward the article (offlist). I had previously upgraded less than 24 hours ago, so it is a recent commit, unless it is something triggered very rarely. Dan Debugger entered--Lisp error: (error "Invalid search bound (wrong side of point)") re-search-forward("^\\([ ]*[-a-z0-9A-Z]*>+[ ]*\\|[ ]*\\)" 2764 t) gnus-cite-parse() gnus-cite-parse-wrapper() gnus-cite-parse-maybe(nil) gnus-article-highlight-citation() gnus-treat-article(nil 1 1 "text/plain") byte-code("" [ignored type handle not-attachment display text string-match throw nil mm-inline-override-p 4 "inline" mm-attachment-override-p mm-automatic-display-p mm-inlinable-p mm-inlined-p mm-automatic-external-display-p t split-string "/" "text" "message" insert-char 10 2 0 1 gnus-unbuttonized-mime-type-p gnus-insert-mime-button gnus-article-insert-newline -1 (set-buffer gnus-summary-buffer) ((error)) gnus-article-mode gnus-buffer-live-p mm-display-part mm-insert-inline mail-content-type-get charset "text/calendar" utf-8 mm-string-as-multibyte mm-get-part gnus-decoded buffer-string mm-decode-string gnus-treat-article "application/pgp-signature" gnus-article-mime-handle-alist beg ...] 6) gnus-mime-display-single((# ("text/plain" (format . "flowed") (charset . "ISO-8859-1")) 7bit (lambda nil (let ... ...)) nil nil nil nil)) gnus-mime-display-part((# ("text/plain" (format . "flowed") (charset . "ISO-8859-1")) 7bit (lambda nil (let ... ...)) nil nil nil nil)) gnus-display-mime() gnus-article-prepare-display() gnus-article-prepare(6406 nil) gnus-summary-display-article(6406 nil) gnus-summary-select-article(nil force) gnus-summary-show-article(nil) call-interactively(gnus-summary-show-article nil nil)