From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nurullah Akkaya Newsgroups: gmane.emacs.help Subject: Re: hi Date: Sat, 4 Apr 2009 03:59:49 +0300 Message-ID: References: <569539.32915.qm@web51803.mail.re2.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016368e20f6a0f0b20466b02ecd X-Trace: ger.gmane.org 1238811581 22547 80.91.229.12 (4 Apr 2009 02:19:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Apr 2009 02:19:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: ty_yildiz@yahoo.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 04 04:20:57 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LpvV5-0000HL-2m for geh-help-gnu-emacs@m.gmane.org; Sat, 04 Apr 2009 04:20:51 +0200 Original-Received: from localhost ([127.0.0.1]:52565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpvTh-0002lm-22 for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Apr 2009 22:19:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LpuEm-0007Jz-Ap for help-gnu-emacs@gnu.org; Fri, 03 Apr 2009 20:59:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpuEh-0007Jb-It for help-gnu-emacs@gnu.org; Fri, 03 Apr 2009 20:59:55 -0400 Original-Received: from [199.232.76.173] (port=38966 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpuEh-0007JY-Fj for help-gnu-emacs@gnu.org; Fri, 03 Apr 2009 20:59:51 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.244]:42040) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpuEh-0006rP-0o for help-gnu-emacs@gnu.org; Fri, 03 Apr 2009 20:59:51 -0400 Original-Received: by an-out-0708.google.com with SMTP id c38so945772ana.21 for ; Fri, 03 Apr 2009 17:59:49 -0700 (PDT) Original-Received: by 10.100.213.18 with SMTP id l18mr4051708ang.30.1238806789416; Fri, 03 Apr 2009 17:59:49 -0700 (PDT) In-Reply-To: <569539.32915.qm@web51803.mail.re2.yahoo.com> X-Google-Sender-Auth: 25f0f8fc41ffa01d X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 03 Apr 2009 22:18:53 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63467 Archived-At: --0016368e20f6a0f0b20466b02ecd Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On Fri, Apr 3, 2009 at 10:55 PM, timur yildiz wrote: > > I'm having a hard time installing emacs on my mac osx computer. I have > downloaded a few files called emacs-21.4a.tar emacs-22.1.tar and > emacs-22.2.tar but I can't seem to bring up a text editor or install > anything I followed the download link off cprogrammintgools.com is there > any other thing I should do? > > T Yildiz > > > > > > > You can compile the latest version of Emacs from cvs. Open up a terminal window and type cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs this will check out the latest version of emacs. under a folder named emacs. cd emacs ./configure --with-ns make -j2 make install this will build a double clickable native os x application. But before compiling anything check to make sure you have developer tools installed. These come with mac os x install cd's. -- Nurullah Akkaya http://nakkaya.com --0016368e20f6a0f0b20466b02ecd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Fri, Apr 3, 2009 at 10:55 PM, timur y= ildiz <ty_yildi= z@yahoo.com> wrote:

I'm having a hard time installing emacs =A0on my mac osx computer. =A0I= have downloaded a few files called emacs-21.4a.tar emacs-22.1.tar and emac= s-22.2.tar but I can't seem to bring up a text editor or install anythi= ng I followed the download link off cprogrammintgools.com is there any other thing I sh= ould do?

T Yildiz








You can compile the latest version of Emacs from= cvs.
Open up a terminal window and type

cvs -z3 -d:pserver:anony= mous@cvs.savannah.gnu.org:/sources/emacs co emacs

this will check ou= t the latest version of emacs. under a folder named emacs.

cd emacs
./configure --with-ns
make -j2
make install

th= is will build a double clickable native os x application.
But before com= piling anything check to make sure you have developer tools installed.
These come with mac os x install cd's.

--
Nuru= llah Akkaya
http://nakkaya.com
--0016368e20f6a0f0b20466b02ecd--