[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Patch] Avoid recording chars when reading passwords
From: |
Manuel Giraud |
Subject: |
Re: [Patch] Avoid recording chars when reading passwords |
Date: |
Tue, 14 Jun 2022 11:38:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (berkeley-unix) |
Hi,
So I digged into the log and found that `inhibit--record-char' was
obsoleted in bd5c740419.
The reason seems to be that "quail.el" was the last user of this
variable and use it to inhibit a second recording after the first
one. AFAIU, quail.el now have function (quail-add-unread-command-events)
that put a copy of those events with 'no-record into
unread-command-events to have this behaviour.
I was not able to do the same when reading password (there is just one
read_char involved), so as Eli suggested, I choose to un-obsolete
`inhibit--record-char' and use it in `read-passwd' only.
0001-Avoid-recording-passwords-chars.patch
Description: Text Data
--
Manuel Giraud
- [Patch] Avoid recording chars when reading passwords, Manuel Giraud, 2022/06/08
- Re: [Patch] Avoid recording chars when reading passwords, Eli Zaretskii, 2022/06/08
- Re: [Patch] Avoid recording chars when reading passwords, Manuel Giraud, 2022/06/13
- Re: [Patch] Avoid recording chars when reading passwords,
Manuel Giraud <=
- Re: [Patch] Avoid recording chars when reading passwords, Eli Zaretskii, 2022/06/14
- Re: [Patch] Avoid recording chars when reading passwords, Stefan Monnier, 2022/06/14
- Re: [Patch] Avoid recording chars when reading passwords, Eli Zaretskii, 2022/06/14
- Re: [Patch] Avoid recording chars when reading passwords, Manuel Giraud, 2022/06/15
- Re: [Patch] Avoid recording chars when reading passwords, Eli Zaretskii, 2022/06/18
- Re: [Patch] Avoid recording chars when reading passwords, Akib Azmain Turja, 2022/06/18
- Re: [Patch] Avoid recording chars when reading passwords, Akib Azmain Turja, 2022/06/18
- Re: [Patch] Avoid recording chars when reading passwords, Manuel Giraud, 2022/06/20
- Re: [Patch] Avoid recording chars when reading passwords, Eli Zaretskii, 2022/06/20
- Re: [Patch] Avoid recording chars when reading passwords, Manuel Giraud, 2022/06/20