Gnus development mailing list
 help / color / mirror / Atom feed
* invalid search bound when displaying an article
@ 2010-09-27 18:33 Dan Christensen
  2010-09-27 18:41 ` Steinar Bang
  2010-09-27 18:46 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: Dan Christensen @ 2010-09-27 18:33 UTC (permalink / raw)
  To: ding

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("<non-ascii deleted>" [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((#<buffer  *mm*> ("text/plain" (format . "flowed") (charset . "ISO-8859-1")) 7bit (lambda nil (let ... ...)) nil nil nil nil))
  gnus-mime-display-part((#<buffer  *mm*> ("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)




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: invalid search bound when displaying an article
  2010-09-27 18:33 invalid search bound when displaying an article Dan Christensen
@ 2010-09-27 18:41 ` Steinar Bang
  2010-09-27 18:46 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 8+ messages in thread
From: Steinar Bang @ 2010-09-27 18:41 UTC (permalink / raw)
  To: ding

>>>>> Dan Christensen <jdc@uwo.ca>:

> Just upgraded to latest git, and the first article I displayed gave me
> the error below.  

Right!  AOL!




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: invalid search bound when displaying an article
  2010-09-27 18:33 invalid search bound when displaying an article Dan Christensen
  2010-09-27 18:41 ` Steinar Bang
@ 2010-09-27 18:46 ` Lars Magne Ingebrigtsen
  2010-09-27 19:07   ` Dan Christensen
  1 sibling, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-27 18:46 UTC (permalink / raw)
  To: ding

Dan Christensen <jdc@uwo.ca> writes:

> Debugger entered--Lisp error: (error "Invalid search bound (wrong side of point)")
>   re-search-forward("^\\([ 	]*[-a-z0-9A-Z]*>+[ 	]*\\|[ 	]*\\)" 2764 t)

Katsumi and I both edited the regexp...  I probably messed something
up.  I'll revert my change.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: invalid search bound when displaying an article
  2010-09-27 18:46 ` Lars Magne Ingebrigtsen
@ 2010-09-27 19:07   ` Dan Christensen
  2010-09-27 19:09     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Dan Christensen @ 2010-09-27 19:07 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Dan Christensen <jdc@uwo.ca> writes:
>
>> Debugger entered--Lisp error: (error "Invalid search bound (wrong side of point)")
>>   re-search-forward("^\\([ 	]*[-a-z0-9A-Z]*>+[ 	]*\\|[ 	]*\\)" 2764 t)
>
> Katsumi and I both edited the regexp...  I probably messed something
> up.  I'll revert my change.

It's still happening after you reverted your change.

Dan




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: invalid search bound when displaying an article
  2010-09-27 19:07   ` Dan Christensen
@ 2010-09-27 19:09     ` Lars Magne Ingebrigtsen
  2010-09-27 19:19       ` Robert Pluim
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-27 19:09 UTC (permalink / raw)
  To: ding

Dan Christensen <jdc@uwo.ca> writes:

> It's still happening after you reverted your change.

I could try reverting Katsumi's change, too...  but I'm not seeing the
bug at all.

What are you doing to trigger it?  Or is it happening with all articles?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: invalid search bound when displaying an article
  2010-09-27 19:09     ` Lars Magne Ingebrigtsen
@ 2010-09-27 19:19       ` Robert Pluim
  2010-09-27 19:28         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Robert Pluim @ 2010-09-27 19:19 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Dan Christensen <jdc@uwo.ca> writes:
>
>> It's still happening after you reverted your change.
>
> I could try reverting Katsumi's change, too...  but I'm not seeing the
> bug at all.
>
> What are you doing to trigger it?  Or is it happening with all articles?

I'm a rebel: I'm entering gmane.emacs.gnus.general :)

Git bisect rarely lies:

git bisect start
# bad: [69e3c97801fc3ac0d15b13e46bb0a00368f44573] (utf7): Required.
git bisect bad 69e3c97801fc3ac0d15b13e46bb0a00368f44573
# good: [380310006a5f5e5ac9510ec4927aed69bc7c506d] Store the IMAP greeting, so that we can tell what kind of server we're talking to.
git bisect good 380310006a5f5e5ac9510ec4927aed69bc7c506d
# good: [2221e0c8b9d88c6fb95faaf8f1431f7d454425cd] Merge branch 'master' of https://git.gnus.org/gnus
git bisect good 2221e0c8b9d88c6fb95faaf8f1431f7d454425cd
# good: [f2b3a7d8c0bc2b87a9f104d7e672925ba3ab45b7] (nnimap-request-accept-article): Message the error on error.
git bisect good f2b3a7d8c0bc2b87a9f104d7e672925ba3ab45b7
# good: [cc6e852662f00a9e91476cdfef9fb8e39f6175ba] nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
git bisect good cc6e852662f00a9e91476cdfef9fb8e39f6175ba
# bad: [11a44b82a5002c749f8f82f2b85e452bf333be80] (message-cite-prefix-regexp): Remove "}" from citation prefix.
git bisect bad 11a44b82a5002c749f8f82f2b85e452bf333be80
# bad: [a23944e2e21806ef81bc29b6146e95c3da4eecfa] message.el (message-cite-prefix-regexp): Fix wrong change I did when merging Gnus changes to Emacs some time.
git bisect bad a23944e2e21806ef81bc29b6146e95c3da4eecfa

I reverted a23944e2e21806ef81bc29b6146e95c3da4eecfa and the problem went
away.

Robert




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: invalid search bound when displaying an article
  2010-09-27 19:19       ` Robert Pluim
@ 2010-09-27 19:28         ` Lars Magne Ingebrigtsen
  2010-09-28  7:48           ` Katsumi Yamaoka
  0 siblings, 1 reply; 8+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-27 19:28 UTC (permalink / raw)
  To: ding

Robert Pluim <rpluim@gmail.com> writes:

> I reverted a23944e2e21806ef81bc29b6146e95c3da4eecfa and the problem went
> away.

Ok; I reverted it, too.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: invalid search bound when displaying an article
  2010-09-27 19:28         ` Lars Magne Ingebrigtsen
@ 2010-09-28  7:48           ` Katsumi Yamaoka
  0 siblings, 0 replies; 8+ messages in thread
From: Katsumi Yamaoka @ 2010-09-28  7:48 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen wrote:
> Robert Pluim <rpluim@gmail.com> writes:

>> I reverted a23944e2e21806ef81bc29b6146e95c3da4eecfa and the problem went
>> away.

> Ok; I reverted it, too.

That arose from my confusion.  Sorry to all.



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-09-28  7:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-27 18:33 invalid search bound when displaying an article Dan Christensen
2010-09-27 18:41 ` Steinar Bang
2010-09-27 18:46 ` Lars Magne Ingebrigtsen
2010-09-27 19:07   ` Dan Christensen
2010-09-27 19:09     ` Lars Magne Ingebrigtsen
2010-09-27 19:19       ` Robert Pluim
2010-09-27 19:28         ` Lars Magne Ingebrigtsen
2010-09-28  7:48           ` Katsumi Yamaoka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).