all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Perry Smith <pedzsan@gmail.com>
To: Marius Hofert <marius.hofert@math.ethz.ch>
Cc: Emacs help <help-gnu-emacs@gnu.org>
Subject: Re: Mac terminal.app: starting emacs, possibly as sudo
Date: Sun, 16 Oct 2011 18:26:48 -0500	[thread overview]
Message-ID: <89DBA1D1-7959-4B78-8EC1-32662BBA5175@gmail.com> (raw)
In-Reply-To: <300A41B7-78F8-422C-BF95-6FFEF947E79A@math.ethz.ch>


On Oct 16, 2011, at 5:26 PM, Marius Hofert wrote:

> Hi,
> 
> If I start "emacs" from the Mac terminal (Terminal.app), I get a rather old GNU Emacs 22.1.1 (/usr/bin/emacs) instead of the wonderful new GNU Emacs 23.3 I installed. 
> 1) How can I have the new emacs version opened when typing "emacs" in the terminal? 
> 2) Is it possible to start emacs in "sudo mode", so starting  emacs via "sudo emacs" in the terminal (and then being root when opening a shell from within emacs)?
> I know I can have 1) by typing "open -a Emacs.app", but that does not allow 2). 

This may take a little experimentation.  I have emacs 23.something compiled for Mac.  I have an application bundle in /Applications called Emacs.app.

If I run /Applications/Emacs.app/Contents/MacOS/bin/emacs, it starts up in the terminal.  If I run /Applications/Emacs.app/Contents/MacOS/Emacs it runs as a GUI (like open -a Emacs.app).

By running the bin/emacs, you can do sudo before hand and it will give you a root shell prompt (I just tested it.) Be aware that it will be using root's .emacs or .emacs.d files -- not yours.

The final thing you need is to either make an alias in your .bashrc file -- something like:

alias emacs=/Applications/Emacs.app/Contents/MacOS/bin/emacs

or you can change your PATH to point to /Applications/Emacs.app/Contents/MacOS/bin before /usr/bin

I'm not sure the alias will work with sudo.  Changing the path might be better.  aliases are weird critters.

HTH,
pedz




  reply	other threads:[~2011-10-16 23:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-16 22:26 Mac terminal.app: starting emacs, possibly as sudo Marius Hofert
2011-10-16 23:26 ` Perry Smith [this message]
2011-10-17  7:37   ` Marius Hofert
2011-10-17 10:36     ` Peter Dyballa
2011-10-17 13:33       ` Perry Smith
2011-10-17 15:18         ` Peter Dyballa
2011-10-17 20:52       ` Marius Hofert
2011-10-16 23:43 ` Peter Dyballa
2011-10-17  7:34   ` Marius Hofert
2011-10-17  8:07     ` Michael Albinus
2011-10-17  8:29       ` Marius Hofert
2011-10-17  8:32         ` Michael Albinus
2011-10-17  9:13           ` Marius Hofert
2011-10-17 10:38             ` Peter Dyballa
2011-10-17 13:34       ` Perry Smith
2011-10-17 15:28         ` Peter Dyballa
2011-10-17 10:34     ` Peter Dyballa
     [not found] <mailman.387.1318803983.15868.help-gnu-emacs@gnu.org>
2011-10-17 14:04 ` Stefan Monnier

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

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

  git send-email \
    --in-reply-to=89DBA1D1-7959-4B78-8EC1-32662BBA5175@gmail.com \
    --to=pedzsan@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=marius.hofert@math.ethz.ch \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.