unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Unifying network stream
@ 2011-07-01 22:31 falkdayaram
  2011-07-02  8:47 ` Julien Danjou
  2011-07-02 12:43 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 8+ messages in thread
From: falkdayaram @ 2011-07-01 22:31 UTC (permalink / raw)
  To: emacs-devel

I am using GNU Emacs in a corporate environment.  Due to inhouse
restrictions I am not able to use the inbuilt network stream functions
(open-network-stream, starttls-open-stream, open-tls-stream,
open-gnutls-stream etc.).  To workaround our inhouse proxies and
firewalls, I completly rewrote the network stream/tls/starttls
implementation to bypass our infrastructure.  Whilst emacs provides great
tools to implement such a major change, I am still struggeling to keep my
patches up with upstream development.  Other than that, there are so many
different function that may be used to open network streams, implemented
in so many different places.  It would be great if the creation of network
streams is unified in one single function (open-network-stream).  I could
advice this function then, and would not have to deal with all the other
entry points in my code.

Is there any chance this could be implemented in emacs 24?  I am probably
not the only one out here who uses an own network backend.





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

end of thread, other threads:[~2011-07-05 19:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 22:31 Unifying network stream falkdayaram
2011-07-02  8:47 ` Julien Danjou
2011-07-02 10:49   ` Falk Dayaram
2011-07-02 12:43 ` Lars Magne Ingebrigtsen
2011-07-04 16:12   ` Stefan Monnier
2011-07-05 15:18     ` Lars Magne Ingebrigtsen
2011-07-05 19:15       ` Stefan Monnier
2011-07-05 19:27         ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).