>>>>> In <[EMAIL PROTECTED]> Peter Wu wrote: > I added the following 2 lines to my .emacs
> (require 'w3m-load) > (setq mm-text-html-renderer 'w3m) > When I attempt to read a RSS feed, I get the this error: > Checking new news...done > Retrieving newsgroup: nnrss:Autoblog... > Loading disp-table...done > Loading gnus-ml...done > Loading byte-opt...done > nnrss: Requesting Autoblog...done > Fetching headers for nnrss:Autoblog...done > Generating summary...done > Loading gnus-bcklg...done > Loading gnus-async...done > Loading mail-extr...done > Loading cl-macs...done > byte-code: Invalid function: charset-id > What am I missing here? Thanks. It looks like a very rare case. I guess you're using emacs-w3m v1.4.3 or older and it was byte compiled by the old version of Emacs 22 in which the `charset-id' macro was disappeared. Re-installing the latest emacs-w3m[1] using the most recent Emacs 22 will solve the problem. [1] You can obtain a snapshot from: http://cvs.namazu.org/emacs-w3m.tar.gz?view=tar _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
