From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: old bootstrap error emerges again Date: Mon, 20 Mar 2006 22:41:40 +0000 Message-ID: References: <8764mcrmjz.fsf@emacsfans.org> <87fylfptxa.fsf@emacsfans.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143479636 20073 80.91.229.2 (27 Mar 2006 17:13:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 17:13:56 +0000 (UTC) Cc: eliz@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 27 19:13:50 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNvHj-00061e-IY for ged-emacs-devel@m.gmane.org; Mon, 27 Mar 2006 19:13:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNvHi-0004ZL-RG for ged-emacs-devel@m.gmane.org; Mon, 27 Mar 2006 12:13:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FLT5r-0006Pu-LS for emacs-devel@gnu.org; Mon, 20 Mar 2006 17:43:19 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FLT5p-0006Pi-O1 for emacs-devel@gnu.org; Mon, 20 Mar 2006 17:43:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FLT5p-0006Pf-Ik for emacs-devel@gnu.org; Mon, 20 Mar 2006 17:43:17 -0500 Original-Received: from [194.106.33.237] (helo=outmail.freedom2surf.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FLT5k-0005Ut-Nf; Mon, 20 Mar 2006 17:43:13 -0500 Original-Received: from wanchan.jasonrumney.net (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail.freedom2surf.net (8.12.10/8.12.10) with ESMTP id k2KMhA5K020106; Mon, 20 Mar 2006 22:43:10 GMT Original-Received: from TONKOTSU-RAMEN (tonkotsu-ramen.jasonrumney.net [10.0.0.28]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 421AD32; Mon, 20 Mar 2006 22:43:10 +0000 (GMT) Original-To: emacs-devel@gnu.org In-Reply-To: <87fylfptxa.fsf@emacsfans.org> (Zhang Wei's message of "Sun, 19 Mar 2006 01:02:57 +0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:52091 Archived-At: Zhang Wei 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.