bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40051: 26.3; comint-password-prompt-regexp


From: Noam Postavsky
Subject: bug#40051: 26.3; comint-password-prompt-regexp
Date: Thu, 02 Apr 2020 20:44:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (gnu/linux)

Lutz Weber <lutweb@tutanota.com> writes:

> In Emacs 26.3 in shell-mode with OpenBSD 6.6 with the doas command I am
> being asked for a password.  The password entered is not hidden.
>
> The workaround is to run this:
> (require 'comint)
> (setq comint-password-prompt-regexp
>       (concat comint-password-prompt-regexp
>               "\\|^.*doas.*password:\\s *\\'"))
>
> This might be added to the defaults.  Thank you.

Could you show what the prompt you receive looks like?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]