From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: starting Emacs 21 in a terminal Date: Mon, 03 Feb 2003 20:59:50 +0200 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <8011-Mon03Feb2003205950+0200-eliz@is.elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044299029 22492 80.91.224.249 (3 Feb 2003 19:03:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 3 Feb 2003 19:03:49 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18flsh-0005qd-00 for ; Mon, 03 Feb 2003 20:03:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18flsL-0006Q4-03 for gnu-help-gnu-emacs@m.gmane.org; Mon, 03 Feb 2003 14:03:25 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18fls0-0006Fx-00 for help-gnu-emacs@gnu.org; Mon, 03 Feb 2003 14:03:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18flrt-00069s-00 for help-gnu-emacs@gnu.org; Mon, 03 Feb 2003 14:02:57 -0500 Original-Received: from gandalf.inter.net.il ([192.114.186.22]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18flrm-00064F-00 for help-gnu-emacs@gnu.org; Mon, 03 Feb 2003 14:02:50 -0500 Original-Received: from zaretsky ([80.230.235.153]) by gandalf.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AEN37757; Mon, 3 Feb 2003 21:02:43 +0200 (IST) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Klaus Berndl on 03 Feb 2003 09:26:40 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6245 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6245 > From: Klaus Berndl > Newsgroups: gnu.emacs.help > Date: 03 Feb 2003 09:26:40 +0100 > > I'm using NTEmacs 21.1 and cygwin-bash plus cygwin rxvt (a xterm-emulation). > > If i call on the command-line "emacs -nw" to start Emacs with no-windows then > i always get the error: "emacs: standard input is not a tty" and Emacs doesn't > start. > > What can be the problem... I suspect that the problem is some kind of incompatibility between the Cygwin-compiled Bash/rxvt and NTEmacs: the way rxvt works is by opening a pipe to the program(s) it runs, and it sounds like the pipe it opens doesn't look as a tty to NTEmacs. > XEmacs starts fine with "xemacs -nw"... Is that a Cygwin-compiled XEmacs, per chance? Anyway, this sort of thing should be reported to gnu.emacs.bug, not here.