all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Melton Low <softw.app@gmail.com>
To: Kevin Rodgers <kevin.d.rodgers@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: gui emacs from terminal
Date: Thu, 15 Jul 2010 21:27:07 -0700	[thread overview]
Message-ID: <AANLkTimFG6fbGCkLFmanWQbp6YIkWY2Wfvc19HKmk0JL@mail.gmail.com> (raw)
In-Reply-To: <i1ob2p$t28$1@dough.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 2133 bytes --]

On Thu, Jul 15, 2010 at 6:02 PM, Kevin Rodgers <kevin.d.rodgers@gmail.com>wrote:

> Cynthia Lee Page wrote:
>
>> Dear Users,
>>
>> First off I am a newbie. I installed emacs (in the user folder of my mac
>> os10.5.8) and am able to run it from my terminal but I have no gui
>> interface. This is the command I used to build
>>
>> $ ./configure --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no
>>
>> I did this because I was told to by the error messages when I initially
>> attempted to install with just ./configure.
>>
>
> Why not `./configure --with-ns` as suggested in ./nextstep/INSTALL, which
> is
> referenced by both ./INSTALL and ./nextstep/README?
>
>  So I have two questions is this why I don't get a gui interface?
>>
>> More importantly can I open with a gui interface with this installation?
>>
>
> Are you running the ./nextstep/Emacs.app/Contents/MacOS/Emacs executable
> from the terminal?
>
> Or did you run `make install` after `make`, and are running the
> /Applications/Emacs.app/Contents/MacOS/Emacs executable from the terminal?
>
> Does it help to run the executable with the -Q option?
>
> Can you re-run ./configure and post the output?
>
>  I have downloaded and installed a second version of emacs, the carbon
>> version which does open with the gui, I have this file in my applications
>> folder. Is there any way I can invoke this version of emacs while in the
>> terminal and having ssh'd to a remote host?
>>
>> Please ask for clarification if this is unclear and thanks in advance for
>> any help,
>>
>
> I suggest:
>
>        make distclean
>        ./configure --with-ns
>        make
>        sudo make install
>
> I always log the output for future reference e.g.
>
>        ./configure --with-ns 2>&1 | tee configure.log
>
> --
> Kevin Rodgers
> Denver, Colorado, USA
>
>
> Kevin's instructions almost got it.  To run as a Mac app you have to do the
following:

make distclean
./configure --with-ns
make
cd nextstep
make install

After the last step simply move Emacs.app in the nextstep folder to your
/Applications folder.  There is no need to run 'sudo make install'.

Regards, Mel

[-- Attachment #2: Type: text/html, Size: 3013 bytes --]

  reply	other threads:[~2010-07-16  4:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-14 10:47 gui emacs from terminal Cynthia Lee Page
2010-07-15  8:14 ` Peter Dyballa
2010-07-15 11:51 ` Tim Visher
2010-07-16  1:02 ` Kevin Rodgers
2010-07-16  4:27   ` Melton Low [this message]
2010-07-16  7:30   ` Peter Dyballa
2010-07-16 14:04     ` Cynthia Page
2010-07-16 16:22       ` Bastian Beischer
2010-07-16 19:44       ` Peter Dyballa
     [not found] <mailman.10.1279168075.3908.help-gnu-emacs@gnu.org>
2010-07-15 16:38 ` Pascal J. Bourguignon
2010-07-16  8:48 ` Giacomo Boffi

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=AANLkTimFG6fbGCkLFmanWQbp6YIkWY2Wfvc19HKmk0JL@mail.gmail.com \
    --to=softw.app@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=kevin.d.rodgers@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.
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.