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

Re: emacs-w3m-1.3.6



>>>>> In [emacs-w3m : No.05566]
>>>>>	Matthias Andree <matthias.andree@uni-dortmund.de> wrote:

> Katsumi Yamaoka schrieb am 2003-07-23:

>> Isn't there the special version of texinfmt.el or something in
>> your .lisp directory?

> No, I don't have texinfmt.el in /that/ directory.

> I do have texinfmt.el in /usr/share/emacs/21.3/lisp/textmodes/ though,
> it contains:

> (defvar texinfmt-version "2.38 of 3 July 1998")

Hm, there seems no problem.  Could you run the following test?

1. cd to the emacs-w3m top directory (not doc/ directory).

cd /tmp/emacs-w3m-1.3.6

2. Run Emacs as vanilla.

emacs -q -no-site-file &

3. Evaluate[1] the following line in the *scratch* buffer.

(setq debug-on-error t)

4. Evaluate the following program in the *scratch* buffer.

(let ((command-line-args-left '("/home/emma/.lisp"
				"emacs-w3m-ja.texi"))
      (ke (symbol-function 'kill-emacs)))
  (load "./w3mhack.el")
  (with-temp-file "./doc/version.texi"
    (insert "@set VERSION " (w3mhack-version) "\n"))
  (fset 'kill-emacs 'ignore)
  (unwind-protect
      (w3mhack-makeinfo)
    (fset 'kill-emacs ke)))

If you get the *Backtrace* buffer, send the contents to us.

[1] Type C-j at the end of the last line.
-- 
Katsumi Yamaoka <yamaoka@jpl.org>