From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.bugs Subject: Re: gnus imap error in 21.3 Date: Sat, 31 May 2003 17:00:36 -0700 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2nk7c67jkr.fsf@piglet.jia.vnet> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054425649 12059 80.91.224.249 (1 Jun 2003 00:00:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Jun 2003 00:00:49 +0000 (UTC) Cc: gnu-emacs-bug@moderators.isc.org Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jun 01 02:00:43 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19MGHD-00037j-00 for ; Sun, 01 Jun 2003 02:00:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MGIH-00066j-SB for gnu-bug-gnu-emacs@m.gmane.org; Sat, 31 May 2003 20:01:49 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19MGIB-0005tu-I8 for bug-gnu-emacs@prep.ai.mit.edu; Sat, 31 May 2003 20:01:43 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19MGHz-0005Lk-Pw for bug-gnu-emacs@prep.ai.mit.edu; Sat, 31 May 2003 20:01:33 -0400 Original-Received: from ashd1-2.relay.mail.uu.net ([199.171.54.246]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19MGHm-0004fM-H8 for bug-gnu-emacs@prep.ai.mit.edu; Sat, 31 May 2003 20:01:18 -0400 Original-Received: from piglet.jia.vnet by mr1.ash.ops.us.uu.net with ESMTP (peer crosschecked as: 12-207-211-84.client.attbi.com [12.207.211.84]) id QQorcy09806 for ; Sun, 1 Jun 2003 00:01:08 GMT Original-Received: from piglet.jia.vnet (localhost [127.0.0.1]) by piglet.jia.vnet (8.12.8/8.12.8) with ESMTP id h5100cw9019300; Sat, 31 May 2003 17:00:38 -0700 Original-Received: (from zsh@localhost) by piglet.jia.vnet (8.12.8/8.12.8/Submit) id h5100bmY019298; Sat, 31 May 2003 17:00:37 -0700 Original-To: Kin Cho X-Attribution: ZSH X-Face: #zw9`a=vHLkn+ZH8C List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5209 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5209 Kin Cho writes: > Hi, > > I use gnus via imap (over ssl) to get mail from our exchange > server as follows: > > (setq nnimap-stream 'ssl > gnus-select-method > '(nnimap "mail-imap" > (nnimap-address "ourexchsrvr") > (nnimap-list-pattern "INBOX")) > ;; ... > ) > > All's well under 21.2. However, under 21.3, this error traceback > happens when I select the "INBOX" group: > > Debugger entered--Lisp error: (error "Couldn't open server") > signal(error ("Couldn't open server")) > error("Couldn't open server") > gnus-select-newsgroup("INBOX" nil nil) > gnus-summary-read-group-1("INBOX" nil nil nil nil nil) > gnus-summary-read-group("INBOX" nil nil nil nil nil nil) > gnus-group-read-group(nil) > call-interactively(gnus-group-read-group) > > I checked the version of gnus on both 21.2 and 21.3 is v5.9.0. > > I'm running i386 RedHat 7.3. The reason is probably that you don't have ssl.el on your path. ssl.el is not a part of Emacs. Loading ssl package should fix the problem. This problem has been fixed future releases of Emacs. ShengHuo