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

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



This is cool! I like it.

Vladimir

Katsumi Yamaoka <yamaoka@xxxxxxx> writes:

> Hi Vladimir,
>
> Instead of copying a readonly text silently, how about this way?
>
> ,----
> | Show the whole readonly text when putting the point on the box.
> | At that time, the echo area shows:
> |
> | "This form is not editable; type `c' to copy the contents"
> |
> | The box becomes normal when the point leaves it.
> `----
>
> Could you try the attached ELisp snippet when you have time?
> To use it, run emacs-w3m as usual, and then eval (or load) it.
>
> This modifies `w3m-show-form-hint' and adds two functions.
>
> Thanks.