From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Glenn Ammons Newsgroups: gmane.emacs.help Subject: Re: Terminal problem in shell mode Date: 22 Apr 2003 19:12:38 -0500 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84znmis789.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051057136 23554 80.91.224.249 (23 Apr 2003 00:18:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 00:18:56 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 02:18:53 2003 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 1987yP-00067W-00 for ; Wed, 23 Apr 2003 02:18:53 +0200 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 1987vJ-00008d-06 for gnu-help-gnu-emacs@m.gmane.org; Tue, 22 Apr 2003 20:15:41 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.uchicago.edu!newsfeed.cs.wisc.edu!news.cs.wisc.edu!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) Original-Lines: 22 Original-NNTP-Posting-Host: salsa.cs.wisc.edu Original-X-Trace: 1051056758 spool.cs.wisc.edu 1166 128.105.175.15 Original-Xref: shelby.stanford.edu gnu.emacs.help:112192 Original-To: help-gnu-emacs@gnu.org 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:8691 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8691 kai.grossjohann@gmx.net (Kai Großjohann) writes: > Glenn Ammons writes: > > > I am running GNU Emacs 21.2.1 on a Windows XP machine, and using the > > cygwin bash (2.05b.0(9)-release) as my shell in shell-mode. The > > problem is that when I try to run scp (for example): > > > > scp foo ammons@bar:/tmp/baz > > > > I get an error message like > > > > bash: [4828: 1] tcsetattr: Not a typewriter > > The problem is that the shell init file(s) in ~ammons on the host bar > try to run stty or suchlike. But, I haven't even entered my password at this point. Does the init file on bar run _before_ I'm authenticated? If so, that seems strange. --glenn