help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: w3m question


From: Kevin Rodgers
Subject: Re: w3m question
Date: Mon, 21 Jul 2003 10:53:39 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

upro wrote:

Following the suggestions in a previos post in thes NG I wanted to
give emacs-w3m a try.

After the installation I get the error message: "Wrong type argument: stringp, nil", and the following debugger mesages after I M-x w3m:


You should probably report bugs to emacs-w3m@namazu.org (see
http://emacs-w3m.namazu.org/#mailing_list).


Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  call-process-region(1 166 nil "/tmp/emacsKdtJTg" t nil "-T" "text/html" 
"-halfdump")
 byte-code xxxxxxxxxxxxxx
(defvar w3m-accept-japanese-characters (byte-code xxxxxxxx
execute-extended-command(nil)
  call-interactively(execute-extended-command)


The w3m-accept-japanese-characters defvar has this bit of code (version 1.2.6):

                 (call-process-region (point-min) (point-max) w3m-command
                                      t t nil "-T" "text/html" "-halfdump")

which doesn't match your backtrace.

Is w3m-command nil?  How did that happen?

What is w3m-type set to?


For some strange reason I can't copy and yank the byte-code...


Did you type in the backtrace?  Perhaps that's why it doesn't match the
source...

--
Kevin Rodgers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]