[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: not boundp: byte-compile-unresolved-functions
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 22 Nov 2007 21:16:58 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 09764
- References: <87r6iiv8lx.fsf@baal.twb.ath.cx>
>>>>> In [emacs-w3m : No.09763] trentbuck@xxxxxxxxx wrote:
> I cvs up'd recently, and M-x w3m in a new Emacs complained because
> byte-compile-unresolved-functions was not bound. I run w3m-el without
> byte-compiling it, straight out of the CVS checkout directory.
[...]
> emacs-w3m-version
> => "1.4.238"
> emacs-version
> => "GNU Emacs 22.1.1 (x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)\n of 2007-11-03 on excelsior, modified by Debian"
`byte-compile-unresolved-functions' is indeed not bound if
bytecomp.elc is not loaded. However, we don't suppose that
w3m-proc.el is used without compiling. It lowers the
performance (even if you use a super computer). So, I think we
have nothing to do for it for the moment.
Regards,