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

Re: pasting a password



>>>>> 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,