From unknown Mon Aug 18 14:20:18 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#2817 <2817@debbugs.gnu.org> To: bug#2817 <2817@debbugs.gnu.org> Subject: Status: [PATCH] Emacs CVS: comint-password-prompt-regexp - support ssh-keygen Reply-To: bug#2817 <2817@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:20:18 +0000 retitle 2817 [PATCH] Emacs CVS: comint-password-prompt-regexp - support ssh= -keygen reassign 2817 emacs submitter 2817 Jari Aalto severity 2817 wishlist tag 2817 patch thanks From jari.aalto@cante.net Sun Mar 29 09:20:39 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 29 Mar 2009 16:20:39 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: ** X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=2.3 required=4.0 tests=FOURLA,IMPRONONCABLE_1, IMPRONONCABLE_2,MURPHY_DRUGS_REL8,MURPHY_WRONG_WORD2 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from emh03.mail.saunalahti.fi (emh03.mail.saunalahti.fi [62.142.5.109]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2TGKZBX028892 for ; Sun, 29 Mar 2009 09:20:36 -0700 Received: from saunalahti-vams (vs3-10.mail.saunalahti.fi [62.142.5.94]) by emh03-2.mail.saunalahti.fi (Postfix) with SMTP id 0A1B6EBDCC for ; Sun, 29 Mar 2009 19:20:34 +0300 (EEST) Received: from emh03.mail.saunalahti.fi ([62.142.5.109]) by vs3-10.mail.saunalahti.fi ([62.142.5.94]) with SMTP (gateway) id A0709A0A636; Sun, 29 Mar 2009 19:20:34 +0300 Received: from picasso.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh03.mail.saunalahti.fi (Postfix) with ESMTP id E6A9F158A65 for ; Sun, 29 Mar 2009 19:20:32 +0300 (EEST) Received: from [192.168.1.7] (helo=jondo.cante.net) by picasso.cante.net with esmtp (Exim 4.69) (envelope-from ) id 1LnxkL-0001Yz-63 for submit@emacsbugs.donarmstrong.com; Sun, 29 Mar 2009 19:20:29 +0300 Received: from jaalto by jondo.cante.net with local (Exim 4.69) (envelope-from ) id 1LnxkN-00058i-NZ for submit@emacsbugs.donarmstrong.com; Sun, 29 Mar 2009 19:20:31 +0300 From: Jari Aalto To: Emacs bug BTS Subject: [PATCH] Emacs CVS: comint-password-prompt-regexp - support ssh-keygen Date: Sun, 29 Mar 2009 19:20:31 +0300 Message-ID: <874oxcnvw0.fsf@jondo.cante.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-SA-Exim-Connect-IP: 192.168.1.7 X-SA-Exim-Mail-From: jari.aalto@cante.net X-SA-Exim-Scanned: No (on picasso.cante.net); SAEximRunCond expanded to false X-Antivirus: VAMS --=-=-= Added support for ssh-keygen(1) prompt and changed to new format because the old one was hard to decipher and keep track on. The enw one is easier to maintaintain. The tester 'dolist' can be used to verify new prompts as the variable is changed. Jari 2009-03-29 Jari Aalto * comint.el (comint-password-prompt-regexp): Rewrite using regexp-opt. Add ssh-keygen check. Add dolist block to test new regexp. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-lisp-comint.el-comint.el-comint-password-prompt-re.patch >From 804b37d9bdcffc4980af4f075ee804ea6a8471d2 Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Sun, 29 Mar 2009 19:13:06 +0300 Subject: [PATCH] lisp/comint.el: comint.el (comint-password-prompt-regexp): Rewrite using regexp-opt --- lisp/comint.el | 71 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 58 insertions(+), 13 deletions(-) diff --git a/lisp/comint.el b/lisp/comint.el index 5bff986..155dfde 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -328,25 +328,70 @@ This variable is buffer-local." :type 'boolean :group 'comint) -;; AIX puts the name of the person being su'd to in front of the prompt. -;; kinit prints a prompt like `Password for devnull@GNU.ORG: '. -;; ksu prints a prompt like `Kerberos password for devnull/root@GNU.ORG: '. -;; ssh-add prints a prompt like `Enter passphrase: '. -;; plink prints a prompt like `Passphrase for key "root@GNU.ORG": '. -;; Ubuntu's sudo prompts like `[sudo] password for user:' -;; Some implementations of passwd use "Password (again)" as the 2nd prompt. -;; Something called "perforce" uses "Enter password:". (defcustom comint-password-prompt-regexp - "\\(\\(Enter \\|[Oo]ld \\|[Nn]ew \\|'s \\|login \\|\ -Kerberos \\|CVS \\|UNIX \\| SMB \\|LDAP \\|\\[sudo] \\|^\\)\ -\[Pp]assword\\( (again)\\)?\\|\ -pass phrase\\|\\(Enter \\|Repeat \\|Bad \\)?[Pp]assphrase\\)\ -\\(?:, try again\\)?\\(?: for [^:]+\\)?:\\s *\\'" + (concat + "^\\(" + (regexp-opt + '(;; AIX puts the name of the person being su'd to in front of the prompt. + "'s" + "Bad" + "CVS" + "Enter same" + "Enter" + "Kerberos" + "LDAP" + "Login" + "New" + "Old" + "Repeat" + "SMB" + "UNIX" + "[sudo]" + "bad" + "login" + "new" + "old" + "repeat")) + " +\\)?" + (regexp-opt + '("password" + "Password" + "passphrase" + "pass phrase" + "Passphrase" + "Pass phrase")) + "\\(" + "\\(?:, try \\)?\\( *again\\)?\\(?: for [^:]+\\)?:\\|" + " (empty for no passphrase):\\|" + " (again)\\|" + " for key" + "\\)" + ) "Regexp matching prompts for passwords in the inferior process. This is used by `comint-watch-for-password-prompt'." :type 'regexp :group 'comint) +(when nil + + ;; Tester. Run C-x C-e at the end to test new prompts or after + ;; changes to comint-password-prompt-regexp + + (dolist (str '("Password for devnull@GNU.ORG: " ; knit + "Kerberos password for devnull/root@GNU.ORG: " ; ksu + "Enter passphrase: " ; ssh-add + "Enter passphrase (empty for no passphrase): " ; ssh-keygen + "Enter same passphrase again: " ; ssh-keygen + "Passphrase for key root@GNU.ORG: " ; plink + "[sudo] password for user:" ; Ubuntu sudo + ;; some implementation of passwd(1) as the 2nd prompt + "Password (again)" + "Enter password:")) ; perforce + (unless (string-match comint-password-prompt-regexp str) + (error "Did not match: %s" str))) + + ) + ;; Here are the per-interpreter hooks. (defvar comint-get-old-input (function comint-get-old-input-default) "Function that returns old text in Comint mode. -- 1.6.1.3 --=-=-=-- From cyd@stupidchicken.com Sun Mar 29 10:24:14 2009 Received: (at 2817) by emacsbugs.donarmstrong.com; 29 Mar 2009 17:24:14 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2THOBTL011611 for <2817@emacsbugs.donarmstrong.com>; Sun, 29 Mar 2009 10:24:12 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 8493157E20B; Sun, 29 Mar 2009 13:25:43 -0400 (EDT) From: Chong Yidong To: Jari Aalto Cc: 2817@debbugs.gnu.org Subject: [PATCH] Emacs CVS: comint-password-prompt-regexp - support ssh-keygen Date: Sun, 29 Mar 2009 13:25:43 -0400 Message-ID: <878wmow8a0.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > Added support for ssh-keygen(1) prompt and changed to new format > because the old one was hard to decipher and keep track on. I'd prefer a less invasive change at this stage of the release. Could you submit a patch that uses the old code instead of rewriting it? Thanks. From jari.aalto@cante.net Sun Mar 29 13:43:40 2009 Received: (at 2817) by emacsbugs.donarmstrong.com; 29 Mar 2009 20:43:40 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=MURPHY_DRUGS_REL8 autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from emh04.mail.saunalahti.fi (emh04.mail.saunalahti.fi [62.142.5.110]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2TKhbIE029129 for <2817@emacsbugs.donarmstrong.com>; Sun, 29 Mar 2009 13:43:38 -0700 Received: from saunalahti-vams (vs3-10.mail.saunalahti.fi [62.142.5.94]) by emh04-2.mail.saunalahti.fi (Postfix) with SMTP id 270AD13B87F; Sun, 29 Mar 2009 23:43:36 +0300 (EEST) Received: from emh04.mail.saunalahti.fi ([62.142.5.110]) by vs3-10.mail.saunalahti.fi ([62.142.5.94]) with SMTP (gateway) id A04B131AD9B; Sun, 29 Mar 2009 23:43:36 +0300 Received: from jondo.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh04.mail.saunalahti.fi (Postfix) with ESMTP id A48B241BE5; Sun, 29 Mar 2009 23:43:33 +0300 (EEST) From: Jari Aalto To: Chong Yidong Cc: 2817@debbugs.gnu.org Subject: Re: [PATCH] Emacs CVS: comint-password-prompt-regexp - support ssh-keygen Organization: Private References: <878wmow8a0.fsf@cyd.mit.edu> Date: Sun, 29 Mar 2009 23:43:32 +0300 In-Reply-To: <878wmow8a0.fsf@cyd.mit.edu> (Chong Yidong's message of "Sun, 29 Mar 2009 13:25:43 -0400") Message-ID: <877i28xdor.fsf@jondo.cante.net> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Antivirus: VAMS Chong Yidong writes: >> Added support for ssh-keygen(1) prompt and changed to new format >> because the old one was hard to decipher and keep track on. > > I'd prefer a less invasive change at this stage of the release. Could > you submit a patch that uses the old code instead of rewriting it? > Thanks. I couldn't read the old code. The tester 'dolist' verifies that it matches the old settings. Jari From rgm@gnu.org Wed Apr 1 17:26:00 2009 Received: (at control) by emacsbugs.donarmstrong.com; 2 Apr 2009 00:26:00 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n320PvcX028408 for ; Wed, 1 Apr 2009 17:25:58 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LpAkl-000886-GL; Wed, 01 Apr 2009 20:25:55 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18900.1555.420787.17426@fencepost.gnu.org> Date: Wed, 1 Apr 2009 20:25:55 -0400 From: Glenn Morris To: control Subject: control message X-Debbugs-No-Ack: yes unarchive 1423 forcemerge 1423 2847 severity 2817 wishlist reassign 2815 emacs,calendar severity 2815 minor reassign 2811 emacs,calendar From jari.aalto@cante.net Sun Sep 13 07:20:25 2009 Received: (at control) by emacsbugs.donarmstrong.com; 13 Sep 2009 14:20:25 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.7 required=4.0 tests=AWL,MURPHY_DRUGS_REL8, VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from emh05.mail.saunalahti.fi (emh05.mail.saunalahti.fi [62.142.5.111]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n8DEKN8F029309 for ; Sun, 13 Sep 2009 07:20:25 -0700 Received: from saunalahti-vams (vs3-11.mail.saunalahti.fi [62.142.5.95]) by emh05-2.mail.saunalahti.fi (Postfix) with SMTP id 058A98BD8E for ; Sun, 13 Sep 2009 17:20:23 +0300 (EEST) Received: from emh05.mail.saunalahti.fi ([62.142.5.111]) by vs3-11.mail.saunalahti.fi ([62.142.5.95]) with SMTP (gateway) id A00334037C6; Sun, 13 Sep 2009 17:20:23 +0300 Received: from jondo.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh05.mail.saunalahti.fi (Postfix) with ESMTP id DADC327D83 for ; Sun, 13 Sep 2009 17:20:21 +0300 (EEST) To: control@debbugs.gnu.org Subject: Bug#2817 change of tags / patch Mail-Copies-To: poster X-Bug-User-Agent: Emacs 23.1.1 and tinydebian.el 2009.0812.1741 From: Jari Aalto Date: Sun, 13 Sep 2009 17:20:21 +0300 Message-ID: <87skerlye2.fsf@jondo.cante.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Antivirus: VAMS tags 2817 + patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 10 19:55:41 2010 Received: (at 2817) by debbugs.gnu.org; 10 Apr 2010 23:55:41 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0kWb-0005Yt-5E for submit@debbugs.gnu.org; Sat, 10 Apr 2010 19:55:41 -0400 Received: from pantheon-po38.its.yale.edu ([130.132.50.97]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0kWZ-0005Yo-BT for 2817@debbugs.gnu.org; Sat, 10 Apr 2010 19:55:39 -0400 Received: from furry (adsl-99-70-212-128.dsl.wlfrct.sbcglobal.net [99.70.212.128]) (authenticated bits=0) by pantheon-po38.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o3ANta7X002644 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Apr 2010 19:55:37 -0400 Received: by furry (Postfix, from userid 1000) id CEA4CC055; Sat, 10 Apr 2010 19:55:35 -0400 (EDT) From: Chong Yidong To: Jari Aalto Subject: Re: [PATCH] Emacs CVS: comint-password-prompt-regexp - support ssh-keygen Date: Sat, 10 Apr 2010 19:55:35 -0400 Message-ID: <87hbniq2vc.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 2817 Cc: 2817@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) > Added support for ssh-keygen(1) prompt and changed to new format because > the old one was hard to decipher and keep track on. Thanks, I have commited the change to the trunk. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 10 19:55:48 2010 Received: (at control) by debbugs.gnu.org; 10 Apr 2010 23:55:48 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0kWi-0005Z4-DS for submit@debbugs.gnu.org; Sat, 10 Apr 2010 19:55:48 -0400 Received: from pantheon-po33.its.yale.edu ([130.132.50.94]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0kWh-0005Yz-H8 for control@debbugs.gnu.org; Sat, 10 Apr 2010 19:55:47 -0400 Received: from furry (adsl-99-70-212-128.dsl.wlfrct.sbcglobal.net [99.70.212.128]) (authenticated bits=0) by pantheon-po33.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o3ANtjC2032594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 10 Apr 2010 19:55:46 -0400 Received: by furry (Postfix, from userid 1000) id 95E0CC055; Sat, 10 Apr 2010 19:55:45 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 2817 Date: Sat, 10 Apr 2010 19:55:45 -0400 Message-ID: <87eiimq2v2.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) close 2817 thanks From unknown Mon Aug 18 14:20:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 09 May 2010 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 09 17:47:01 2010 Received: (at control) by debbugs.gnu.org; 9 Jun 2010 21:47:01 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMT6y-0004Es-PW for submit@debbugs.gnu.org; Wed, 09 Jun 2010 17:47:01 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMT6w-0004En-NK for control@debbugs.gnu.org; Wed, 09 Jun 2010 17:46:59 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OMT6s-00052v-K0; Wed, 09 Jun 2010 17:46:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19472.3022.495789.924198@fencepost.gnu.org> Date: Wed, 9 Jun 2010 17:46:54 -0400 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: red X-Ran: A=fJ7tn=D=|Q>6bx:~mg};BB^Xoi/[Guj`?^&,Q/.kr-Tr<[^`e=93vy*$;|wjY List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.0 (----) unarchive 2817 From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 09 17:52:24 2010 Received: (at 2817) by debbugs.gnu.org; 9 Jun 2010 21:52:24 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMTCC-0004Hk-3x for submit@debbugs.gnu.org; Wed, 09 Jun 2010 17:52:24 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OMTC9-0004Hf-Pe for 2817@debbugs.gnu.org; Wed, 09 Jun 2010 17:52:22 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OMTC4-0005Al-Ro; Wed, 09 Jun 2010 17:52:16 -0400 To: Chong Yidong Subject: Re: [PATCH] Emacs CVS: comint-password-prompt-regexp - support ssh-keygen References: <87hbniq2vc.fsf@stupidchicken.com> From: Glenn Morris X-Spook: INS morse high security assassination assassinate X-Ran: PXyssP>LOW<1,eh\@iE]31r_.GOBzO>|AwE~c)mx!Fx,oXfl=n;;~U,io\w^Dul4HlrbK_ X-Hue: yellow X-Debbugs-No-Ack: yes X-Attribution: GM Date: Wed, 09 Jun 2010 17:52:16 -0400 In-Reply-To: <87hbniq2vc.fsf@stupidchicken.com> (Chong Yidong's message of "Sat\, 10 Apr 2010 19\:55\:35 -0400") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.1 (------) X-Debbugs-Envelope-To: 2817 Cc: 2817@debbugs.gnu.org, Jari Aalto X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.1 (------) Chong Yidong wrote: >> Added support for ssh-keygen(1) prompt and changed to new format because >> the old one was hard to decipher and keep track on. > > Thanks, I have commited the change to the trunk. This can't be right. Eg why is there now a "^" at the start of the regexp, when there was not before? See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6367 From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 11 10:40:53 2010 Received: (at 2817) by debbugs.gnu.org; 11 Jun 2010 14:40:53 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ON5Ph-0007vW-2Z for submit@debbugs.gnu.org; Fri, 11 Jun 2010 10:40:53 -0400 Received: from pantheon-po23.its.yale.edu ([130.132.50.117]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ON5Pf-0007vP-1w for 2817@debbugs.gnu.org; Fri, 11 Jun 2010 10:40:51 -0400 Received: from furry (dhcp128036014175.central.yale.edu [128.36.14.175]) (authenticated bits=0) by pantheon-po23.its.yale.edu (8.12.11.20060308/8.12.11) with ESMTP id o5BEejUa018329 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 11 Jun 2010 10:40:45 -0400 Received: by furry (Postfix, from userid 1000) id 2F5E716D427; Fri, 11 Jun 2010 16:40:45 +0200 (CEST) From: Chong Yidong To: Glenn Morris Subject: Re: [PATCH] Emacs CVS: comint-password-prompt-regexp - support ssh-keygen References: <87hbniq2vc.fsf@stupidchicken.com> Date: Fri, 11 Jun 2010 10:40:45 -0400 In-Reply-To: (Glenn Morris's message of "Wed, 09 Jun 2010 17:52:16 -0400") Message-ID: <878w6ly6mq.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-YaleITSMailFilter: Version 1.2c (attachment(s) not renamed) X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 2817 Cc: 2817@debbugs.gnu.org, Jari Aalto X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.8 (--) Glenn Morris writes: > Chong Yidong wrote: > >>> Added support for ssh-keygen(1) prompt and changed to new format because >>> the old one was hard to decipher and keep track on. >> >> Thanks, I have commited the change to the trunk. > > This can't be right. Eg why is there now a "^" at the start of the > regexp, when there was not before? > > See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6367 The ^ is wrong, thanks for pointing this out. I've removed it, and added a test for this in test/comint-testsuite.el. From unknown Mon Aug 18 14:20:18 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 10 Jul 2010 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator