From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: ediff-revision and "Using keyboard-interactive authentication^M" in text Date: Fri, 25 Nov 2005 16:24:03 +0100 Message-ID: <43872C93.8070903@student.lu.se> References: <43861778.4020100@student.lu.se> <4386296C.7080409@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1132938953 2108 80.91.229.2 (25 Nov 2005 17:15:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Nov 2005 17:15:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 25 18:15:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Efh8t-0001uW-2j for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2005 18:13:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Efh8s-0007S1-8Z for ged-emacs-devel@m.gmane.org; Fri, 25 Nov 2005 12:13:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EffQq-0003BI-QE for emacs-devel@gnu.org; Fri, 25 Nov 2005 10:24:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EffQo-00039i-RA for emacs-devel@gnu.org; Fri, 25 Nov 2005 10:24:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EffQn-00039c-F2 for emacs-devel@gnu.org; Fri, 25 Nov 2005 10:24:09 -0500 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EffQm-0004lv-H2; Fri, 25 Nov 2005 10:24:08 -0500 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.069.1) id 438718270000D93C; Fri, 25 Nov 2005 16:24:04 +0100 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: Eli Zaretskii In-Reply-To: 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:46568 Archived-At: Eli Zaretskii wrote: >It doesn't save the configuration unless you tell it. However, if you >invoke PuTTY interactively (i.e., not the command-line plink.exe, but >putty.exe itself), it pops up a session configuration dialog. There, >you can configure a session for subversions.gnu.org and save it. That >configuration will henceforth be used by plink. > > Are those settings then used when plink is called from cvs.exe if I specify for example cvs -z3 -d:ext:anoncvs@subversions.gnu.org:/cvsroot/emacs co emacs BTW is subversions.gnu.org the same as savannah.gnu.org? >>Perhaps does plink gets confused in the case when ediff-revision is used? >> >> > >Maybe, I don't know. You will have to see how ediff-revision invokes >plink, perhaps it does it in a way that plink thinks it's an >interactive invocation. > ediff-revison calls "cvs" with some arguments. Maybe it is then important how cvs is invoked. What should I look for?