bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#58091: 28.2.50; Unexpected thing-at-point URL in eww input field


From: Lars Ingebrigtsen
Subject: bug#58091: 28.2.50; Unexpected thing-at-point URL in eww input field
Date: Mon, 26 Sep 2022 15:16:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

"Basil L. Contovounesios" <contovob@tcd.ie> writes:

> I see the following in Emacs 28 and 29 but not in 27 or 26:
>
> 0. emacs -Q
> 1. M-x eww RET https://gnu.org/cgi-bin/estseek.cgi RET
> 2. TAB TAB
>    [Point is now in the input field.]
> 3. M-: (thing-at-point 'url) RET
>
> This gives:
>
>   (input
>    ((type . "text")
>     (name . "phrase")
>     (value . "")
>     (size . "80")
>     (id . "phrase")
>     (class . "text")
>     (tabindex . "1")
>     (accesskey . "0")))
>
> Whereas I'd expect a string or nil.

I've now fixed this in Emacs 29.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]