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

Re: [PATCH] w3m-form-input should put readonly input value on kill ring



In [emacs-w3m : No.12724]
On Fri, 30 Jun 2017 00:31:10 -0700, Vladimir Sedach wrote:
> If you have a readonly input with a short size, like this:

> <input type="text" value="a long string" size="3" readonly />

> There is no quick way to copy the value of the input. Pressing RET on
> the input only displays the message READONLY INPUT in the echo area.

> The attached patch makes w3m-form-input put the value on the kill ring
> in addition to the echo area. This is similar to what
> w3m-print-current-url does.

Installed.  Thanks.
Well, it will interrupt a user if she has a text to be yanked in
the kill-ring.  Though, I have no idea to help such a situation..