unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
Subject: Re: url-gw.el: Cannot use proxy with url-gw.el 1.15
Date: Wed, 08 Nov 2006 21:24:44 -0500	[thread overview]
Message-ID: <8764dptl03.fsf@furball.mit.edu> (raw)
In-Reply-To: <E1GhyBb-0000qV-2V@fencepost.gnu.org> (Richard Stallman's message of "Wed\, 08 Nov 2006 19\:54\:31 -0500")

Does this patch solve the problem?

*** emacs/lisp/url/url-gw.el.~1.15.~	2006-10-29 16:23:31.000000000 -0500
--- emacs/lisp/url/url-gw.el	2006-11-08 21:23:53.000000000 -0500
***************
*** 249,255 ****
  			  (open-tls-stream name buffer host service))
  			 (ssl
  			  (open-ssl-stream name buffer host service))
! 			 ((native)
  			  ;; Use non-blocking socket if we can.
  			  (make-network-process :name name :buffer buffer
  						:host host :service service
--- 249,255 ----
  			  (open-tls-stream name buffer host service))
  			 (ssl
  			  (open-ssl-stream name buffer host service))
! 			 (native
  			  ;; Use non-blocking socket if we can.
  			  (make-network-process :name name :buffer buffer
  						:host host :service service

  parent reply	other threads:[~2006-11-09  2:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-09  0:54 [gotoh@taiyo.co.jp: url-gw.el: Cannot use proxy with url-gw.el 1.15] Richard Stallman
2006-11-09  2:23 ` Chong Yidong
2006-11-09  2:24 ` Chong Yidong [this message]
2006-11-09  3:06   ` url-gw.el: Cannot use proxy with url-gw.el 1.15 Shun-ichi GOTO
2006-11-09  9:23     ` Shun-ichi GOTO
2006-11-10 17:09       ` Chong Yidong

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=8764dptl03.fsf@furball.mit.edu \
    --to=cyd@stupidchicken.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 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).