Hi, everyone. I got the following lines of code I wish someone could do help on this. There is a (corpora for collocations) search engine I wanted to add to my w3m-search
function but unsuccessful, whenever a try I got the following output which I ignore what it means so sorting it out, any help?
No such anchor: result?query=inquired&lang=en&f=concordance
here my lines of code:
(global-set-key (kbd "s-g") (lambda ()
(interactive)
(let ((current-prefix-arg t))
(call-interactively 'w3m-search))))
(require 'w3m-search)
(add-to-list 'w3m-search-engine-alist
'("skell" "https://skell.sketchengine.eu/#result?query=%s&lang=en&f=concordance"))
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.