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

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

bug#13833: 24.2.93; Proper SOCKS support


From: Christopher Schmidt
Subject: bug#13833: 24.2.93; Proper SOCKS support
Date: Sat, 3 Aug 2013 10:50:01 +0100 (BST)

Christopher Schmidt <christopher@ch.ristopher.com> writes:
> It would be great if all network primitives (open-network-stream and
> friends) supported SOCKS.

There is lisp/net/socks.el.  Unfortunately the implementation overwrites
open-network-stream using defalias.  That is terrible.  Maybe
add-function could be used here?

There is a dependency on nslookup (socks-nslookup-host).  I would prefer
to have SOCKS support without relying on a stand-alone third-party
application.

        Christopher






reply via email to

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