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 02:18:01 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <1095466681.201704.30775.nullmailer@Update.UU.SE> References: <1095204498.515091.23142.nullmailer@Update.UU.SE> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1095466719 31534 80.91.229.6 (18 Sep 2004 00:18:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Sep 2004 00:18:39 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 18 02:18:29 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 1C8Svt-00060j-00 for ; Sat, 18 Sep 2004 02:18:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8T1d-0005lK-M8 for ged-emacs-devel@m.gmane.org; Fri, 17 Sep 2004 20:24:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C8T1X-0005lF-IS for emacs-devel@gnu.org; Fri, 17 Sep 2004 20:24:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C8T1W-0005l2-2g for emacs-devel@gnu.org; Fri, 17 Sep 2004 20:24:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8T1V-0005kz-W9 for emacs-devel@gnu.org; Fri, 17 Sep 2004 20:24:18 -0400 Original-Received: from [130.238.4.153] (helo=pernis.its.uu.se) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C8SvW-0006ka-O9 for emacs-devel@gnu.org; Fri, 17 Sep 2004 20:18:07 -0400 Original-Received: by pernis.its.uu.se (Postfix, from userid 205) id D153FA6A; Sat, 18 Sep 2004 02:18:05 +0200 (MSZ) Original-Received: from pernis.its.uu.se(127.0.0.1) by pernis.its.uu.se via virus-scan id s244; Sat, 18 Sep 04 02:18:01 +0200 Original-Received: from Psilocybe.Update.UU.SE (Psilocybe.Update.UU.SE [130.238.19.25]) by pernis.its.uu.se (Postfix) with ESMTP id D0ED397E; Sat, 18 Sep 2004 02:18:01 +0200 (MSZ) Original-Received: from localhost (localhost [127.0.0.1]) by Psilocybe.Update.UU.SE (Postfix) with ESMTP id B2CC238012; Sat, 18 Sep 2004 02:18:01 +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-13; Sat, 18 Sep 2004 02:18:01 +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 02:18:01 +0200 (CEST) Original-Received: (nullmailer pid 30776 invoked by uid 30270); Sat, 18 Sep 2004 00:18:01 -0000 Original-To: "Alfred M. Szmidt" In-reply-to: <1095204498.515091.23142.nullmailer@Update.UU.SE> (ams@kemisten.nu) 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:27214 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27214 More problems, if you do get new mail so that RMAIL has something to play with, then the following happens when you try to go to the next/previous message: ,---- | Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) | narrow-to-region(nil nil) | (let ((beg ...) (end ...)) (rmail-header-show-headers) (widen) (narrow-to-region beg end) (goto-char (point-min)) (if (re-search-forward "^X-Coding-System: *\\(.*\\)$" nil t) (let ... ...) (setq buffer-file-coding-system nil)) (if (rmail-desc-attr-p rmail-desc-unseen-index n) (rmail-desc-set-attribute rmail-desc-unseen-index nil n)) (rmail-display-labels) (if (eq rmail-enable-mime t) (funcall rmail-show-mime-function) (setq rmail-view-buffer rmail-buffer)) (rmail-header-hide-headers) (rmail-highlight-headers) (if transient-mark-mode (deactivate-mark)) (set-window-point (get-buffer-window rmail-buffer) (point)) (run-hooks (quote rmail-show-message-hook)) (and (rmail-summary-exists) (not no-summary) (save-excursion ...)) (with-current-buffer rmail-buffer (rmail-auto-file)) (if blurb (message blurb))) | (let (blurb coding-system) (if (not n) (setq n rmail-current-message) (cond ... ... ...)) (let (... ...) (rmail-header-show-headers) (widen) (narrow-to-region beg end) (goto-char ...) (if ... ... ...) (if ... ...) (rmail-display-labels) (if ... ... ...) (rmail-header-hide-headers) (rmail-highlight-headers) (if transient-mark-mode ...) (set-window-point ... ...) (run-hooks ...) (and ... ... ...) (with-current-buffer rmail-buffer ...) (if blurb ...))) | (if (zerop rmail-total-messages) (progn (message "No messages to show. Add something better soon.") (setq mode-line-process " no messages") (force-mode-line-update)) (let (blurb coding-system) (if ... ... ...) (let ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...))) | rmail-show-message(9) | (let ((lastwin rmail-current-message) (current rmail-current-message)) (while (and ... ...) (setq current ...) (if ... ...)) (while (and ... ...) (setq current ...) (if ... ...)) (rmail-show-message lastwin) (if (/= lastwin rmail-current-message) t (if ... ...) (if ... ...) nil)) | rmail-next-undeleted-message(1) | call-interactively(rmail-next-undeleted-message) `----