all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: falkdayaram@lavabit.com
To: emacs-devel@gnu.org
Subject: Unifying network stream
Date: Fri, 1 Jul 2011 18:31:55 -0400 (EDT)	[thread overview]
Message-ID: <64435.199.48.147.39.1309559515.squirrel@lavabit.com> (raw)

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.





             reply	other threads:[~2011-07-01 22:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-01 22:31 falkdayaram [this message]
2011-07-02  8:47 ` Unifying network stream 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=64435.199.48.147.39.1309559515.squirrel@lavabit.com \
    --to=falkdayaram@lavabit.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.