From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52719 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Use shell-command-on-region in pgg-gpg.el Date: Fri, 16 May 2003 17:41:09 +0100 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 1053103600 24992 80.91.224.249 (16 May 2003 16:46:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 16 May 2003 16:46:40 +0000 (UTC) Original-X-From: ding-owner+M1261@lists.math.uh.edu Fri May 16 18:46:38 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 19GiFo-00065f-00 for ; Fri, 16 May 2003 18:40:21 +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 19GiGk-0000sS-00; Fri, 16 May 2003 11:41:18 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19GiGc-0000sM-00 for ding@lists.math.uh.edu; Fri, 16 May 2003 11:41:10 -0500 Original-Received: (qmail 42526 invoked by alias); 16 May 2003 16:41:10 -0000 Original-Received: (qmail 42521 invoked from network); 16 May 2003 16:41:10 -0000 Original-Received: from albion.dl.ac.uk (148.79.80.39) by sclp3.sclp.com with SMTP; 16 May 2003 16:41:10 -0000 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 19GiGb-0005FP-00 for ; Fri, 16 May 2003 17:41:09 +0100 X-Face: "_!nmR@11ZNuumt0oqG"Y3Hfy|;FGz)`"ul[G?ah6k-oNyDW?3/Nq3Qab$kUnUQ_d4};kPl R=}-Vqfo|S5mThi-kaBR=>%g5a3-OvnEhdHu{^APIaP:b}0m!$bDC>SX zz'r)e?`at?tpD*+~b+pf Original-To: ding@gnus.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.2 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52719 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52719 Lars Magne Ingebrigtsen writes: > I'm kinda surprised that that would make any difference. If the > command uses environment variables, it should heed them in any case, > shouldn't it? That presumably depends on details of what you've had to do under Doze to use shell commands (e.g. Cygwin bash). > >> I haven't been able to test the original implementation >> (since call-process-region does not use my proxy settings) >> and don't know if the output from the command is supposed to >> pop up in a new frame. Now it does. > > It's not supposed to do that, which is why one doesn't use > `shell-command*' in programs. But one does (in various places)! See the OUTPUT-BUFFER arg to redirect output.