[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-goto-url: Wrong type argument: char-or-string-p, nil on mailto
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 12 Apr 2012 23:24:00 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11796
- References: <b4mty0pehlb.fsf@xxxxxxx> <87d37dxhhb.fsf@xxxxxxxxxxx>
- References: <b4mty0pehlb.fsf@xxxxxxx> <87d37dxhhb.fsf@xxxxxxxxxxx>
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.