all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* M-x term on Windows
@ 2015-10-23  3:51 Random832
  2015-10-23  7:21 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Random832 @ 2015-10-23  3:51 UTC (permalink / raw)
  To: help-gnu-emacs


When I run M-x term in Windows, it doesn't work. If I let it run
cmdproxy, it prints the startup message and prompt but accepts no
input. If I run any other program (e.g. the interactive python
interpreter), I don't even get that.

M-x shell is adequate for running command-line commands, but I would
like a terminal to be able to run a ssh client (plink?) in. Has anyone
else managed to find a solution for this problem?

M-x list-processes shows some elaborate sh script:

/bin/sh -c stty -nl echo rows 23 columns 80 sane 2>/dev/null;if [ $1 =
.. ]; then shift; fi; exec "$@" .. c:\Python34\python.exe

I remember installing Git bash in C:\bin\sh.exe to try to make this
work, but didn't follow up with doing anything about stty or /dev/null
etc.




^ permalink raw reply	[flat|nested] 5+ messages in thread
[parent not found: <mailman.851.1445572367.7904.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2015-10-28 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23  3:51 M-x term on Windows Random832
2015-10-23  7:21 ` Eli Zaretskii
2015-10-28 14:40   ` Random832
2015-10-28 16:11     ` Eli Zaretskii
     [not found] <mailman.851.1445572367.7904.help-gnu-emacs@gnu.org>
2015-10-23 18:11 ` Javier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.