[emacs-w3m:13795] Re: [emacs-w3m/emacs-w3m] What does 'no such anchor' means and how-to sort it out? (#97)

yamaoka <[email protected]> Tue, 13 Jul 2021 16:22:15 -0700
Newsgroups gmane.emacs.w3m
Message-ID <emacs-w3m/emacs-w3m/issues/97/[email protected]>
Emanuel Berg responded in the emacs-w3m mailing list as follows:

touxstone wrote:

> No such anchor: result?query=inquired&lang=en&f=concordance
> (add-to-list 'w3m-search-engine-alist
>              '("skell" "https://skell.sketchengine.eu/#result?query=%s&lang=en&f=concordance"))

It is the hash (```#```) that's the problem - try replace it with
```&#35;``` or quote it some other way?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/issues/97#issuecomment-879468588