X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; q=dns; s=default; b=Cz84Q
	jyzC9tki9fPid9KJrCcm6Jx4GDxzm1wch+8xMJvLj+MHbhwqbT6oAvWam2x4bw6V
	oxbj/iNXVD5E1t+Iw7st2pSmzJJxc2jIV2Jl/A8bC3gPjDMKu41mR4Zotv58/W3U
	gCH+2IoPL77hb1M6y8rLuszHUH+kRlPWb+O9wk=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:references:date:in-reply-to
	:message-id:mime-version:content-type; s=default; bh=omy+BSme8z4
	7bNi1HvYDoIVBssQ=; b=gJTlqhZNnJhQgCHjDTfeQ3dWxAp8VCUt0jXfHtORKFX
	AMdvRBNC8ivDelvaTdQXtI9UGHhez9KqIdKVjCNVwbJAnTiOECTYLPwLle2+BHGd
	KtGqneYkhfxPoWDr3joL13BBUKYIloe8DmMXmgV8Hwg7x9WINc8B4X2geoALn3BU
	=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2
X-HELO: mail-in-12.arcor-online.net
X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-15.arcor-online.net 3msfDn3kQMzB5w1
From: Achim Gratz <Stromeko@nexgo.de>
To: cygwin@cygwin.com
Subject: Re: run.exe fails to start XWin on Windows 8.1 through the shortcut
References: <1439383412.552964.1315.31567@mail.rambler.ru>
Date: Thu, 13 Aug 2015 22:11:33 +0200
In-Reply-To: <1439383412.552964.1315.31567@mail.rambler.ru> (Jaakov Jaakov's	message of "Wed, 12 Aug 2015 15:43:32 +0300")
Message-ID: <87si7nuex6.fsf@Rainer.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain

Jaakov Jaakov writes:
> run.exe has version 1.3.3-1.

I've put a test version (run-1.3.4-1) up with these changes:

	* src/util.c (run2_quote_strdup): When quoting, do not simply skip
	empty arguments but return '""'.

	* src/run.c (file_exists_multi): Hoist char* t out of loop and
	initialize NULL.  Remove redundant truncation of fullname.

	* src/run.c (xemacs_special): Replace stricmp with strcasecmp throughout.
	* src/util.c (run2_ends_with): Ditto.

	* src/run.c (parse_args): Implement -wait/--wait and
	-quote/--quote as valid long options, we prefer the double-dash
	variant.
	* src/run.1.in: All long options are preferedly using leading
	double dashes.  Document the fact that single slashes work on two
	of them for backwards compatibility.

Please try it when it becomes available on your mirror and report back
if it fixes your problem.  Thanks.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

