[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pasting a password
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Tue, 07 Oct 2008 13:14:02 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10380
- References: <20081007031046.27924.15252@xxxxxxxxxxxxxxxx> <873aj92ipn.fsf@xxxxxxxxxxx>
>>>>> In [emacs-w3m : No.10379] jidanni@xxxxxxxxxxx wrote:
> The challenge: attempt to paste this password into the w3m password
> entry field.
[...]
> The problem is C-y is just read as a raw character there at the
> mini buffer Password: prompt. emacs-w3m-version "1.4.263".
That's what `read-passwd' that is an Emacs function does. In
the function definition, the special keys that it handles are
only C-h, C-u and C-? (see the doc string).
Regards,