From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: lsh + vc-mode Date: Sat, 11 Apr 2009 13:38:04 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1239471985 14650 80.91.229.12 (11 Apr 2009 17:46:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2009 17:46:25 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Alfred M. Szmidt" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 11 19:47:45 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LshIW-0008Cn-Re for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2009 19:47:21 +0200 Original-Received: from localhost ([127.0.0.1]:53017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LshH8-0003Ho-8p for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2009 13:45:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lsh9g-00081O-QA for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:38:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lsh9b-0007zk-VT for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:38:12 -0400 Original-Received: from [199.232.76.173] (port=47500 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lsh9b-0007zd-OI for emacs-devel@gnu.org; Sat, 11 Apr 2009 13:38:07 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:2785 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lsh9Z-0000Nm-TS; Sat, 11 Apr 2009 13:38:06 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArEEABty4ElLd+7D/2dsb2JhbACBUrkMjnaCToEuBoUW X-IronPort-AV: E=Sophos;i="4.40,172,1238990400"; d="scan'208";a="36904708" Original-Received: from 75-119-238-195.dsl.teksavvy.com (HELO pastel.home) ([75.119.238.195]) by ironport2-out.teksavvy.com with ESMTP; 11 Apr 2009 13:38:04 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 87BFA83B6; Sat, 11 Apr 2009 13:38:04 -0400 (EDT) In-Reply-To: (Alfred M. Szmidt's message of "Sat, 11 Apr 2009 13:23:23 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110218 Archived-At: > I am not sure if this is just Emacs always expecting that if you use > ssh you will not get prompted for a password, or if it is > something else. Actually=B8it's VC that requires backend commands to proceed without any user interaction (which implies "no passwd" among other things). Stefan