help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs was compiled without networking support


From: Eli Zaretskii
Subject: Re: Emacs was compiled without networking support
Date: Fri, 13 Dec 2013 17:27:40 +0200

> From: Peter Dyballa <Peter_Dyballa@web.de>
> Date: Fri, 13 Dec 2013 15:33:35 +0100
> Cc: help-gnu-emacs@gnu.org
> 
> 
> Am 13.12.2013 um 15:28 schrieb Johan Andersson:
> 
> > Why would that do any difference? I mean it works outside of the step in
> > the same process.
> 
> To me it's not clear whether GNU Emacs itself performs networking or some 
> tool in a sub-process provides network access for some Lisp code. When you 
> can see that GNU Emacs uses TLS, than it's clear that some Lisp code is 
> presumingly not working correctly. Then you could try to test behaviour with 
> 'emacs -Q' or with a very minimal init file to just configure networking.

I don't see how this could be related to the OP's problem.

The error message seems to come from this place in network-stream.el:

  (unless (featurep 'make-network-process)
    (error "Emacs was compiled without networking support"))

As you see, it only tests a single feature, and that feature comes
from process.c, not from GnuTLS.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]