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: [F.J.Wright@qmul.ac.uk: rcs2log] Date: Thu, 31 Oct 2002 12:26:32 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036085423 5046 80.91.224.249 (31 Oct 2002 17:30:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2002 17:30:23 +0000 (UTC) Cc: lektu@terra.es, emacs-devel@gnu.org, F.J.Wright@qmul.ac.uk Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 187J93-0001Iw-00 for ; Thu, 31 Oct 2002 18:30:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 187JEj-0006x7-00 for ; Thu, 31 Oct 2002 18:36:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 187JAA-000513-00; Thu, 31 Oct 2002 12:31:22 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 187J5b-0001nn-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 12:26:39 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 187J5W-0001hp-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 12:26:37 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 187J5V-0001gg-00 for emacs-devel@gnu.org; Thu, 31 Oct 2002 12:26:33 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 187J5U-0003sW-00; Thu, 31 Oct 2002 12:26:32 -0500 Original-To: eliz@is.elta.co.il In-reply-to: (message from Eli Zaretskii on Wed, 30 Oct 2002 16:10:44 +0200 (IST)) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9001 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9001 We already run programs from various Emacs features, without fear of a crash. Also, running programs to probe their functionality is a standard way of testing things in configure scripts. It is undesirable to do this in configure scripts because that makes cross-compilation impossible. Doing it when running Emacs is better because it does not cause such a problem.