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: Emacs load-path and Mac OS X Date: Sun, 3 Jul 2005 15:10:03 +0100 Message-ID: <273849B4-DEC5-409C-BBAF-28523262E834@gmail.com> References: 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 1120400787 27939 80.91.229.2 (3 Jul 2005 14:26:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2005 14:26:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 03 16:26:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dp5QC-0002ir-Hj for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 16:26:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dp5RM-0008WO-1Z for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 10:27:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dp5QW-0008HL-Nz for emacs-devel@gnu.org; Sun, 03 Jul 2005 10:26:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dp5PJ-000828-1u for emacs-devel@gnu.org; Sun, 03 Jul 2005 10:25:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dp5PH-0007ph-3r for emacs-devel@gnu.org; Sun, 03 Jul 2005 10:25:15 -0400 Original-Received: from [64.233.184.204] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dp5GE-0002Gq-Vp for emacs-devel@gnu.org; Sun, 03 Jul 2005 10:15:55 -0400 Original-Received: by wproxy.gmail.com with SMTP id i2so636446wra for ; Sun, 03 Jul 2005 07:10:08 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=oZsCmsvY7pDwr4IspgGTv9RTu+MLGrr9Q+d0g6WaEzqbN0K9Fu06bB51J4AKFYOzCtSeQD5hlZ3XKDQWoHLXPuGNtQdqAgHhHHNG/rbxwnxpAB9as8xg76AYyqrCQa2HagsdHCscRJp1292SlieiOeLigTJ9dSBcah0sK9furRc= Original-Received: by 10.54.49.77 with SMTP id w77mr2907332wrw; Sun, 03 Jul 2005 07:10:08 -0700 (PDT) Original-Received: from ?10.0.0.60? ([82.26.169.80]) by mx.gmail.com with ESMTP id 15sm2665787wrl.2005.07.03.07.10.08; Sun, 03 Jul 2005 07:10:08 -0700 (PDT) In-Reply-To: Original-To: emacs-devel@gnu.org 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:40212 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40212 On 3 Jul 2005, at 14:35, Peter Dyballa wrote: > Probably in winter (as usual one season after the planned autumn > date) a new TeXLive DVD will come. In the Mac OS X department it > might well have a Carbon or more aquaish GNU Emacs version (and an > XEmacs too?) as text editor (with AUCTeX and preview-latex). > Recently the application support structure for typical Mac OS X > tools is not supported in GNU Emacs. Couldn't you make /Library/ > Application Support/Emacs and ${HOME}/Library/Application Support/ > Emacs, both with a in the directory name, natural > ingredients of src/epaths.h in the PATH_LOADSEARCH macro or a > similiar place? If people are interested in this, you can take the code from Aquamacs that does this stuff. (not in epaths.h though!) It loads the files in a useful order and also adds all subdirectories. We now also load every site-start.el file in the path, thereby supporting automatically installed plugins. Ask me for code if interested. > (ATSUI support then could be fine too!) Good point - I was wondering about the status of that recently. -- D