From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Strange behaviour on Windows 10 Date: Mon, 30 Sep 2019 12:27:36 +0300 Message-ID: <83h84ucewn.fsf@gnu.org> References: <824l0xoqfq.fsf@gmail.com> <83d0flkh4y.fsf@gnu.org> <82r241n7uf.fsf@gmail.com> <83sgohiojm.fsf@gnu.org> <82tv8uuowv.fsf@gmail.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="179206"; mail-complaints-to="usenet@blaine.gmane.org" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 30 11:27:54 2019 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iEryD-000kWK-QV for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Sep 2019 11:27:53 +0200 Original-Received: from localhost ([::1]:47888 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEryC-0008Mi-CU for geh-help-gnu-emacs@m.gmane.org; Mon, 30 Sep 2019 05:27:52 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:60721) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEry0-0008MT-CB for help-gnu-emacs@gnu.org; Mon, 30 Sep 2019 05:27:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:36026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iEry0-0002Ku-8h for help-gnu-emacs@gnu.org; Mon, 30 Sep 2019 05:27:40 -0400 Original-Received: from [176.228.60.248] (port=3553 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iErxz-0004mp-8S for help-gnu-emacs@gnu.org; Mon, 30 Sep 2019 05:27:39 -0400 In-reply-to: <82tv8uuowv.fsf@gmail.com> (message from Pascal Quesseveur on Mon, 30 Sep 2019 11:14:08 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:121584 Archived-At: > From: Pascal Quesseveur > Date: Mon, 30 Sep 2019 11:14:08 +0200 > > >"EZ" == Eli Zaretskii writes: > > EZ> First, did you verify that your Emacs is a 32-bit build? What is the > EZ> value of system-configuration? > > i686-w64-mingw32 OK, that's a 32-bit build, allright. > EZ> . continue using the 32-bit build, but make a batch file that will > EZ> call OpenSSH, then put that batch file somewhere on PATH. The > EZ> batch file should have the same base name as the OpenSSH program > EZ> you are invoking, probably ssh.cm (this assumes the corresponding > EZ> Lisp program calls "ssh", not "ssh.exe") > > I am not sure it will work. The lisp program calls a script that calls > ssh. That script is unable to call ssh.exe when it is called from > emacs. "Script" meaning what here? a batch file or a Unix shell script? In the former case, if you put a ssh.cmd on PATH, the script will call it instead of the missing ssh.exe > It is definitely better to install a 64 bits version of emacs. Of course.