From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: n179911 Newsgroups: gmane.emacs.help Subject: How to setup emacs 23.1 on macosx Date: Wed, 5 Aug 2009 11:27:33 -0700 Message-ID: <3b9893450908051127y7d73f1cfg328a55c49127182b@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249496890 5136 80.91.229.12 (5 Aug 2009 18:28:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Aug 2009 18:28:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 05 20:28:03 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 1MYlDW-0005ze-Js for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Aug 2009 20:28:02 +0200 Original-Received: from localhost ([127.0.0.1]:44463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYlDW-0002qc-2A for geh-help-gnu-emacs@m.gmane.org; Wed, 05 Aug 2009 14:28:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYlD9-0002o7-Uy for help-gnu-emacs@gnu.org; Wed, 05 Aug 2009 14:27:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYlD5-0002mg-Bs for help-gnu-emacs@gnu.org; Wed, 05 Aug 2009 14:27:39 -0400 Original-Received: from [199.232.76.173] (port=44668 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYlD5-0002mb-9G for help-gnu-emacs@gnu.org; Wed, 05 Aug 2009 14:27:35 -0400 Original-Received: from mail-qy0-f183.google.com ([209.85.221.183]:44389) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYlD5-0002g0-1b for help-gnu-emacs@gnu.org; Wed, 05 Aug 2009 14:27:35 -0400 Original-Received: by qyk13 with SMTP id 13so297614qyk.14 for ; Wed, 05 Aug 2009 11:27:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=6X1u7rptxhbwMSkOqPwZa/ertMlFXNeuXM3n8xue3ZI=; b=w/pYA0AmWhqRAExCW2sCRPh3gN13049eqM6lqhC7aP0z+iD2FA5lDr7Ji2R7BpGmXX jqRZovxZL56SJ3PjG2rHUxgpYOGB1IUmWyNpepmqL6BU2/Vjwh8KIwFTAcZ3t3Ov42zm HQTHYxMNG6FJ+D5hDP7imr4FqRIoTYpF8cVW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=c2O9bilTnhyZRfpwi6qrNE4gr6WrY0dDM/ZH1RzBDdg56p9J11T1cK1ypqJctuA03u 6BjXTMYYV12w0Uc3LVPQG4HCQe8HdKrwO1+ZvE87dHWqVB755JObDT+8R5nMp6jnitiO VG0Sn/GxBfsteS2Rg+sRyzTPFg11TxhvM5QtI= Original-Received: by 10.229.109.202 with SMTP id k10mr2769403qcp.58.1249496853825; Wed, 05 Aug 2009 11:27:33 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:66807 Archived-At: Hi, I get the source of emacs 23.1 and compile successfully on Mac OSX. I have installed it by DnD Emacs.app to /Application. But how can I * start emacs on shell command line ? with a file name so that it starts with the file open? * what should my EDITOR variable set to? I want to set it up so that git can open emacs when i commit. Thank you.