transmission icon indicating copy to clipboard operation
transmission copied to clipboard

replaced obsolete function (url-get-url-at-point) with (thing-at-poin…

Open pyrenaica opened this issue 5 years ago • 2 comments

Installing or upgrading transmission.el gives the following warning In transmission-ffap: transmission.el:815:8:Warning: ‘url-get-url-at-point’ is an obsolete function (as of 27.1); use ‘thing-at-point-url-at-point’ instead.

So I changed url-get-url-at-point to the recommended thing-at-point-url-at-point.

pyrenaica avatar Dec 12 '20 21:12 pyrenaica

When i replace ‘url-get-url-at-point’ by ‘thing-at-point-url-at-point’ i get this warning :

the function ‘thing-at-point-url-at-point’ is not known to be defined.

Though i still have the same warning as pyrenaica if i don't touch the code.

tamwile avatar May 24 '21 18:05 tamwile

It became obsoleted only in Emacs 27.1

This package depends on Emacs 24.4

xFA25E avatar Dec 14 '21 12:12 xFA25E