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

Re: w3m-fontify



>>>>> In [emacs-w3m : No.10438] Olivier Klein wrote:
> My .emacs contains the following two lines:
> (byte-compile-if-newer "~/elisp/dot-emacs")             ; orig.
> (load-file "~/elisp/dot-emacs.elc")                     ; orig.

> When dot-emacs.elc is present, I get an error message with
> w3m-fontify (gnus, loading html message):
> w3m-fontify: Wrong type argument: integer-or-marker-p, nil

> ??? Everything works fine when I erase ~/elisp/dot-emacs.elc prior to
> the operation ???

Could you try debugging by yourself?  To do that:

1. Start Emacs.
2. Type this:
   M-: (setq debug-on-error t) RET
3. Do the thing that causes the error (reading an HTML message?).
4. Send the contents of the *Backtrace* buffer to this list.

Note that the *Backtrace* buffer will contain unprintable data.
So you'd better do: save the contents to a file, gzip it, and
send the file as a MIME attachment.

Though it is not necessarily promised, we may find out the cause
of your real problem.

Regards,