Gnus development mailing list
 help / color / mirror / Atom feed
From: "Eric S. Johansson" <esj@harvee.billerica.ma.us>
Subject: imap in emacs and gnus
Date: Sun, 5 Dec 1999 09:28:52 -0500	[thread overview]
Message-ID: <199912051428.JAA04962@harvee.billerica.ma.us> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2559 bytes --]


I'm trying to get the IMAP portion of gnus working.  I'm somehow missing the
right incantation.   I originally tried with  pgnus 0.98 and  I'm now trying
gnus-5.8.2 and I am getting the same error. 

Platform red hat  6.0 stock with GNU Emacs  20.3.1 (i386-redhat-linux-gnu, X
toolkit) of Mon Apr 19 1999 on porky.devel.redhat.com

gnus 5.8.2 from tar file. 

my .gnus contains:

;; gnus config file

;;(setq load-path
;;      (cons (expand-file-name "/home/esj/imapwemacs/nnimap-0.131") load-path))

;(require 'nnimap)

(setq imap-debug "*imap-debug*")
(setq debug-on-error  t)

(setq gnus-secondary-select-methods
      '((nnimap "harvee"
                (nnimap-address "harvee.billerica.ma.us")
		(nnimap-stream network)
                (nnimap-list-pattern ("INBOX" "/home/esj/IMap/*")))))

the back trace I get is:

Signaling: (wrong-type-argument wholenump -1)
  make-string(-1 124)
  trace-entry-message(imap-opened 0 ((buffer " *nnimap* harvee" optional)))
  (insert (trace-entry-message (quote imap-opened) trace-level (list ...)))
  (save-excursion (set-buffer trace-buffer) (goto-char (point-max)) (if (= trace-level 1) (insert trace-separator)) (insert (trace-entry-message ... trace-level ...)))
  (let ((trace-level ...) (trace-buffer ...)) (save-excursion (set-buffer trace-buffer) (goto-char ...) (if ... ...) (insert ...)) (setq ad-return-value (ad-Orig-imap-opened buffer)) (save-excursion (set-buffer trace-buffer) (goto-char ...) (insert ...)))
  (let (ad-return-value) (let (... ...) (save-excursion ... ... ... ...) (setq ad-return-value ...) (save-excursion ... ... ...)) ad-return-value)
  imap-opened(" *nnimap* harvee")
  nnimap-open-server("harvee" ((nnimap-address "harvee.billerica.ma.us") (nnimap-stream network) (nnimap-list-pattern ("INBOX" "/home/esj/IMap/*"))))
  gnus-open-server((nnimap "harvee" (nnimap-address "harvee.billerica.ma.us") (nnimap-stream network) (nnimap-list-pattern ("INBOX" "/home/esj/IMap/*"))))
  gnus-check-server((nnimap "harvee" (nnimap-address "harvee.billerica.ma.us") (nnimap-stream network) (nnimap-list-pattern ("INBOX" "/home/esj/IMap/*"))))
  gnus-read-active-file-1((nnimap "harvee" (nnimap-address "harvee.billerica.ma.us") (nnimap-stream network) (nnimap-list-pattern ("INBOX" "/home/esj/IMap/*"))) nil)
  gnus-read-active-file(nil nil)
  gnus-setup-news(nil nil nil)
  byte-code("\b„\x0e
  gnus-1(nil nil nil)
  gnus(nil)
* call-interactively(gnus)
  execute-extended-command(nil)
* call-interactively(execute-extended-command)

any ideas?  I'm at a loss as to where to look. 

--- eric





             reply	other threads:[~1999-12-05 14:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-05 14:28 Eric S. Johansson [this message]
1999-12-05 14:56 ` Simon Josefsson
1999-12-05 15:00 ` Eric S. Johansson
1999-12-05 15:30   ` Simon Josefsson

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=199912051428.JAA04962@harvee.billerica.ma.us \
    --to=esj@harvee.billerica.ma.us \
    /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).