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 16:20:23 +0200

> From: Johan Andersson <johan.rejeep@gmail.com>
> Date: Fri, 13 Dec 2013 14:54:14 +0100
> 
> I have a very annoying issue that I only can reproduce in Ecukes (
> https://github.com/ecukes/ecukes). I have no idea why I cannot reproduce
> this in a simple way.
> 
> If I use `url-retrieve-synchronously' in an Ecukes step I get this error (a
> step is basically an anonymous function):
> 
>   Emacs was compiled without networking support
> 
> (I can require `url' in the step without any error)
> 
> The weird thing here is that if I print `(featurep 'make-network-process)'
> on the top level in the file that defines the steps, the value is true. But
> if I print it in a step, the value is false.
> 
> How is it possible that Emacs network support varies dependent of where I
> check? It is the exact same Emacs process that prints the different
> results. How is that possible?

Perhaps some Lisp in-between overloaded or replaced this feature in a
way that gets in your way?  I would look at every Lisp file that was
loaded up to the point where you get the error.  Use the
force-load-messages variable to see each one of those.



reply via email to

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