all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem with imap.el under Windows
@ 2008-04-15 21:24 Nathaniel Calloway
  2008-04-15 22:29 ` Jason Rumney
  0 siblings, 1 reply; 4+ messages in thread
From: Nathaniel Calloway @ 2008-04-15 21:24 UTC (permalink / raw)
  To: help-gnu-emacs

Hi all.

I'm hoping someone with more experience setting up emacs under windows
will be able to help me figure out what the problem is here. It reaks
of some OS problem, but I don't know enough about what that problem
could be.

I've been trying to fix some problems with gnus for a while now and
corresponding on gnu.emacs.gnus. However, I've narrowed down the
problem to imap.el, so I believe it should be appropriate to post
here. Specifically it is a problem with a set of functions in imap.el,
the imap-ssl-open, imap-tls-open, and similar functions
(imap-BLANK-open, etc, at least each that i've tested). I am putting
this out there in case anyone knows of a patch or other solution. I am
using gnus 5.11 with emacs 22.2, fyi.

To recap the problem, I've been trying to get imap working with gnus
under windows. I'm not a windows person so I don't know what specifics
of windows might be causing a problem in the code. When I try to
connect to a server with any protocol that required an external
process (gssapi, tls, ssl, kerberos), after the process is initialized
(with the imap-ssl-open type function) emacs locks up. This is not a
problem with the external program (the connection is made just fine,
and the process is running, waiting for imap commands) or any certs or
anything else. Yes I am sure of this.

Using imap-tls-open as an example:

Running imap-tls-open locks up emacs, but the function (used inu
imap-tls-open) open-tls-stream works just fine, and starts a working
tls connection from within emacs. The same is true of the other
protocols.

THEREFORE, it is my guess that there is something in common to these
imap.el functions that is breaking emacs.

-Nat

PS - Don't bother asking for logs from gnutls, opensll, imtest,
starttls, etc. They all look fine. If you know how to extract a dump
from emacs stuck in an infinate loop of some type, let me
know. Otherwise I got nothing.


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

end of thread, other threads:[~2008-04-16  0:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-15 21:24 Problem with imap.el under Windows Nathaniel Calloway
2008-04-15 22:29 ` Jason Rumney
2008-04-15 23:26   ` Nathaniel Calloway
2008-04-16  0:10     ` Jason Rumney

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.