emacs-devel
[Top][All Lists]
Advanced

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

M-x term on w32


From: Lennart Borgman (gmail)
Subject: M-x term on w32
Date: Sat, 05 Jan 2008 19:48:34 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

I just took a look at "M-x term" on w32. Is there a fundamental reason why it does not work?

term-exec-1 does

    (apply 'start-process name buffer
           "/bin/sh" "-c"
           (format "stty -nl echo rows %d columns %d sane 2>/dev/null;\
    if [ $1 = .. ]; then shift; fi; exec \"address@hidden""
                   term-height term-width)
           ".."
           command switches)))

From a cygwin shell outside of Emacs I can do

  stty -nl echo

but from a cygwin inferior shell in Emacs I get

  Cygwin> stty -nl echo
  stty: standard input: Inappropriate ioctl for device




reply via email to

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