From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: M-x term on w32 Date: Sat, 05 Jan 2008 21:48:15 +0200 Message-ID: References: <477FD102.9040903@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1199562497 20770 80.91.229.12 (5 Jan 2008 19:48:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 5 Jan 2008 19:48:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 05 20:48:38 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JBF0W-0002Q0-M9 for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 20:48:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBF0A-0002e8-3l for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2008 14:48:14 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBF06-0002bW-GT for emacs-devel@gnu.org; Sat, 05 Jan 2008 14:48:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBF05-0002Zv-Jp for emacs-devel@gnu.org; Sat, 05 Jan 2008 14:48:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBF05-0002Zk-E2 for emacs-devel@gnu.org; Sat, 05 Jan 2008 14:48:09 -0500 Original-Received: from romy.inter.net.il ([213.8.233.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBF04-0002py-R3 for emacs-devel@gnu.org; Sat, 05 Jan 2008 14:48:09 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-71-78.inter.net.il [80.230.71.78]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JUZ50076 (AUTH halo1); Sat, 5 Jan 2008 21:47:50 +0200 (IST) In-reply-to: <477FD102.9040903@gmail.com> (lennart.borgman@gmail.com) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86220 Archived-At: > Date: Sat, 05 Jan 2008 19:48:34 +0100 > From: "Lennart Borgman (gmail)" > > 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 Cygwin vs native Windows incompatibility, I guess.