unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* gnus imap error in 21.3
@ 2003-04-22 16:56 Kin Cho
       [not found] ` <E198VtH-0000sa-00@fencepost.gnu.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Kin Cho @ 2003-04-22 16:56 UTC (permalink / raw)


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.

-kin

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

* Re: gnus imap error in 21.3
       [not found]   ` <7in0iga2w3.fsf@neoscale.com>
@ 2003-04-24 17:02     ` ShengHuo ZHU
  2003-04-26  2:31       ` Richard Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: ShengHuo ZHU @ 2003-04-24 17:02 UTC (permalink / raw)
  Cc: gnu-emacs-bug

Kin Cho <kin@neoscale.com> writes:

> Turned out the problem was that I'm missing ssl.el in 21.3.
>
> ssl.el persumably comes from w3, but I don't know how it ended up
> in my 21.2 installation.
>
> Copying ssl.elc? into 21.3's site-lisp dir fixed the problem.
>
> -kin
>
> Richard Stallman <rms@gnu.org> writes:
>
>>     All's well under 21.2.  However, under 21.3, this error traceback
>>     happens when I select the "INBOX" group:
>> 
>> Can you compare the source code of the two versions
>> and see which change causes this problem?

FYI, I removed the dependence of ssl.el in the main branch of the
Emacs CVS in Feb 28 2003.

Does it go into the next release of Emacs?

ShengHuo

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

* Re: gnus imap error in 21.3
  2003-04-24 17:02     ` ShengHuo ZHU
@ 2003-04-26  2:31       ` Richard Stallman
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Stallman @ 2003-04-26  2:31 UTC (permalink / raw)
  Cc: kin

    FYI, I removed the dependence of ssl.el in the main branch of the
    Emacs CVS in Feb 28 2003.

    Does it go into the next release of Emacs?

It will go in the next release that we make from the trunk.
We may make a 21.4 release that is 21.3 with small fixes.

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

* Re: gnus imap error in 21.3
@ 2003-06-01  0:00 ShengHuo ZHU
  0 siblings, 0 replies; 4+ messages in thread
From: ShengHuo ZHU @ 2003-06-01  0:00 UTC (permalink / raw)
  Cc: gnu-emacs-bug

Kin Cho <kin@neoscale.com> 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

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

end of thread, other threads:[~2003-06-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-22 16:56 gnus imap error in 21.3 Kin Cho
     [not found] ` <E198VtH-0000sa-00@fencepost.gnu.org>
     [not found]   ` <7in0iga2w3.fsf@neoscale.com>
2003-04-24 17:02     ` ShengHuo ZHU
2003-04-26  2:31       ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2003-06-01  0:00 ShengHuo ZHU

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).