From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46257 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Error trying to access nnimap groups Date: Mon, 26 Aug 2002 18:04:39 -0400 Organization: Mathematical Sciences, The Johns Hopkins University Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030399627 20907 127.0.0.1 (26 Aug 2002 22:07:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 26 Aug 2002 22:07:07 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17jS0l-0005Pz-00 for ; Tue, 27 Aug 2002 00:07:04 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17jRz9-0005br-00; Mon, 26 Aug 2002 17:05:23 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 26 Aug 2002 17:05:55 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id RAA09240 for ; Mon, 26 Aug 2002 17:05:35 -0500 (CDT) Original-Received: (qmail 20859 invoked by alias); 26 Aug 2002 22:04:51 -0000 Original-Received: (qmail 20854 invoked from network); 26 Aug 2002 22:04:50 -0000 Original-Received: from main.gmane.org (80.91.224.249) by gnus.org with SMTP; 26 Aug 2002 22:04:50 -0000 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17jRxE-0004Zn-00 for ; Tue, 27 Aug 2002 00:03:24 +0200 Original-To: ding@gnus.org X-Injected-Via-Gmane: http://gmane.org/ Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 17jRxD-0004ZR-00 for ; Tue, 27 Aug 2002 00:03:23 +0200 Original-Path: not-for-mail Original-Newsgroups: gmane.emacs.ding,gmane.emacs.latex.preview.devel Original-Lines: 25 Original-NNTP-Posting-Host: fermat.mts.jhu.edu Original-X-Trace: main.gmane.org 1030399403 30955 128.220.17.18 (26 Aug 2002 22:03:23 GMT) Original-X-Complaints-To: usenet@main.gmane.org Original-NNTP-Posting-Date: Mon, 26 Aug 2002 22:03:23 +0000 (UTC) X-Face: #i!d%y+1tilG}1ua9z&9waMLqE>H+;pUwWFetZe]4uWiv;VE:GHLnT1\Gj]>l^(]R#}sD@E"(@?vMv,yb@`?32;i~D$6x6m*%!3gPyp-rb$}.%QpxZ!3Y+jESN5[s7SL_68Sc`Aek)A$M|h++b/2VjR.k+Tw4X+0a%:K-kcUeMZ(rs?}v\eG({5J&IPS Mail-Copies-To: never User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Informed Management, i686-pc-linux) Cancel-Lock: sha1:dLUdfV3du6vMcw2eO8btqzOsgB0= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46257 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46257 Trying to access my IMAP server, Gnus failed with the following backtrace. It looks like preview-latex defines set-buffer-multibyte in XEmacs and imap-disable-multibyte calls it resulting in the error. I'm not sure whose bug this is so I'm sending this to both lists. Signaling: (invalid-function (macro . #)) set-buffer-multibyte(nil) imap-open("jesse.mts.jhu.edu" nil nil nil " *nnimap* jesse") nnimap-open-connection("jesse") nnimap-open-server("jesse" ((nnimap-address "jesse.mts.jhu.edu") (nnimap-list-pattern ("INBOX" "mail/*" "Sent Items" "Draft" "#shared/support/%" "Trash*")))) byte-code("..." [gnus-command-method gnus-get-function open-server] 3) gnus-open-server((nnimap "jesse" (nnimap-address "jesse.mts.jhu.edu") (nnimap-list-pattern ("INBOX" "mail/*" "Sent Items" "Draft" "#shared/support/%" "Trash*")))) byte-code("..." [result method gnus-open-server] 2) gnus-check-server((nnimap "jesse" (nnimap-address "jesse.mts.jhu.edu") (nnimap-list-pattern ("INBOX" "mail/*" "Sent Items" "Draft" "#shared/support/%" "Trash*")))) gnus-select-newsgroup("nnimap+jesse:mail/Mailbox" nil nil) gnus-summary-read-group-1("nnimap+jesse:mail/Mailbox" nil t nil nil nil) gnus-summary-read-group("nnimap+jesse:mail/Mailbox" nil t nil nil nil nil) gnus-group-read-group(nil t) gnus-group-select-group(nil) gnus-topic-select-group(nil) call-interactively(gnus-topic-select-group) -Nevin