[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: w3m-goto-url: Wrong type argument: char-or-string-p, nil on mailto



jidanni@xxxxxxxxxxx wrote:
> >>>>> "KY" == Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
KY> (i.e. M-x load-library w3m.el RET).
> Ah, so that is how to get rid of the raw binary stuff!

Yes.  You may further want to load other .el files if w3m.el
requires them (and one of them is suspected to cause an error).

> Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
>   insert(nil)
>   (while body (insert (pop body)) (unless (bolp) (insert "\n")))

I see.  That's due to exactly an emacs-w3m bug.  I'm going to
fix it tomorrow.