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

Re: emacs-w3m-1.3.6



Hi,

Thank you for your bug report.  I forward your report to our mailing
list <emacs-w3m@namazu.org>, that is an open list to public.

--- Begin Message ---
TSUCHIYA Masatoshi <tsuchiya@namazu.org> writes:

> Hello all,
>
> We are pleased to inform you that emacs-w3m-1.3.6 is now available.
> It can be downloaded from:
>
>    http://emacs-w3m.namazu.org/emacs-w3m-1.3.6.tar.gz
>      MD5SUM = a059b220f33cddfe16ecf0722d74a0a7
>
> This is the bug fix release of emacs-w3m-1.3.5.  We hope that this
> release would be the last release of emacs-w3m-1.3.x series.

Hello,

1.3.4 and 1.3.6 do not build or install the documentation for me:

$ make
[...]
cd doc && make EMACS="/usr/bin/emacs"
make[1]: Entering directory `/tmp/emacs-w3m-1.3.6/doc'
Symbol's function definition is void: TeX-add-style-hook
make[1]: *** [emacs-w3m-ja.info] Error 255
make[1]: Leaving directory `/tmp/emacs-w3m-1.3.6/doc'
make: *** [info] Error 2

$ emacs --version
GNU Emacs 21.3.1
Copyright (C) 2002 Free Software Foundation, Inc.

extract from doc/Makefile:

ADDITIONAL_LOAD_PATH = /home/emma/.lisp

SHELL        = /bin/sh

MAKEINFO     = makeinfo
TEXI2DVI     = texi2dvi
PTEX         = false
JBIBTEX      = false
EMACS        = /usr/bin/emacs
FLAGS        = -q -no-site-file -batch -l ./w3mhack.el $(ADDITIONAL_LOAD_PATH)
EMACSINFO    = cd $(top_srcdir) && $(EMACS) $(FLAGS) -f w3mhack-makeinfo

INFO_DEPS_EN = emacs-w3m.info
INFO_DEPS_JA = emacs-w3m-ja.info
INFO_DEPS    = $(INFO_DEPS_EN) $(INFO_DEPS_JA)


-- 
Matthias Andree


--- End Message ---
-- 
TSUCHIYA Masatoshi