[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rmail-mbox-branch]: inital problems
From: |
Alfred M. Szmidt |
Subject: |
Re: [rmail-mbox-branch]: inital problems |
Date: |
Sat, 18 Sep 2004 01:57:27 +0200 |
Okie, here is the next problem, trying to do either rmail-reply,
rmail-edit-current-message will result in the following error:
rmail-desc-get-descriptor: Args out of range: [], 0
Could you debug it a little, please? For instance, send a
backtrace?
Will this do? I am not all that familiar with the elisp debugging
facilities...
Note that the mailbox doesn't contain any messages as of yet, which
probobly why the error happens. That is, it assumes that there is a
message and tries to edit it.
,----
| Debugger entered--Lisp error: (args-out-of-range [] 0)
| aref([] 0)
| rmail-desc-get-descriptor(1)
| (nth rmail-desc-beg-index (rmail-desc-get-descriptor n))
| (marker-position (nth rmail-desc-beg-index (rmail-desc-get-descriptor n)))
| rmail-desc-get-start(1)
| (overlays-at (rmail-desc-get-start n))
| (null (overlays-at (rmail-desc-get-start n)))
| rmail-desc-get-header-display-state(1)
| rmail-msg-is-pruned()
| (setq rmail-old-pruned (rmail-msg-is-pruned))
| rmail-edit-current-message()
| call-interactively(rmail-edit-current-message)
`----
Re: [rmail-mbox-branch]: inital problems, Alfred M. Szmidt, 2004/09/16
Re: [rmail-mbox-branch]: inital problems, Richard Stallman, 2004/09/17
Re: [rmail-mbox-branch]: inital problems, Alfred M. Szmidt, 2004/09/17