Gnus development mailing list
 help / color / mirror / Atom feed
* error in gnus-summary-insert-line: gnus-put-text-property has invalid offsets
@ 2008-09-10 17:54 Ted Zlatanov
  2008-09-10 23:10 ` Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: Ted Zlatanov @ 2008-09-10 17:54 UTC (permalink / raw)
  To: ding

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)
  (if gnus-position (gnus-put-text-property gnus-position (1+ gnus-position) (quote gnus-position) t))
  (let (gnus-position) (progn (insert ...) (if ... ...)) (gnus-put-text-property (point) (progn ... ... ... ...) gnus-mouse-face-prop gnus-mouse-face) (progn (insert " " gnus-tmp-subject-or-nil " \n") (if ... ...)) (if gnus-position (gnus-put-text-property gnus-position ... ... t)))
  eval((let (gnus-position) (progn (insert ...) (if ... ...)) (gnus-put-text-property (point) (progn ... ... ... ...) gnus-mouse-face-prop gnus-mouse-face) (progn (insert " " gnus-tmp-subject-or-nil " \n") (if ... ...)) (if gnus-position (gnus-put-text-property 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)
  gnus-update-summary-mark-positions()
  gnus-summary-mode("mygroup")
  gnus-summary-setup-buffer("mygroup")
  gnus-summary-read-group-1("mygroup" 1 t nil nil nil)
  gnus-summary-read-group("mygroup" 1 t nil nil nil nil)
  gnus-group-read-group(1 t)
  gnus-group-select-group(1)
  gnus-topic-select-group(1)
  call-interactively(gnus-topic-select-group nil nil)

Interestingly, if I quit the debug output and then retry, it works.

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.

Thanks
Ted




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

end of thread, other threads:[~2008-09-15 17:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-10 17:54 error in gnus-summary-insert-line: gnus-put-text-property has invalid offsets Ted Zlatanov
2008-09-10 23:10 ` Katsumi Yamaoka
2008-09-11 12:52   ` Ted Zlatanov
2008-09-15 17:44     ` Ted Zlatanov

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).