[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-fontify
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Wed, 19 Nov 2008 00:05:55 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 10441
- References: <hg8wrhmi84.fsf@xxxxxx> <b4mvdulz3mq.fsf@xxxxxxx> <hg8wrhmf71.fsf@xxxxxx>
>>>>> In [emacs-w3m : No.10440]
>>>>> Olivier Klein <oklein@xxxxxx> wrote:
> Here is the log file of the debugger:
> Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil)
> w3m-decode-entities(reserve-prop)
> w3m-fontify()
> w3m-region(1347 6452 nil "iso-8859-1")
> mm-inline-text-html-render-with-w3m((#<buffer *mm*<3>>\
> ("text/html" (charset . "iso-8859-1")) quoted-printable nil nil nil nil nil))
It looks like there's something special in that html message.
Though it might not relate to whether your dot-emacs.el file is
compiled or not, I'd like to know why such an error happens.
Could you load the w3m.el file (not the w3m.elc file) [1] in
advance and try getting the *Backtrace* again?
[1] M-x load-file RET /some/where/w3m.el RET
Please note that you will have to perform the `C-]' command
(i.e. `M-x abort-recursive-edit RET') whenever you've seen the
*Backtrace* buffer in order to initialize the Emacs debugger.
> This might be linked to some incompatibilities w/ my local lisp files ??
I'll look into them later, if needed. Thanks.
Regards,