From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: theming (was: Sorting of directories in dired) Date: Thu, 7 Jul 2005 19:59:43 +0100 Message-ID: <4B94332B-9751-4885-B4A3-3C2A47F5F8E4@gmail.com> References: <42CC7021.5050606@student.lu.se> <42CCD07F.5010509@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120762871 23182 80.91.229.2 (7 Jul 2005 19:01:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 7 Jul 2005 19:01:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 07 21:01:03 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dqbbu-0002EM-9F for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 21:00:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DqbdH-00083X-Ja for ged-emacs-devel@m.gmane.org; Thu, 07 Jul 2005 15:01:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dqbco-0007yi-90 for emacs-devel@gnu.org; Thu, 07 Jul 2005 15:01:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dqbcm-0007xq-IC for emacs-devel@gnu.org; Thu, 07 Jul 2005 15:01:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dqbcm-0007xm-FV for emacs-devel@gnu.org; Thu, 07 Jul 2005 15:01:28 -0400 Original-Received: from [64.233.184.194] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dqbhg-0007Cs-G9 for emacs-devel@gnu.org; Thu, 07 Jul 2005 15:06:32 -0400 Original-Received: by wproxy.gmail.com with SMTP id 69so282968wri for ; Thu, 07 Jul 2005 11:59:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=nIkvbH8lgK6jQMnsjiPbccjRzoIECXQ4CzPusIzKjl1yNhk7f8CHMztJVCl/PispAqEU22Xe9pEUAkj54EatJnEd93jj8mXiPmwubaXAdoapE69ofLrBTs2En5sIEAY6x+yb9sN1D4sqve1WUEuSkXyEvmX29YQiP0x/hMAS0Ls= Original-Received: by 10.54.39.42 with SMTP id m42mr936760wrm; Thu, 07 Jul 2005 11:59:47 -0700 (PDT) Original-Received: from ?129.215.174.81? ([129.215.174.81]) by mx.gmail.com with ESMTP id 12sm2081668wrl.2005.07.07.11.59.47; Thu, 07 Jul 2005 11:59:47 -0700 (PDT) In-Reply-To: Original-To: bob@rattlesnake.com X-Mailer: Apple Mail (2.730) 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:40578 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40578 On 7 Jul 2005, at 19:39, Robert J. Chassell wrote: > Quick question: does Aquamacs require changes in the C code for just > in the Emacs Lisp? As stated in my original post: "we patch the c core". But the vast majority of changes comes from .el packages (in site- lisp). Other distributions such as Carbon Emacs supply Lisp code in the same way. > If the former, you need to build Emacs differently. We are building Emacs slightly differently. We're also planning to precompile more of our stuff into a dumped Emacs binary, in order to speed up startup time. - D