From: "Alfred M. Szmidt" <ams@kemisten.nu>
Cc: emacs-devel@gnu.org
Subject: Re: [rmail-mbox-branch]: inital problems
Date: Sat, 18 Sep 2004 02:18:01 +0200 [thread overview]
Message-ID: <1095466681.201704.30775.nullmailer@Update.UU.SE> (raw)
In-Reply-To: <1095204498.515091.23142.nullmailer@Update.UU.SE> (ams@kemisten.nu)
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)
`----
prev parent reply other threads:[~2004-09-18 0:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-14 23:28 [rmail-mbox-branch]: inital problems Alfred M. Szmidt
2004-09-16 16:59 ` Alexander Pohoyda
2004-09-16 17:13 ` Alfred M. Szmidt
2004-09-17 23:22 ` Richard Stallman
2004-09-18 0:09 ` Alfred M. Szmidt
2004-09-18 22:56 ` Richard Stallman
2004-10-06 21:50 ` Alexander Pohoyda
2004-09-18 19:07 ` Richard Stallman
2004-09-18 21:10 ` Stefan
2004-09-16 17:21 ` Alfred M. Szmidt
2004-09-17 23:23 ` Richard Stallman
2004-09-17 23:57 ` Alfred M. Szmidt
2004-09-18 22:56 ` Richard Stallman
2004-09-20 0:06 ` Richard Stallman
2004-09-20 0:26 ` Alfred M. Szmidt
2004-09-20 0:42 ` Alfred M. Szmidt
2004-09-17 9:36 ` Richard Stallman
2004-09-18 0:18 ` Alfred M. Szmidt [this message]
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=1095466681.201704.30775.nullmailer@Update.UU.SE \
--to=ams@kemisten.nu \
--cc=emacs-devel@gnu.org \
/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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.