[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-canonicalize-url misbehaviour
- From: Michael Heerdegen <michael_heerdegen@xxxxxx>
- Date: Tue, 03 Sep 2013 20:38:05 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 12139
- References: <87eh96ufdq.fsf@xxxxxxx>
Manuel Giraud <manuel@xxxxxxxxxxxxxx> writes:
> Here is a patch for w3m-canonicalize-url. Without it, the following
> code:
>
> (let ((w3m-uri-replace-alist '(("\\ `ddg:" w3m-search-uri-replace "duckduckgo")))
> (w3m-search-engine-alist '(("duckduckgo" "https://duckduckgo.com/html/?q=%s"))))
> (w3m-canonicalize-url "ddg:foo"))
>
> evaluates to "ddg:foo". So URI replacement is broken.
Indeed. All URI like "foo:bar" are not working anymore. We (I) should
have been testing the last change there better.
Michael.