From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Hugh Wolf Newsgroups: gmane.emacs.help Subject: Re: Emacs from CVS question Date: Sun, 30 Nov 2003 22:45:43 GMT Organization: Comcast Online Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1070233282 8137 80.91.224.253 (30 Nov 2003 23:01:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Nov 2003 23:01:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 01 00:01:20 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AQaZ6-0001EH-00 for ; Mon, 01 Dec 2003 00:01:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AQbUk-0008Gi-SJ for geh-help-gnu-emacs@m.gmane.org; Sun, 30 Nov 2003 19:00:54 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!attbi_s04.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.8.0 (Darwin) Original-Lines: 59 Original-NNTP-Posting-Host: 66.31.41.137 Original-X-Complaints-To: abuse@comcast.net Original-X-Trace: attbi_s04 1070232343 66.31.41.137 (Sun, 30 Nov 2003 22:45:43 GMT) Original-NNTP-Posting-Date: Sun, 30 Nov 2003 22:45:43 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:118826 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14768 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14768 On 2003-11-30, Tim McNamara wrote: > Not mixing fink-built and non-fink-built dependencies makes sense. > Thus far 21.3 doesn't seem to be available via fink Time to make your own .info file :) It's very easy in this case, since you can copy one that's there already and modify it as needed. Put it in the local tree, so fink knows it's not part of its distribution. > (and in any event > the Carbon build would not be available via fink Right, but this is completely standalone, it doesn't depend on anything at all other than what comes with the osx developer tools -- not on fink and not on anything else you might happen to have in /usr/local. >> I haven't used XDarwin.app in a long time now, but this sounds like >> an .Xmodmap thing. With X11.app my ~/.Xmodmap looks like this: > > Huh. I don't have an ~/.Xmodmap file... If you want option to be meta, you need one. The standard osx X11 key mapping makes command/apple act as meta and option/alt act as alt. >> Mine is 15.6MB for emacs itself -- less than half the size of the >> X11 build (36.7MB). Where are you seeing 95MB? > > Get Info on Emacs.app = 96.6 MB. Right, ok, but that's with all the lisp and info files etc. You'll see exactly the same thing with the X11 build, except those parts will be under /usr/local. > Oddly enough, neither the Carbon version nor the X11 version I > compiled can find the info files This works ok for me. > which are at the place that "make > install" put them If you leave them wherever the install step puts them, it should work. With the carbon emacs you should also be able to copy them into the application bundle (as you've apparently done). I don't do this myself, but I did try it once, some time ago, and it seemed to work fine. What symptom are you seeing -- 'meta-x info' shows nothing?