[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:51:14 +0200
- X-ml-name: emacs-w3m
- X-mail-count: 12137
- References: <87txi2cfer.fsf@xxxxxx> <87ppsqcf4z.fsf@xxxxxx> <87d2oq824h.fsf@xxxxxx>
Michael Heerdegen <michael_heerdegen@xxxxxx> writes:
> etc. After loading the sources, it works, however. But wait, oh my
> god, what's this in w3m-proc.el:
>
> ;; Silence the Emacs's byte-compiler that says ``might not be defined''.
> (eval-when-compile
> (defun w3m-decode-coding-string-with-priority (str coding)
> ()))
Presumably this is no problem when you start with (require 'w3m). But
note that updating the w3m package in the package manager explicitly
reloads the w3m libraries in no specific order. If it happens that
w3m-proc.el is reloaded as last file, boom. Reloading single files of a
package should not break it.
Michael.