Gnus development mailing list
 help / color / mirror / Atom feed
* imap in emacs and gnus
@ 1999-12-05 14:28 Eric S. Johansson
  1999-12-05 14:56 ` Simon Josefsson
  1999-12-05 15:00 ` Eric S. Johansson
  0 siblings, 2 replies; 4+ messages in thread
From: Eric S. Johansson @ 1999-12-05 14:28 UTC (permalink / 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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: imap in emacs and gnus
  1999-12-05 14:28 imap in emacs and gnus Eric S. Johansson
@ 1999-12-05 14:56 ` Simon Josefsson
  1999-12-05 15:00 ` Eric S. Johansson
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Josefsson @ 1999-12-05 14:56 UTC (permalink / raw)
  Cc: ding

Eric S. Johansson <esj@harvee.billerica.ma.us> writes:

> (setq imap-debug "*imap-debug*")

I would say there's something wrong in the `trace' package, by the
look of your backtrace. I wasn't able to reproduce it though. However,
since elisp traces of the imap packages rarely help isolate bugs
nowadays you might as well remove that setq.

> 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 ...)))


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: imap in emacs and gnus
  1999-12-05 14:28 imap in emacs and gnus Eric S. Johansson
  1999-12-05 14:56 ` Simon Josefsson
@ 1999-12-05 15:00 ` Eric S. Johansson
  1999-12-05 15:30   ` Simon Josefsson
  1 sibling, 1 reply; 4+ messages in thread
From: Eric S. Johansson @ 1999-12-05 15:00 UTC (permalink / raw)


On Sun, 5 Dec 1999, Eric S. Johansson wrote:
> 
> 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. 

I found out which package is causing this error message.  It's a
programming tool called voicegrip.  Voicegrip is used by speech
recognition dependent programmers like myself.  It provides a speech
friendlier interface to programming.  Something in the Lisp interface
to the voicegrip demon is causing this problem.

Anyway, the next chunk of help I need is with getting started.  I
suspect this belongs in the manual.  ;-) I can't figure out how to
subscribe to all of my IMAP mailboxes and I'm not sure why I can't see
my inbox.

--- eric


Eric S. Johansson    esj@inguide.com	esj@harvee.billerica.ma.us
This message was composed almost entirely using NaturallySpeaking



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: imap in emacs and gnus
  1999-12-05 15:00 ` Eric S. Johansson
@ 1999-12-05 15:30   ` Simon Josefsson
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Josefsson @ 1999-12-05 15:30 UTC (permalink / raw)
  Cc: ding

Eric S. Johansson <esj@harvee.billerica.ma.us> writes:

> Anyway, the next chunk of help I need is with getting started.  I
> suspect this belongs in the manual.  ;-) I can't figure out how to
> subscribe to all of my IMAP mailboxes and I'm not sure why I can't see
> my inbox.

Subscribe to IMAP mailboxes just like your NNTP groups, that is, enter
your server buffer with `^', open the nnimap server and press 'U' on
groups you want to subscribe to. Or `A A' in the group buffer. Or `U'
and type in the group name. Or ...


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-12-05 15:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-05 14:28 imap in emacs and gnus Eric S. Johansson
1999-12-05 14:56 ` Simon Josefsson
1999-12-05 15:00 ` Eric S. Johansson
1999-12-05 15:30   ` Simon Josefsson

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).