Gnus development mailing list
 help / color / mirror / Atom feed
From: Shenghuo ZHU <zsh@cs.rochester.edu>
Cc: Gnus Mailing List <ding@gnus.org>,
	Lars Magne Ingebrigtsen <bugs@gnus.org>
Subject: Re: Problem with .gnus.el
Date: 09 Sep 1999 02:13:13 -0400	[thread overview]
Message-ID: <2n7lm0a9za.fsf@tiger.jia.vnet> (raw)
In-Reply-To: eldrik@quicksilver.bzl.bzl's message of "09 Sep 1999 12:54:37 -0400"

[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]

>>>>> "BZL" == Bruce Z Lysik <eldrik@quicksilver.bzl.bzl> writes:

BZL> Hi guys.
BZL> I decided to change my MTA, and went about installing qmail.  Things
BZL> appeared to have went fine with the installation.

BZL> Next I wanted to make gnus read from my Maildir as a mail source.  So
BZL> I stuck (setq mail-sources '((file) (maildir))) into my .gnus.el.

BZL> On starting up gnus I got the error: Wrong type argument:
BZL> integer-or-marker-p, nil

BZL> Thinking there's something wrong with my mail-sources, I comment it
BZL> out, and do what I think is setting my .gnus.el back to normal.
BZL> Unforunately I /STILL/ get the error.  Kinda serious.

BZL> I turned on debug-on-exit.  Here's the result of the backtrace when I
BZL> try to enter gnus:

I guess you got a bad mail which does not contain "\n\n" (maybe an
empty file).  Anyway, I found a typo in
nnmail-process-maildir-mail-format.  Hope this patch solve your
problem.

BTW, gnu.emacs.gnus is wrong place to post bug about pgnus.  Send it
to ding@gnus.org.

Shenghuo

1999-09-09  Shenghuo ZHU  <zsh@cs.rochester.edu>

	* nnmail.el (nnmail-process-maildir-mail-format): Typo.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 96-zsh4.diff --]
[-- Type: text/x-patch, Size: 472 bytes --]

--- ../../pgnus-sent/lisp/nnmail.el	Fri Aug 27 16:33:42 1999
+++ nnmail.el	Thu Sep  9 01:58:59 1999
@@ -814,8 +814,8 @@
        ;; if there is no head-body delimiter, we search a bit manually.
        (while (and (looking-at "From \\|[^ \t]+:")
 		   (not (eobp)))
-	 (forward-line 1)
-	 (point))))
+	 (forward-line 1))
+       (point)))
     ;; Find the Message-ID header.
     (goto-char (point-min))
     (if (re-search-forward "^Message-ID:[ \t]*\\(<[^>]+>\\)" nil t)

       reply	other threads:[~1999-09-09  6:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <m3671kf2k2.fsf@quicksilver.bzl.bzl>
1999-09-09  6:13 ` Shenghuo ZHU [this message]
1999-09-09 15:11 Bruce Lysik
1999-09-09 15:53 Bruce Lysik
1999-09-10  4:09 ` eldrik

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=2n7lm0a9za.fsf@tiger.jia.vnet \
    --to=zsh@cs.rochester.edu \
    --cc=bugs@gnus.org \
    --cc=ding@gnus.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.
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).