From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: comint-password-prompt-regexp Date: Fri, 25 Oct 2002 16:16:57 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035555568 479 80.91.224.249 (25 Oct 2002 14:19:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2002 14:19:28 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1855J8-00007R-00 for ; Fri, 25 Oct 2002 16:19:26 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 1855Lq-0004qh-00 for ; Fri, 25 Oct 2002 16:22:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1855I3-00052N-00; Fri, 25 Oct 2002 10:18:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1855Gq-0004GW-00 for emacs-devel@gnu.org; Fri, 25 Oct 2002 10:17:04 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1855Gm-0004G4-00 for emacs-devel@gnu.org; Fri, 25 Oct 2002 10:17:03 -0400 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by monty-python.gnu.org with esmtp (Exim 4.10) id 1855Gm-0004FR-00 for emacs-devel@gnu.org; Fri, 25 Oct 2002 10:17:00 -0400 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.36 #1 (Debian)) id 1855Gj-0007Mq-00 for ; Fri, 25 Oct 2002 16:16:57 +0200 Original-To: Emacs developers X-fingerprint: 4B2 6187 5C3 D6B1 2E31 7666 9DF 2DC9 BE21 6115 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8793 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8793 The value of comint-password-prompt-regexp in the main trunk is both simpler and more comprehensive of the value used in the RC branch. In particular, the prompt of scp for a passphrase is handled on the trunk, but not in the RC branch. I suggest that this improvement be backported to the RC.