GNU bug report logs - #22942
emacs 25.0.90.1; "Retype" is missing from comint-password-prompt-regexp

Previous Next

Package: emacs;

Reported by: Clément Pit--Claudel <clement.pitclaudel <at> live.com>

Date: Tue, 8 Mar 2016 13:44:02 UTC

Severity: normal

Tags: fixed

Fixed in version 26.1

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22942 in the body.
You can then email your comments to 22942 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#22942; Package emacs. (Tue, 08 Mar 2016 13:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Clément Pit--Claudel <clement.pitclaudel <at> live.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 08 Mar 2016 13:44:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Clément Pit--Claudel <clement.pitclaudel <at> live.com>
To: bug-gnu-emacs <at> gnu.org
Subject: emacs 25.0.90.1; "Retype" is missing from
 comint-password-prompt-regexp
Date: Tue, 8 Mar 2016 08:42:48 -0500
[Message part 1 (text/plain, inline)]
The pass utility (a password manager which is pretty popular on Debian derivatives) uses two password prompts:

Enter password for [account]: 
Retype password for [account]: 

Comint only detects the first one as a password prompt, but shows the second one in clear. The fix is to add “Retype” to ‘comint-password-prompt-regexp’. “Type” could be a useful addition as well. It would also be nice to add “Master” to that list, so that “Master password:” is recognized as well.

Clément.


[signature.asc (application/pgp-signature, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22942; Package emacs. (Tue, 08 Mar 2016 16:11:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#22942: emacs 25.0.90.1; "Retype" is missing from
 comint-password-prompt-regexp
Date: Tue, 8 Mar 2016 17:11:53 +0100

On 08.03.2016 14:42, Clément Pit--Claudel wrote:
> The pass utility (a password manager which is pretty popular on Debian derivatives) uses two password prompts:
>
> Enter password for [account]:
> Retype password for [account]:
>
> Comint only detects the first one as a password prompt, but shows the second one in clear. The fix is to add “Retype” to ‘comint-password-prompt-regexp’. “Type” could be a useful addition as well. It would also be nice to add “Master” to that list, so that “Master password:” is recognized as well.
>
> Clément.
>
>

At my Xubuntu Emacs displays even first passwort following "sudo".

Thanks opening,

Andreas




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22942; Package emacs. (Mon, 25 Apr 2016 22:31:01 GMT) Full text and rfc822 format available.

Message #11 received at 22942 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Clément Pit--Claudel <clement.pitclaudel <at> live.com>
Cc: 22942 <at> debbugs.gnu.org
Subject: Re: bug#22942: emacs 25.0.90.1;
 "Retype" is missing from comint-password-prompt-regexp
Date: Tue, 26 Apr 2016 00:30:54 +0200
Clément Pit--Claudel <clement.pitclaudel <at> live.com> writes:

> The pass utility (a password manager which is pretty popular on Debian
> derivatives) uses two password prompts:
>
> Enter password for [account]: 
> Retype password for [account]: 

Ok; fixed on the trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22942; Package emacs. (Mon, 25 Apr 2016 22:32:02 GMT) Full text and rfc822 format available.

Message #14 received at 22942 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
Cc: 22942 <at> debbugs.gnu.org
Subject: Re: bug#22942: emacs 25.0.90.1;
 "Retype" is missing from comint-password-prompt-regexp
Date: Tue, 26 Apr 2016 00:31:12 +0200
Andreas Röhler <andreas.roehler <at> easy-emacs.de> writes:

> On 08.03.2016 14:42, Clément Pit--Claudel wrote:
>> The pass utility (a password manager which is pretty popular on
>> Debian derivatives) uses two password prompts:
>>
>> Enter password for [account]:
>> Retype password for [account]:
>>
>> Comint only detects the first one as a password prompt, but shows
>> the second one in clear. The fix is to add “Retype” to
>> ‘comint-password-prompt-regexp’. “Type” could be a useful addition
>> as well. It would also be nice to add “Master” to that list, so that
>> “Master password:” is recognized as well.
>>
>> Clément.
>>
>>
>
> At my Xubuntu Emacs displays even first passwort following "sudo".

What does the prompt look like?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22942; Package emacs. (Mon, 25 Apr 2016 22:38:01 GMT) Full text and rfc822 format available.

Message #17 received at 22942 <at> debbugs.gnu.org (full text, mbox):

From: Clément Pit--Claudel <clement.pitclaudel <at> live.com>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: 22942 <at> debbugs.gnu.org
Subject: Re: bug#22942: emacs 25.0.90.1; "Retype" is missing from
 comint-password-prompt-regexp
Date: Mon, 25 Apr 2016 18:37:13 -0400
[Message part 1 (text/plain, inline)]
Yay, thanks!

On 2016-04-25 18:30, Lars Magne Ingebrigtsen wrote:
> Clément Pit--Claudel <clement.pitclaudel <at> live.com> writes:
> 
>> The pass utility (a password manager which is pretty popular on Debian
>> derivatives) uses two password prompts:
>>
>> Enter password for [account]: 
>> Retype password for [account]: 
> 
> Ok; fixed on the trunk.
> 

[signature.asc (application/pgp-signature, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22942; Package emacs. (Wed, 14 Jun 2017 23:58:02 GMT) Full text and rfc822 format available.

Message #20 received at 22942 <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Clément Pit--Claudel <clement.pitclaudel <at> live.com>
Cc: Lars Magne Ingebrigtsen <larsi <at> gnus.org>, 22942 <at> debbugs.gnu.org
Subject: Re: bug#22942: emacs 25.0.90.1;
 "Retype" is missing from comint-password-prompt-regexp
Date: Wed, 14 Jun 2017 19:59:04 -0400
tags 22942 fixed
close 22942 26.1
quit

Clément Pit--Claudel <clement.pitclaudel <at> live.com> writes:

> Yay, thanks!
>
> On 2016-04-25 18:30, Lars Magne Ingebrigtsen wrote:
>> Clément Pit--Claudel <clement.pitclaudel <at> live.com> writes:
>> 
>>> The pass utility (a password manager which is pretty popular on Debian
>>> derivatives) uses two password prompts:
>>>
>>> Enter password for [account]: 
>>> Retype password for [account]: 
>> 
>> Ok; fixed on the trunk.
>> 

It was done in [1: 4f25bef332].

[1: 4f25bef332]: 2016-04-26 00:31:26 +0200
  Include "Retype" as a comint password prompt
  http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=4f25bef332264df2e4d096e529a63655fa03c5bc




Added tag(s) fixed. Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Wed, 14 Jun 2017 23:58:02 GMT) Full text and rfc822 format available.

bug marked as fixed in version 26.1, send any further explanations to 22942 <at> debbugs.gnu.org and Clément Pit--Claudel <clement.pitclaudel <at> live.com> Request was from npostavs <at> users.sourceforge.net to control <at> debbugs.gnu.org. (Wed, 14 Jun 2017 23:58:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Jul 2017 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 341 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.