From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] my first patch for emacs Date: Mon, 26 Sep 2005 00:49:38 -0400 Message-ID: References: <1126709585.12119.10.camel@localhost.localdomain> <1127681394.12649.18.camel@localhost.localdomain> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1127710563 17549 80.91.229.2 (26 Sep 2005 04:56:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Sep 2005 04:56:03 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 26 06:56:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EJl1y-0000CY-CJ for ged-emacs-devel@m.gmane.org; Mon, 26 Sep 2005 06:55:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJl1x-0004o9-GG for ged-emacs-devel@m.gmane.org; Mon, 26 Sep 2005 00:55:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EJl07-0004W4-Qr for emacs-devel@gnu.org; Mon, 26 Sep 2005 00:54:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EJkzv-0004PW-Eg for emacs-devel@gnu.org; Mon, 26 Sep 2005 00:53:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EJkzv-0004Od-8N for emacs-devel@gnu.org; Mon, 26 Sep 2005 00:53:51 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EJkvs-0004Au-H4 for emacs-devel@gnu.org; Mon, 26 Sep 2005 00:49:40 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EJkvq-0005s4-UP; Mon, 26 Sep 2005 00:49:38 -0400 Original-To: Marcin Antczak In-reply-to: <1127681394.12649.18.camel@localhost.localdomain> (message from Marcin Antczak on Sun, 25 Sep 2005 22:49:54 +0200) 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:43241 Archived-At: With my code - Makefile will try to test if there is a minimal set of .elc files available to build minimal emacs-bootstrap binary. That does seem like an improvement. Is your code fast enough that the delay would not bother anyone? If so, I'd say the idea is a good one. Of course after a little while I think that I should also add more files to this list, because with files defined in ${lisp} variable you propably will be able to build emacs-bootstrap but still face problems when trying to build binaries from ./lib-src... Please do that, and then we can install your patch, assuming nobody objects.