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: ediff-revision and "Using keyboard-interactive authentication^M" in text Date: Thu, 24 Nov 2005 22:14:06 +0200 Message-ID: References: <43861778.4020100@student.lu.se> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1132863318 2905 80.91.229.2 (24 Nov 2005 20:15:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Nov 2005 20:15:18 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 24 21:15:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EfNU5-0004gr-UD for ged-emacs-devel@m.gmane.org; Thu, 24 Nov 2005 21:14:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EfNU4-0006HO-Il for ged-emacs-devel@m.gmane.org; Thu, 24 Nov 2005 15:14:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EfNTv-0006Dg-1h for emacs-devel@gnu.org; Thu, 24 Nov 2005 15:14:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EfNTt-0006Bg-EI for emacs-devel@gnu.org; Thu, 24 Nov 2005 15:14:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EfNTs-0006Bb-Dh for emacs-devel@gnu.org; Thu, 24 Nov 2005 15:14:09 -0500 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EfNTs-0005iC-7v for emacs-devel@gnu.org; Thu, 24 Nov 2005 15:14:08 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-155-162.inter.net.il [80.230.155.162]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id CAD54744 (AUTH halo1); Thu, 24 Nov 2005 22:14:05 +0200 (IST) Original-To: Lennart Borgman In-reply-to: <43861778.4020100@student.lu.se> (message from Lennart Borgman on Thu, 24 Nov 2005 20:41:44 +0100) 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:46536 Archived-At: > Date: Thu, 24 Nov 2005 20:41:44 +0100 > From: Lennart Borgman > > (defun resize-temp-buffer-window () > "Resize the current window to fit its contents. > Will not make it higher than `temp-buffer-max-height' nor smaller than > `window-min-height'. Do nothing if it is the onlyUsing > keyboard-interactive authentication.^M > > window on its frame, if it > is not as wide as the frame or if some of the window's contents are scrolled > out of view." > <<<<<<<<<< > > Where does that "Using keyboard-interactive authentication^M" come from? >>From PuTTY's plink.exe (which is the PuTTY's version of non-interactive ssh client), I think. You use it as the rsh client for CVS: > I am using an external ssh program: CVS_RSH=c:\path-to-plink\plink.exe Configure your PuTTY session to subversions to have an explicit login name (Connection->Data in the PuTTY Configuration dialog) and, if that doesn't help, try disabling the "Attempt keyboard-interactive auth" option in the SSH->Auth tab of the Configuration dialog).