Bug 38795 - app-emacs/emacs-w3m--1.3.80 fails to start
Bug#: 38795 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: usata@gentoo.org Reported By: mkennedy@gentoo.org
Component: Ebuilds
URL: 
Summary: app-emacs/emacs-w3m--1.3.80 fails to start
Keywords:  
Status Whiteboard: 
Opened: 2004-01-20 01:39 0000
Description:   Opened: 2004-01-20 01:39 0000
usata, 

I'm a bit unfamiliar with the emacs-w3m, w3m ebuilds these days.  Attached is a screen shot of the problem.  The command to reproduce that is "emerge --no-init-file -f w3m".

Installed:

emacs-w3m-1.3.80
w3m-0.4.2-r6
w3mmee-0.3.2_p24-r3
emacs (cvs from a few days ago, but the problem has peristed before that).

------- Comment #1 From Matthew Kennedy (RETIRED) 2004-01-20 01:40:49 0000 -------
Created an attachment (id=24119) [details]
emacs-w3m-failure.png

------- Comment #2 From Mamoru KOMACHI (RETIRED) 2004-01-20 08:20:25 0000 -------
hum, what is w3m-type after you load emacs-w3m? It should not bew3m-m17n but
w3m-m17n. option ext_halfdump is set if w3m-typeis w3m-m17n, so i suppose there
is something wrong with this.

------- Comment #3 From Matthew Kennedy (RETIRED) 2004-01-20 13:41:13 0000 -------
---1:**-F1  *Customize Option: W3m Command*   Top L14    
(Custom)----[1][#l,#g,#e,i] ---------Location: about:
ucs_conv=1: bad option
w3m version w3m/0.4.2+cvs-1.896-m17n, options
m17n,image,color,ansi-color,menu,cookie,ssl,ssl-$usage: w3m [options] [URL or
filename]
options:
    -t tab           set tab width
    -r               ignore backspace effect
    -l line          # of preserved line (default 10000)
    -I charset       document charset


(setq w3m-command "w3m")

------- Comment #4 From Matthew Kennedy (RETIRED) 2004-01-20 13:42:16 0000 -------
---1:**-F1  *Customize Option: W3m Command*   Top L14    
(Custom)----[1][#l,#g,#e,i] ---------Location: about:
ext_halfdump=1: bad option
w3m version w3m/0.3.2+mee-p24-19+moe-1.5.6, options
lang=many,kanji-symbols,color,menu,cookie,$usage: w3m [options] [URL or
filename]
options:
    -t tab           set tab width
    -r               ignore backspace effect
    -l line          # of preserved line (default 10000)
    -I      document charset

(setq w3m-command "w3mmee")

------- Comment #5 From Matthew Kennedy (RETIRED) 2004-01-20 13:51:58 0000 -------
Location: about:
                                    Welcome to emacs-w3m!
                                                                                               
                  emacs-w3m is an interface program of w3m, works on Emacs.


(setq "/usr/bin/w3m-m17n")

looks like we should some how have emacs-w3m use w3m-m17n?  It seems like thats the only one which works.

------- Comment #6 From Matthew Kennedy (RETIRED) 2004-01-20 13:52:31 0000 -------
i should mention, i have to install w3m-m17n manually to try it out (it wasn't
a dep)

------- Comment #7 From Mamoru KOMACHI (RETIRED) 2004-01-21 06:47:13 0000 -------
I don't know why emacs-w3m insists on ext_halfdump=1 when you use
w3mmee. It shouldn't require ext_halfdump unless w3m-type is w3m-m17n.

As for w3m, w3m-0.4.2-r6 needs to be compiled with USE="unicode" if 
you have USE="cjk" (I suppose USE="-cjk -unicode" is also fine).
w3m-m17n doesn't have unicode USE flag to tell --disable-unicode
explicitly, so it always gets compiled with unicode support or not at
all. (and because of that w3m-m17n doesn't have this problem)

Today I realised emacs-w3m-1.3.80 works fine on both w3m and w3m-m17n
(I only have to type 'http://' part to render pages correctly),
so I'll change emacs-w3m's DEPEND back to virtual/w3m shortly.

------- Comment #8 From Mamoru KOMACHI (RETIRED) 2004-02-02 09:07:31 0000 -------
All of w3m, w3m-m17n and w3mmee will work fine. (Fixed all of them
in addition to emacs-w3m)