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

Re: Emacs-w3m & emacs 23.0.60.1



>>>>> In [emacs-w3m : No.10623] Joe Dennigan wrote:
> Hello all.

> I recently upgraded to emacs 23 and have a problem with emacs-w3m.

> I'm running
>     emacs 23.0.60.1 from CVS
>     w3mmee-p24-23
>     emacs-w3m 1.4.323 from CVS

> On invoking emacs-w3m the buffer only displays the w3mmee usage
> information, as if I had typed 'wmmee --help' in a terminal.

No problem here.  `C-c C-b' shows:

--8<---------------cut here---------------start------------->8---
emacs-w3m-version
 => "1.4.323"
emacs-version
 => "GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)\n of 2009-01-21 on pastis"
mule-version
 => "6.0 (HANACHIRUSATO)"
system-type
 => gnu/linux
(featurep 'gtk)
 => nil
w3m-version
 => "w3m/0.3.2+mee-p24-23+moe-1.5.8"
w3m-type
 => w3mmee
w3m-compile-options
 => ("lang=many" "kanji-symbols" "image" "color" "ansi-color" "mouse" "menu" "cookie" "ssl" "ssl-verify" "w3mmailer" "nntp" "gopher" "ipv6" "mark" "romaji")
w3m-language
 => "Japanese"
w3m-command-arguments
 => ("-o" "concurrent=0" "-F")
w3m-command-arguments-alist
 => nil
w3m-command-environment
 => (("W3MLANG" . "ja_JP.kterm"))
w3m-input-coding-system
 => ctext
w3m-output-coding-system
 => ctext
w3m-use-mule-ucs
 => nil
--8<---------------cut here---------------end--------------->8---

Sorry, I have no idea to fix your problem.

> I watched the network traffic - with tcpdump - and the connection to the
> web sites and data downloads appear normal.

> Launching w3mmee in a terminal works normally

> Oddly, *w3m* buffer tabs and the location headers at the top of each
> page show the requested web site and page details.

> In case it might help, here's the relevant section of my .emacs:
>    (setq w3m-command "/usr/local/bin/w3mmee")
>    (setq w3m-command-arguments `("-o" "concurrent=0" "-F"))
>    (require `w3m-ems)
>    (require `w3m-session)
>    (setq w3m-session-deleted-save nil)
>    (setq w3m-use-cookies `t)
>    (setq w3m-cookie-accept-bad-cookies `t)
>    (autoload `w3m-antenna "w3m-antenna" "Report changes of WEB sites." t)
>    (setq w3m-async-exec `t)
>    (setq browse-url-browser-function `w3m-browse-url)
>    (global-set-key "\C-xm" `browse-url-at-point)
>    (setq w3m-home-page "http://localhost/~jdenn/index.html";)
>    (setq browse-url-browser-function 'w3m-browse-url
>          browse-url-new-window-flag t)
>    (setq w3m-fill-column 72)

> I have no idea where to even begin to fix this so I'm hoping that
> someone on this list can point me in the right direction.  If you need
> more information please ask.

> Thanks,

> Joe

> --
> What part of "Ph'nglui mglw'nath Cthulhu R'lyeh wgah'nagl fhtagn" don't
> you understand?