From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: NTEmacs + plink Date: 31 May 2007 13:57:52 -0700 Organization: http://groups.google.com Message-ID: <1180645072.671286.3440@g4g2000hsf.googlegroups.com> References: <1179363834.155446.234830@q75g2000hsh.googlegroups.com> <1179422027.014633.234520@o5g2000hsb.googlegroups.com> <1179502184.364556.14790@l77g2000hsb.googlegroups.com> <1180586769.223886.237530@o5g2000hsb.googlegroups.com> <1180603877.040906.267160@g4g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1180647632 11749 80.91.229.12 (31 May 2007 21:40:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 31 May 2007 21:40:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 31 23:40:31 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HtsNi-0003m8-7E for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2007 23:40:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HtsNh-0002Kr-Iu for geh-help-gnu-emacs@m.gmane.org; Thu, 31 May 2007 17:40:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g4g2000hsf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 83.67.23.108 Original-X-Trace: posting.google.com 1180645080 17922 127.0.0.1 (31 May 2007 20:58:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 31 May 2007 20:58:00 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g4g2000hsf.googlegroups.com; posting-host=83.67.23.108; posting-account=8KzG7gwAAAA0clYx1NZ8h9w0zYXWE6px Original-Xref: shelby.stanford.edu gnu.emacs.help:148991 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:44580 Archived-At: On 31 May, 17:13, p...@potis.org wrote: > I use M-x shell and invoke plink from there. This is on Windows NT. OK. I tried this and ran into the same problem. It appears to be a problem with the line endings passed to plink by comint-watch-for- password-prompt. Using eshell rather than shell, I was able to get it to work by using C-q RET at the end of the password. But the same trick did not work with shell.