unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: n179911 <n179911@gmail.com>
To: Olivier Sirven <the.slaa@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How to setup emacs 23.1 on macosx
Date: Wed, 5 Aug 2009 19:07:33 -0700	[thread overview]
Message-ID: <3b9893450908051907h3550c4b4od9fd7e20b8e0fc86@mail.gmail.com> (raw)
In-Reply-To: <m2ws5iosyq.fsf@gmail.com>

On Wed, Aug 5, 2009 at 2:23 PM, Olivier Sirven<the.slaa@gmail.com> wrote:
> Hi,
>
> n179911 <n179911@gmail.com> writes:
>> 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?
> In your source directory, just run following commands:
> $ make clean
> $ ./configure --prefix=/usr/local
> $ make
> $ sudo make install
>
> You'll just have to make sure /usr/local/bin is in your PATH and
> prior to /usr/bin. If it's ok emacs command will launch emacs 23.1
>
> To open a file in console is as easy as:
> $ emacs /path/to/my/file
>
> or with emacsclient:
> $ emacsclient -c /path/to/my/file
>
>
>> * what should my EDITOR variable set to? I want to set it up so that
>> git can open emacs when i commit
> I use this one:
> EDITOR="emacsclient -c -a ''".
>
> If there is no emacs daemon running it will start one and connect to it.
> This way the next time you invoke $EDITOR it will be way faster.
>
Thanks. I try to use emacs daemon on MacOSX. But when I use
emacsclient with an emacs daemon, Scroll wheel does not work.  But
when I just start emacs at command line, scroll wheel works.


> --
> Olivier
>




  reply	other threads:[~2009-08-06  2:07 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3961.1249496861.2239.help-gnu-emacs@gnu.org>
2009-08-05 21:23 ` How to setup emacs 23.1 on macosx Olivier Sirven
2009-08-06  2:07   ` n179911 [this message]
2009-08-05 18:27 n179911
2009-08-05 21:27 ` Leo
     [not found] ` <mailman.3969.1249507681.2239.help-gnu-emacs@gnu.org>
2009-08-05 21:47   ` Olivier Sirven
2009-08-05 22:49     ` Edward O'Connor
2009-08-05 23:24     ` Leo
2009-08-05 23:24     ` Nurullah Akkaya
     [not found]     ` <mailman.3973.1249512575.2239.help-gnu-emacs@gnu.org>
2009-08-06  7:19       ` Olivier Sirven
2009-08-05 22:16 ` Nurullah Akkaya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3b9893450908051907h3550c4b4od9fd7e20b8e0fc86@mail.gmail.com \
    --to=n179911@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=the.slaa@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).