[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error with w3m-puny-decode-url
- From: Michael Heerdegen <michael_heerdegen@xxxxxx>
- Date: Tue, 03 Sep 2013 15:29:34 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 12136
- References: <87txi2cfer.fsf@xxxxxx> <87ppsqcf4z.fsf@xxxxxx>
Hi again,
this seems to be the culprit:
1 -> (w3m-decode-coding-string-with-priority "http://www.google.com/search?btnI=I%'m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=www.wetter.com" utf-8)
1 <- w3m-decode-coding-string-with-priority: nil
This happens quite often:
1 -> (w3m-decode-coding-string-with-priority "https://produkte.web.de/de-mail/?mc=demail@hp@reiter.produkte" utf-8)
1 <- w3m-decode-coding-string-with-priority: nil
======================================================================
1 -> (w3m-decode-coding-string-with-priority "http://web.de/magazine/shopping/index.html" utf-8)
1 <- w3m-decode-coding-string-with-priority: nil
======================================================================
1 -> (w3m-decode-coding-string-with-priority "https://produkte.web.de/mailcheck?mc=hp@home@header@xxxxxxxxxxxxxxxxxx@mailcheck" utf-8)
1 <- w3m-decode-coding-string-with-priority: nil
======================================================================
etc. After loading the sources, it works, however. But wait, oh my
god, what's this in w3m-proc.el:
--8<---------------cut here---------------start------------->8---
;; Silence the Emacs's byte-compiler that says ``might not be defined''.
(eval-when-compile
(defun w3m-decode-coding-string-with-priority (str coding)
()))
--8<---------------cut here---------------end--------------->8---
This is no good, I think.
Michael.