From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Alexander Nikolov Newsgroups: gmane.emacs.help Subject: Re: emacs/w3 problems(console, images, CVS) Date: 16 Aug 2003 17:10:53 +0300 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3F3A7C00.1020808@yahoo.com> <3F3D4367.7000509@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-5 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1061043429 25345 80.91.224.253 (16 Aug 2003 14:17:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Aug 2003 14:17:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 16 16:17:08 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19o1rf-0001hh-00 for ; Sat, 16 Aug 2003 16:17:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19o1qf-0005Yl-Tr for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Aug 2003 10:16:05 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news-feed1.de1.concert.net!fu-berlin.de!uni-berlin.de!ip217-30.mnet.BG!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 59 Original-NNTP-Posting-Host: ip217-30.mnet.bg (193.110.217.30) Original-X-Trace: news.uni-berlin.de 1061043050 724166 193.110.217.30 (16 [159246]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:115937 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11854 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11854 Kevin Rodgers writes: > Alexander Nikolov wrote: > > > Kevin Rodgers writes: > > > >>Alexander Nikolov wrote: > >> > >> > >>>I got the url package from CVS and now starting W3 gives the following > >>>error(I post the debug information): > >>>,---- > >>>| Debugger entered--Lisp error: (invalid-function (macro . #[(handle) " %/1¢?microsoft-cp1251 ±²E %/1¢?microsoft-cp1251 ?" [handle nth 2] 3])) > >>>| mm-handle-encoding((#> ("text/html") nil nil nil nil nil nil)) > >>>| w3-decode-charset((#> ("text/html") nil nil nil nil nil nil)) > >>>| w3-fetch-callback("http://www.cs.indiana.edu/elisp/w3/docs.html") > >>>| apply(w3-fetch-callback "http://www.cs.indiana.edu/elisp/w3/docs.html") > >>>| url-http-activate-callback() > >>>| url-http-wait-for-headers-change-function(1 185 184) > >>>| url-http-generic-filter(# "HTTP/1.1 304 Not Modified\nDate: Wed, 13 Aug 2003 08:45:00 GMT\nServer: Apache/1.3.27 (Unix) PHP/4.2.3 mod_ssl/2.8.11 OpenSSL/0.9.6e\nConnection: close\nETag: \"148a7e-b86-3c02cee1\"\n\n") > >>>`---- > >>> > >>That means that mm-handle-encoding calls a macro which was not defined when > >>it was byte compiled. Recompile it (you may as well recompile all the W3 .el > >>files). > > ,----[ C-h f mm-handle-encoding RET ] > > | mm-handle-encoding is a Lisp macro in `mm-decode'. > > | (mm-handle-encoding HANDLE) > > | not documented > > `---- > > > Ah, perhaps it was w3-decode-charset that was compiled without the > mm-handle-encoding macro being defined. > > > > Compiling mm-decode gives the following error: > > ,---- > > | Compiling file /usr/share/emacs/21.2/lisp/gnus/mm-decode.el at Thu Aug 14 13:10:14 2003 > > | ** The following functions are not known to be defined: temp-directory, > > | delete-annotation, make-glyph, glyph-width, window-pixel-width, > > | glyph-height, window-pixel-height, > > | valid-image-instantiator-format-p > > `---- > > I downloded the emacs/lisp/gnus directory from the CVS repository and > > recompiled all the files in it and then recompiled w3 and I still get > > the same error. Any ideas what are these undefined functions in the > > error message above? > > Uh, because you're not running the CVS version of Emacs? > > -- > Kevin Rodgers > Then I guess it is time for little downloading/compiling..urgh -- export AUTHOR=Alex\ Nikolov echo $AUTHOR