emacs-devel
[Top][All Lists]
Advanced

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

Re: old bootstrap error emerges again


From: Jason Rumney
Subject: Re: old bootstrap error emerges again
Date: Mon, 20 Mar 2006 22:41:40 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

Zhang Wei <address@hidden> writes:

> "./oo-spd/i386/temacs.exe" -batch -l loadup bootstrap

>From loadup.el

  (message "Finding pointers to doc strings...")
  (if (or (equal (nth 3 command-line-args) "dump")
          (equal (nth 4 command-line-args) "dump"))
      (let ((name emacs-version))
....
      )
    (condition-case nil
        (Snarf-documentation "DOC")
      (error nil)))

This could be the reason the emacs used for bootstrapping uses DOC for
its docfile, as it is dumped using "bootstrap", not "dump".

The errors seem to be coming from explicit calls to `documentation' in
the url-handlers-create-wrapper macro in url-handlers.el

Perhaps the inline duplication of the documentation from the wrapped
functions could be dropped, since there is already a link to the
wrapped function there.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]