From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: `make' written in elisp Date: Mon, 03 Jan 2005 13:29:03 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1104777485 25017 80.91.229.6 (3 Jan 2005 18:38:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2005 18:38:05 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 03 19:37:55 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ClX5W-00051p-00 for ; Mon, 03 Jan 2005 19:37:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClXGf-00019x-NQ for ged-emacs-devel@m.gmane.org; Mon, 03 Jan 2005 13:49:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ClXG0-0000r4-8E for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:48:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ClXFx-0000pG-Nv for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:48:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ClXFx-0000p6-KO for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:48:41 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ClX3w-00070j-NZ for emacs-devel@gnu.org; Mon, 03 Jan 2005 13:36:16 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1ClWwx-0007c2-S4; Mon, 03 Jan 2005 13:29:11 -0500 Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Mon, 03 Jan 2005 10:10:41 +0100) 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: main.gmane.org gmane.emacs.devel:31754 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:31754 At least it should be able to call things like `configure' which is a mandatory step in the build process of packages like AUCTeX and preview-latex. During this step the values of some important variables are determined and written to the package's site configuration file. Why is it important for Emacs Lisp packages to do that sort of thing?