From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Question Date: Fri, 02 Jul 2010 08:39:31 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1278074390 6755 80.91.229.12 (2 Jul 2010 12:39:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Jul 2010 12:39:50 +0000 (UTC) Cc: davison@stats.ox.ac.uk, schulte.eric@gmail.com, emacs-devel@gnu.org To: Carsten Dominik Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 02 14:39:47 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OUfWy-0005ML-Cg for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 14:39:44 +0200 Original-Received: from localhost ([127.0.0.1]:60320 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUfWx-00012Y-Ir for ged-emacs-devel@m.gmane.org; Fri, 02 Jul 2010 08:39:43 -0400 Original-Received: from [199.232.76.173] (port=57260 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUfWn-000102-GG for emacs-devel@gnu.org; Fri, 02 Jul 2010 08:39:33 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OUfWm-0003Ku-EC for emacs-devel@gnu.org; Fri, 02 Jul 2010 08:39:33 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:44132) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OUfWm-0003Kp-7a for emacs-devel@gnu.org; Fri, 02 Jul 2010 08:39:32 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OUfWl-0000lY-IC; Fri, 02 Jul 2010 08:39:31 -0400 In-reply-to: (message from Carsten Dominik on Fri, 2 Jul 2010 06:15:40 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:126693 Archived-At: For supporting different languages, we will have a few emacs lisp files which should not be compiled because the have dependencies on code that is not present in Emacs. I.e. they do something like (require 'slime) Please don't install any files that depend on code not in Emacs. (Why is that code not in Emacs? Have people already considered whether to install it?)