[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17839: 24.4.50; read-passwd echoes password input in non-interactive
From: |
Stefan Monnier |
Subject: |
bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions |
Date: |
Thu, 10 Jul 2014 12:43:46 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> Well, I've tried this 'cos I believe it is important. The idea is to
> give the prompt in read-passwd the text property 'hide-chars. In
> noninteractive mode, emacs writes "." instead of echoing the password
> while typing. You can test it with
I think a more idiomatic way to do that would be to use a global Lisp
var that's let-bound in read-passwd.
> + else if (hide_chars && (c == 127)) /* DEL */
> + {
> + /* Unfortunately, we cannot edit stdout. */
> + // fprintf (stdout, "%c", c);
> + /* Hmm, this doesn't work for multi-byte characters. */
> + (len > 0) && len--;
> + }
I don't think that's worth the trouble.
Stefan
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Michael Albinus, 2014/07/10
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions,
Stefan Monnier <=
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Michael Albinus, 2014/07/11
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Michael Albinus, 2014/07/11
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Eli Zaretskii, 2014/07/11
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Michael Albinus, 2014/07/11
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Eli Zaretskii, 2014/07/11
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Michael Albinus, 2014/07/11
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Michael Albinus, 2014/07/11
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Eli Zaretskii, 2014/07/11
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Michael Albinus, 2014/07/11
- bug#17839: 24.4.50; read-passwd echoes password input in non-interactive sessions, Eli Zaretskii, 2014/07/11