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

Re: emacs-w3m not rendering webpages



Hi,

> 1.3.6?  You are using Emacs 21, not XEmacs, aren't you?

I am using 1.3.80, I also tried 1.3.60. I was using GNU Emacs 21.3-r1 then I
upgraded it to 21.3-r2.

> If you aren't using them, did you see any error message?  It can
> be found in the "*Messages*" buffer.  You can also use

There are no error messages.

(emacs)
..
Loading w3m...
Loading /usr/libexec/emacs/21.3/i686-pc-linux-gnu/fns-21.3.1.el (source)...done
Loading w3m...done
Loading ffap...done
Loading w3m-tabmenu...done
Loading w3m-form...done
Loading mule-util...done
Making completion list...
Loading view...done             [This is after I enter url]


My .emacs is:

;; w3m stuff
(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
(autoload 'w3m-browse-url "w3m" "Ask a WWW browser to show a URL." t)
(autoload 'w3m-search "w3m-search" "Search words using emacs-w3m." t)
(autoload 'w3m-weather "w3m-weather" "Display a weather report." t)
(autoload 'w3m-antenna "w3m-antenna" "Report changes of web sites." t)
(autoload 'w3m-namazu "w3m-namazu" "Search files with Namazu." t)
(setq debug-on-error t)


Stuff generated by bug report.

System Info to help track down your bug:
---------------------------------------
emacs-w3m-version
 => "1.3.80"
emacs-version
 => "GNU Emacs 21.3.1 (i686-pc-linux-gnu, Motif Version 2.2.2)\n of 2004-01-18 on xeo"
mule-version
 => "5.0 (SAKAKI)"
system-type
 => gnu/linux
w3m-version
 => "w3m/0.3.2+mee-p24-19"
w3m-type
 => w3mmee
w3m-compile-options
 => ("lang=en" "image" "color" "mouse" "menu" "cookie" "ssl" "ssl-verify" "w3mmailer" "nntp" "gopher" "mark")
w3m-language
 => nil
w3m-command-arguments
 => ("-o" "concurrent=0" "-F")
w3m-command-arguments-alist
 => nil
w3m-command-environment
 => (("W3MLANG" . "ja_JP.kterm"))
w3m-use-mule-ucs
 => nil


Thanks,
asubedi