help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h-e-w] M-x ansi-term error


From: Eli Zaretskii
Subject: Re: [h-e-w] M-x ansi-term error
Date: Tue, 04 Apr 2017 20:32:46 +0300

> From: Lubos Pintes <address@hidden>
> Date: Tue, 4 Apr 2017 19:09:28 +0200
> 
> The file name is perfectly valid. From *scratch* buffer:
> (file-exists-p 
> "C:/c/emacs/libexec/emacs/25.1/i686-w64-mingw32/cmdproxy.exe")
> t
> I have a folder named "c" on my "C:" drive. I am backing up everything 
> contained in that folder. Thus the path could look weird to you, but it 
> is perfectly valid.
> I am developing an Emacspeak server for Windows which will use SAPI 
> voices, thus I am starting Emacs from the batch file with the following 
> contents:
> @echo off
> set HOME=%~dp0%home
> set DTK_PROGRAM=essapi
> %~dp0%\bin\runemacs.exe
> 
> Obviously the batch file is under emacs "root directory"

Thanks.

It looks like I've missed the important clue: you are trying to invoke
ansi-term, is that right?  And the shell is just what Emacs asks you
about a program to run in the terminal?  In that case, the error you
see is because ansi-term cannot work on Windows, as it needs a Unix
terminal driver and programs such as stty to support that.

Sorry I didn't spot that before: I was reading the body of your mail,
but missed the Subject line.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]