From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6778 invoked by alias); 1 Sep 2010 20:52:25 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 15351 Received: (qmail 28555 invoked from network); 1 Sep 2010 20:52:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 74.125.82.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=sd/prPx+utlbPu08Mx0/GpTYqxDYsmitDCN2KhQbu1E=; b=iGU8iCqapzs5fQyqSI3KDvxkCnHhVwj/hJG8SuJBFxDiZf04nwfbwAneh8O28XyyMR GRvFtKyXGBlrBU4Ox65GNwq9Q0Eg6LSn3ddtwqezhzUUS5+B2ZKuFnm5fu9sYZg/4A1j bgQWcKAQ2hO+qftj7XIb02pZJ6J30mfO2Tjvs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=BDlHmJ6aSNRKxlBotCyoWggWN6Wbpc2hYzpHijMYsg04rku/dKXzkcNnY88GSQYq7O NCT4tcwWJa+YzwmWgsLlbZZgC6zWPrnc8gJeUa3K/vI0Vx5DwlVZQpTr4qIYF3XgNt9l fxDIVqxwuxBADafi0ZQHfuBNwqXLe/sla6mPY= MIME-Version: 1.0 Date: Wed, 1 Sep 2010 13:52:20 -0700 Message-ID: Subject: cygwin chere not working with zsh version 4.3.10 but worked for 4.3.9 From: Reckoner To: zsh-users@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, This command line from cygwin chere is not working anymore for zsh version 4.3.10, but it worked for zsh version 4.3.9: =A0 C:\cygwin\bin\run.exe C:\cygwin\bin\rxvt.exe -e /bin/xhere /bin/zsh.exe= "%L" This is supposed to open a new zsh at the directory provided by the %L variable. With version 4.3.10, it opens a shell, but leaves you in $HOME instead of %L any help appreciated.