Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-summary-prepare-threads and args-out-of-range error
@ 2004-08-06  6:25 Ralf Angeli
  2004-08-06  7:15 ` Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Angeli @ 2004-08-06  6:25 UTC (permalink / raw)


Hi,

today I got a really nice piece of spam which prevented me from
accessing my mailbox.  Gnus (CVS version, checked out and compiled on
2004-07-26) spit out the following backtrace:

--8<---------------cut here---------------start------------->8---
Debugger entered--Lisp error: (args-out-of-range -46 -46)
  get-text-property(-46 table-cell nil)
  table--at-cell-p(-46)
  (and (table--at-cell-p (min beg end)) (save-excursion (let ... ...)))
  table--region-in-cell-p(118 -46)
  delete-region(118 -46)
  (if (> (current-column) 62) (delete-region (point) (- ... ...)) (insert (make-string ... 32)))
  (progn (if (> ... 62) (delete-region ... ...) (insert ...)))
  (progn (insert (format ":%c%c %-16s |%s %s " gnus-tmp-unread gnus-tmp-replied ... gnus-tmp-thread-tree-header-string gnus-tmp-subject-or-nil)) (progn (if ... ... ...)) (insert (format " |%4s |%s\n" ... ...)))
  eval((progn (insert (format ":%c%c %-16s |%s %s " gnus-tmp-unread gnus-tmp-replied ... gnus-tmp-thread-tree-header-string gnus-tmp-subject-or-nil)) (progn (if ... ... ...)) (insert (format " |%4s |%s\n" ... ...))))
  gnus-summary-prepare-threads((([18665 "\xd123\xd1b6\xe069\xe5fc\xd8df\xd84a\xd93c\xe3af\xde7d\xd24e\xdc44\xdfcd\xd24f\xd1b6\xe069\xe5fc\xd84a\xdf65\xd2d3\xd2b8\xd2cd\xd2b9\xd2c1\xd2e3\xd2f3\xd2b9\xd24b\xd0aa\xd123\xd1b5\xd92f\xd1b9\xe069\xe5fc\xd8df\xde7d\xe37e\xd24e\xdf5a\xdaf2\xd247\xded0\xe6e8\xd26b\xd123\xdd5f\xe170\xd247\xda4a\xe1b1\xd24b\xd247\xd22d\xd26b\xd2d3\xd2c3\xd2af\xd2d3\xd2b8\xd2cd\xd2b9\xd24e\xe57d\xe5a1\xd123\xdbca\xdaa4\xd24e\xe3c8\xd24b\xe558\xdf68\xd239\xd26b\xe57d\xe5a1\xd123\xd1b2\xd1b0\xdd50\xd84a\xdf65\xe1cb\xdef7\xd24f\xdd5f\xe170\xdbd0\xd8c4\xde54\xd24b\xd24a\xd26b\xdfbd\xd237\xdcfe\xd25f\xded0\xe6e8\xd26b\xd123" "\xdbd0\xdd51\xe538\xdc4b\xd2e1\xd2eb\xd2de\xd2ac\xe1b4\xe2f6 <delivery@hosyou-b.mine.nu>" "Thu, 5 Aug 2004 23:00:35 +0900 (JST)" "<33545939.1091714435776.JavaMail.nobody@hosyou-b.mine.nu>" "" 12402 169 "iwi190.iwi.uni-sb.de INBOX:18665" ...])))
  gnus-summary-prepare()
  gnus-summary-read-group-1("nnimap+IWi:INBOX" 11 t nil nil nil)
  gnus-summary-read-group("nnimap+IWi:INBOX" 11 t nil nil nil nil)
  gnus-group-read-group(11 t)
  gnus-group-select-group(11)
  gnus-topic-select-group(11)
  call-interactively(gnus-topic-select-group)
--8<---------------cut here---------------end--------------->8---

When viewed with mutt, the subject looks like
?$B"##6@iK|1_0J2<G/<}$N8D?M?$B$O#6@iK|0J>e%S%8%M%9%A%c%s?$B%9$K!*"##52/#9@iK|1_<}F~?$B$N>Z5r$G=PMh$k"#:_Bp$G4JC1?$B$K$G$-$k%S%C%/%S%8%M%9$N?$BJ}K!"#7J5$$NGH$KJX>h$9$kJ}?$BK!"##2#0:P0J>eCK=w$O:_Bp7P?$B1D<T$K$J$k?=$79~$_=PMh$k"#
and the sender "?$B7P:QJ88K%a%k%^%,C4Ev" <delivery@hosyou-b.mine.nu>

I can forward the original message if you need it.

-- 
Ralf




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

* Re: gnus-summary-prepare-threads and args-out-of-range error
  2004-08-06  6:25 gnus-summary-prepare-threads and args-out-of-range error Ralf Angeli
@ 2004-08-06  7:15 ` Katsumi Yamaoka
  2004-08-06  7:34   ` Ralf Angeli
  0 siblings, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2004-08-06  7:15 UTC (permalink / raw)


>>>>> In <cev88f$p9l$1@sea.gmane.org>
>>>>>	Ralf Angeli <dev.null@iwi.uni-sb.de> wrote:

> Hi,

> today I got a really nice piece of spam which prevented me from
> accessing my mailbox.  Gnus (CVS version, checked out and compiled on
> 2004-07-26) spit out the following backtrace:

> --8<---------------cut here---------------start------------->8---
> Debugger entered--Lisp error: (args-out-of-range -46 -46)
>   get-text-property(-46 table-cell nil)
>   table--at-cell-p(-46)
>   (and (table--at-cell-p (min beg end)) (save-excursion (let ... ...)))
>   table--region-in-cell-p(118 -46)
>   delete-region(118 -46)

Well, is delete-region really a built-in function?  It seems to
be advised.  To see whether it is, type C-h f.

[...]

> When viewed with mutt, the subject looks like
> ?$B"##6@iK|1_0J2<G/<}$N8D?M?$B$O#6@iK|0J>e%S%8%M%9%A%c%s?$B%9$K!*"##52/#9@iK|1_<}F~?$B$N>Z5r$G=PMh$k"#:_Bp$G4JC1?$B$K$G$-$k%S%C%/%S%8%M%9$N?$BJ}K!"#7J5$$NGH$KJX>h$9$kJ}?$BK!"##2#0:P0J>eCK=w$O:_Bp7P?$B1D<T$K$J$k?=$79~$_=PMh$k"#
> and the sender "?$B7P:QJ88K%a%k%^%,C4Ev" <delivery@hosyou-b.mine.nu>

> I can forward the original message if you need it.

That's a spam.  You can filter out the mine.nu domain.



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

* Re: gnus-summary-prepare-threads and args-out-of-range error
  2004-08-06  7:15 ` Katsumi Yamaoka
@ 2004-08-06  7:34   ` Ralf Angeli
  2004-08-09 21:39     ` Marcus Frings
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Angeli @ 2004-08-06  7:34 UTC (permalink / raw)


* Katsumi Yamaoka (2004-08-06) writes:

>>>>>> In <cev88f$p9l$1@sea.gmane.org>
>>>>>>	Ralf Angeli <dev.null@iwi.uni-sb.de> wrote:
>
>> Hi,
>
>> today I got a really nice piece of spam which prevented me from
>> accessing my mailbox.  Gnus (CVS version, checked out and compiled on
>> 2004-07-26) spit out the following backtrace:
>
>> --8<---------------cut here---------------start------------->8---
>> Debugger entered--Lisp error: (args-out-of-range -46 -46)
>>   get-text-property(-46 table-cell nil)
>>   table--at-cell-p(-46)
>>   (and (table--at-cell-p (min beg end)) (save-excursion (let ... ...)))
>>   table--region-in-cell-p(118 -46)
>>   delete-region(118 -46)
>
> Well, is delete-region really a built-in function?  It seems to
> be advised.  To see whether it is, type C-h f.

Yes it is advised by table.el:

,----[ C-h f delete-region RET ]
| delete-region is an interactive compiled Lisp function.
| It is bound to <menu-bar> <edit> <clear>.
| (delete-region start end)
| 
| Delete the text between point and mark.
| 
| When called from a program, expects two arguments,
| positions (integers or markers) specifying the stretch to be deleted.
| 
| This subr is advised.
| 
| Around-advice `table-advice-delete-region'.
`----

After I removed the (require 'table) from my .emacs I get

,----[ C-h f delete-region RET ]
| delete-region is an interactive built-in function in `C source code'.
| It is bound to <menu-bar> <edit> <clear>.
| (delete-region start end)
| 
| Delete the text between point and mark.
| 
| When called from a program, expects two arguments,
| positions (integers or markers) specifying the stretch to be deleted.
`----

But I still get the error:

Debugger entered--Lisp error: (args-out-of-range -46 118)
  delete-region(118 -46)
  (if (> (current-column) 62) (delete-region (point) (- ... ...)) (insert (make-string ... 32)))
  (progn (if (> ... 62) (delete-region ... ...) (insert ...)))
  (progn (insert (format ":%c%c %-16s |%s %s " gnus-tmp-unread gnus-tmp-replied ... gnus-tmp-thread-tree-header-string gnus-tmp-subject-or-nil)) (progn (if ... ... ...)) (insert (format " |%4s |%s\n" ... ...)))
  eval((progn (insert (format ":%c%c %-16s |%s %s " gnus-tmp-unread gnus-tmp-replied ... gnus-tmp-thread-tree-header-string gnus-tmp-subject-or-nil)) (progn (if ... ... ...)) (insert (format " |%4s |%s\n" ... ...))))
  gnus-summary-prepare-threads((([18665 "\xd123\xd1b6\xe069\xe5fc\xd8df\xd84a\xd93c\xe3af\xde7d\xd24e\xdc44\xdfcd\xd24f\xd1b6\xe069\xe5fc\xd84a\xdf65\xd2d3\xd2b8\xd2cd\xd2b9\xd2c1\xd2e3\xd2f3\xd2b9\xd24b\xd0aa\xd123\xd1b5\xd92f\xd1b9\xe069\xe5fc\xd8df\xde7d\xe37e\xd24e\xdf5a\xdaf2\xd247\xded0\xe6e8\xd26b\xd123\xdd5f\xe170\xd247\xda4a\xe1b1\xd24b\xd247\xd22d\xd26b\xd2d3\xd2c3\xd2af\xd2d3\xd2b8\xd2cd\xd2b9\xd24e\xe57d\xe5a1\xd123\xdbca\xdaa4\xd24e\xe3c8\xd24b\xe558\xdf68\xd239\xd26b\xe57d\xe5a1\xd123\xd1b2\xd1b0\xdd50\xd84a\xdf65\xe1cb\xdef7\xd24f\xdd5f\xe170\xdbd0\xd8c4\xde54\xd24b\xd24a\xd26b\xdfbd\xd237\xdcfe\xd25f\xded0\xe6e8\xd26b\xd123" "\xdbd0\xdd51\xe538\xdc4b\xd2e1\xd2eb\xd2de\xd2ac\xe1b4\xe2f6 <delivery@hosyou-b.mine.nu>" "Thu, 5 Aug 2004 23:00:35 +0900 (JST)" "<33545939.1091714435776.JavaMail.nobody@hosyou-b.mine.nu>" "" 12402 169 "iwi190.iwi.uni-sb.de INBOX:18665" ...])))
  gnus-summary-prepare()
  gnus-summary-read-group-1("nnimap+IWi:INBOX" 11 t nil nil nil)
  gnus-summary-read-group("nnimap+IWi:INBOX" 11 t nil nil nil nil)
  gnus-group-read-group(11 t)
  gnus-group-select-group(11)
  gnus-topic-select-group(11)
  call-interactively(gnus-topic-select-group)

-- 
Ralf




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

* Re: gnus-summary-prepare-threads and args-out-of-range error
  2004-08-06  7:34   ` Ralf Angeli
@ 2004-08-09 21:39     ` Marcus Frings
  0 siblings, 0 replies; 4+ messages in thread
From: Marcus Frings @ 2004-08-09 21:39 UTC (permalink / raw)


* Ralf Angeli <dev.null@iwi.uni-sb.de> wrote:
> * Katsumi Yamaoka (2004-08-06) writes:
>>>>>>>	Ralf Angeli <dev.null@iwi.uni-sb.de> wrote:

>>> today I got a really nice piece of spam which prevented me from
>>> accessing my mailbox.  Gnus (CVS version, checked out and compiled on
>>> 2004-07-26) spit out the following backtrace:

>> Well, is delete-region really a built-in function?  It seems to
>> be advised.  To see whether it is, type C-h f.

> Yes it is advised by table.el:

> ,----[ C-h f delete-region RET ]
> | delete-region is an interactive compiled Lisp function.
> | It is bound to <menu-bar> <edit> <clear>.
> | (delete-region start end)
> | 
> | Delete the text between point and mark.
> | 
> | When called from a program, expects two arguments,
> | positions (integers or markers) specifying the stretch to be deleted.
> | 
> | This subr is advised.
> | 
> | Around-advice `table-advice-delete-region'.
> `----

> After I removed the (require 'table) from my .emacs I get

> ,----[ C-h f delete-region RET ]
> | delete-region is an interactive built-in function in `C source code'.
> | It is bound to <menu-bar> <edit> <clear>.
> | (delete-region start end)
> | 
> | Delete the text between point and mark.
> | 
> | When called from a program, expects two arguments,
> | positions (integers or markers) specifying the stretch to be deleted.
> `----

> But I still get the error:

I would like to second this. I have the same problem (with the same
error) when I want to enter gmane.linux.debian.devel.emacsen these
days. I also use table.el but the error happens as well when table.el is
not loaded.

Regards,
Marcus
-- 
"Kids! Accept Jesus Christ as Your Lord and Savior and Get a Free PlayStation 2!
If you've never heard of Jesus, He is an invisible cloud-dwelling deity
(infinite lives!) who loves you very much and wants nothing more than to give
you a free PlayStation 2!" http://www.landoverbaptist.org/news0104/ps2.html




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

end of thread, other threads:[~2004-08-09 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-06  6:25 gnus-summary-prepare-threads and args-out-of-range error Ralf Angeli
2004-08-06  7:15 ` Katsumi Yamaoka
2004-08-06  7:34   ` Ralf Angeli
2004-08-09 21:39     ` Marcus Frings

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