From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Tak Ota Newsgroups: gmane.emacs.devel Subject: Re: lost argument and doc string Date: Thu, 14 Feb 2002 07:13:52 -0800 (PST) Organization: Sony Electronics Inc. Message-ID: <20020214.071352.127863444.Takaaki.Ota@am.sony.com> References: <20020212.062332.60851732.Takaaki.Ota@am.sony.com> <200202140311.g1E3BrW09083@aztec.santafe.edu> NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: quimby2.netfonds.no 1013700427 10470 195.204.10.66 (14 Feb 2002 15:27:07 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 14 Feb 2002 15:27:07 GMT Cc: jasonr@gnu.org, eliz@is.elta.co.il, lektu@terra.es, emacs-devel@gnu.org, andrewi@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16bNmt-0002im-00 for ; Thu, 14 Feb 2002 16:27:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bNbT-0002KP-00; Thu, 14 Feb 2002 10:15:19 -0500 Original-Received: from mail6.fw-sj.sony.com ([160.33.82.73]) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16bNaE-0002GY-00; Thu, 14 Feb 2002 10:14:02 -0500 Original-Received: from mail1.bc.in.sel.sony.com (mail1.bc.in.sel.sony.com [43.144.65.11]) by mail6.fw-sj.sony.com (8.8.8/8.8.8) with ESMTP id PAA23917; Thu, 14 Feb 2002 15:08:49 GMT Original-Received: by mail1.bc.in.sel.sony.com id PAA21251; Thu, 14 Feb 2002 15:13:54 GMT Original-To: rms@gnu.org In-Reply-To: <200202140311.g1E3BrW09083@aztec.santafe.edu> X-Telephone: +1-858-942-3239 X-Fax------: +1-858-942-9142 X-SnailMail: 16450 West Bernardo Drive MZ7205, San Diego, CA 92127-1804 X-Mailer: Mew version 3.0.53 on Emacs 21.2.50.1 / Mule 5.0 (SAKAKI) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1137 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1137 Wed, 13 Feb 2002 20:11:53 -0700 (MST): Richard Stallman wrote: > I see my recollection was mistaken: make-docfile reads the binary > files directly. Sorry if I caused any confusion. I want to withdraw the previous several attempts of make-docfile.c modification. I now prostrate myself before the old wisdom. We should leave those elc files for make-docfile as elc. The effort to make make-docfile.c a true lisp interpreter does not seem to pay off. It is redundant as well as unnecessary. I think the (lisp) variable definition below should be reverted. 2001-11-30 Andrew Innes * makefile.w32-in (FACE_SUPPORT): (MOUSE_SUPPORT): (FLOAT_SUPPORT): (WINNT_SUPPORT): (lisp): Reference .el files instead of .elc files, to simplify bootstrapping. ($(DOC)): Change dependency to just `make-docfile'. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel