From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.devel Subject: Re: [rmail-mbox-branch]: inital problems Date: Sat, 18 Sep 2004 01:57:27 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <1095465447.475464.30651.nullmailer@Update.UU.SE> References: <1095204498.515091.23142.nullmailer@Update.UU.SE> <1095355267.414777.7176.nullmailer@Update.UU.SE> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095465498 29294 80.91.229.6 (17 Sep 2004 23:58:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Sep 2004 23:58:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 18 01:58:04 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C8Sc8-00059r-00 for ; Sat, 18 Sep 2004 01:58:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8Shs-0002JV-Hn for ged-emacs-devel@m.gmane.org; Fri, 17 Sep 2004 20:04:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C8Shl-0002JK-DO for emacs-devel@gnu.org; Fri, 17 Sep 2004 20:03:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C8Shk-0002Ir-69 for emacs-devel@gnu.org; Fri, 17 Sep 2004 20:03:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8Shk-0002Ih-3S for emacs-devel@gnu.org; Fri, 17 Sep 2004 20:03:52 -0400 Original-Received: from [130.238.7.33] (helo=limicola.its.uu.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C8Sbg-0004Fz-Sz; Fri, 17 Sep 2004 19:57:37 -0400 Original-Received: by limicola.its.uu.se (Postfix, from userid 205) id 5AD6411C861; Sat, 18 Sep 2004 01:57:33 +0200 (MSZ) Original-Received: from limicola.its.uu.se(127.0.0.1) by limicola.its.uu.se via virus-scan id s2429; Sat, 18 Sep 04 01:57:28 +0200 Original-Received: from Psilocybe.Update.UU.SE (Psilocybe.Update.UU.SE [130.238.19.25]) by limicola.its.uu.se (Postfix) with ESMTP id 6036711C868; Sat, 18 Sep 2004 01:57:28 +0200 (MSZ) Original-Received: from localhost (localhost [127.0.0.1]) by Psilocybe.Update.UU.SE (Postfix) with ESMTP id 485D038012; Sat, 18 Sep 2004 01:57:28 +0200 (CEST) Original-Received: from Psilocybe.Update.UU.SE ([127.0.0.1]) by localhost (Psilocybe [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 06395-06; Sat, 18 Sep 2004 01:57:27 +0200 (CEST) Original-Received: from Update.UU.SE (Lem.Update.UU.SE [130.238.19.73]) by Psilocybe.Update.UU.SE (Postfix) with SMTP; Sat, 18 Sep 2004 01:57:27 +0200 (CEST) Original-Received: (nullmailer pid 30652 invoked by uid 30270); Fri, 17 Sep 2004 23:57:27 -0000 Original-To: rms@gnu.org In-reply-to: (message from Richard Stallman on Fri, 17 Sep 2004 19:23:00 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27212 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) `----