From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52531 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: Getting gpg (or is it pgg?) to play nice with proxy Date: Mon, 12 May 2003 11:16:10 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052730893 26066 80.91.224.249 (12 May 2003 09:14:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 12 May 2003 09:14:53 +0000 (UTC) Original-X-From: ding-owner+M1075@lists.math.uh.edu Mon May 12 11:14:52 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19F9OV-0006mD-00 for ; Mon, 12 May 2003 11:14:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19F9Pu-0000pt-00; Mon, 12 May 2003 04:16:18 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19F9Pp-0000po-00 for ding@lists.math.uh.edu; Mon, 12 May 2003 04:16:13 -0500 Original-Received: (qmail 38649 invoked by alias); 12 May 2003 09:16:13 -0000 Original-Received: (qmail 38644 invoked from network); 12 May 2003 09:16:12 -0000 Original-Received: from miranda.se.axis.com (193.13.178.2) by sclp3.sclp.com with SMTP; 12 May 2003 09:16:12 -0000 Original-Received: from PCNIKLAS (dh10-13-8-222.se.axis.com [10.13.8.222]) by miranda.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id h4C9GApL001486 for ; Mon, 12 May 2003 11:16:10 +0200 Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Sat, 10 May 2003 10:03:39 +0200") Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (windows-nt) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52531 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52531 Simon Josefsson writes: > Niklas Morberg writes: > > I think it would be better to first understand exactly why > call-process-region doesn't work for you. Agreed. > Try evaluate the following > > (progn > (setenv "FOO" "bar") > (call-process-region (point-min) (point-max) shell-file-name > nil (current-buffer) nil shell-command-switch "set")) Not quite sure what's important here, but: BASH=/usr/bin/bash BASH_VERSINFO=([0]="2" [1]="05b" [2]="0" [3]="9" [4]="release" [5]="i686-pc-cygwin") BASH_VERSION='2.05b.0(9)-release' ... FOO=bar ... HTTP_PROXY=[my-proxy-server] The value for HTTP_PROXY is correct. > Is it possible that your shell somehow alters the http proxy variable? Certainly, but I don't know how to verify it. As I said in my original mail: the proxy works for both `M-x shell-command' and within the emacs shell. Niklas