Gnus development mailing list
 help / color / mirror / Atom feed
From: Ralf Angeli <dev.null@iwi.uni-sb.de>
Subject: Re: gnus-summary-prepare-threads and args-out-of-range error
Date: Fri, 06 Aug 2004 09:34:49 +0200	[thread overview]
Message-ID: <cevcan$270$1@sea.gmane.org> (raw)
In-Reply-To: <b9yzn58loto.fsf@jpl.org>

* 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




  reply	other threads:[~2004-08-06  7:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-06  6:25 Ralf Angeli
2004-08-06  7:15 ` Katsumi Yamaoka
2004-08-06  7:34   ` Ralf Angeli [this message]
2004-08-09 21:39     ` Marcus Frings

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='cevcan$270$1@sea.gmane.org' \
    --to=dev.null@iwi.uni-sb.de \
    --cc=angeli@iwi.uni-sb.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).