[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs core TLS support
From: |
Lars Magne Ingebrigtsen |
Subject: |
Re: Emacs core TLS support |
Date: |
Mon, 27 Sep 2010 21:07:42 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) |
Ted Zlatanov <address@hidden> writes:
> With Lars' latest change we found that enabling logging, in itself, will
> make things work (yay!). We guessed it was the delay introduced by
> logging but using (sit-for 0.1) in the handshake loop doesn't work like
> enabling logging. So it's something specific about the logging
> function's interaction with Emacs and looking at the wire is *probably*
> not going to help. But I don't know yet what's going on.
I did one further test. If I replace the `message' in the logging
function with a printf, it still works. But if I then said
$ emacs > /dev/null
then it didn't work.
Which may point to a timing issue again.
I forgot to test with > file, to actually see what the debugging info
was. :-/
--
(domestic pets only, the antidote for overdose, milk.)
address@hidden * Lars Magne Ingebrigtsen
- Re: Emacs core TLS support, (continued)
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/15
- Re: Emacs core TLS support, Nikos Mavrogiannopoulos, 2010/09/15
- Message not available
- Re: Emacs core TLS support, Lars Magne Ingebrigtsen, 2010/09/26
- Message not available
- Re: Emacs core TLS support, James Cloos, 2010/09/26
- Message not available
- Re: Emacs core TLS support, James Cloos, 2010/09/27
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/27
- Re: Emacs core TLS support,
Lars Magne Ingebrigtsen <=
- Re: Emacs core TLS support, Simon Josefsson, 2010/09/21
- Re: Emacs core TLS support, Ted Zlatanov, 2010/09/26
- Re: Emacs core TLS support, Simon Josefsson, 2010/09/30