* Fullscreen Mode, Emacs 23 and OS X
@ 2009-12-04 9:49 Nocebic Meme
2009-12-04 10:47 ` Nocebic Meme
0 siblings, 1 reply; 6+ messages in thread
From: Nocebic Meme @ 2009-12-04 9:49 UTC (permalink / raw)
To: help-gnu-emacs
Does anyone out there know if there is a solution to getting Emacs 23
running in fullscreen mode on a mac? After much searching, I've come
up dry and am getting a bit desperate.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fullscreen Mode, Emacs 23 and OS X
2009-12-04 9:49 Fullscreen Mode, Emacs 23 and OS X Nocebic Meme
@ 2009-12-04 10:47 ` Nocebic Meme
2009-12-04 13:23 ` Peter Dyballa
0 siblings, 1 reply; 6+ messages in thread
From: Nocebic Meme @ 2009-12-04 10:47 UTC (permalink / raw)
To: help-gnu-emacs
On Dec 3, 11:49 pm, Nocebic Meme <nocebicm...@gmail.com> wrote:
> Does anyone out there know if there is a solution to getting Emacs 23
> running in fullscreen mode on a mac? After much searching, I've come
> up dry and am getting a bit desperate.
OK, I've gotten quite frustrated with the emacs 23 options for OS X
and I've just installed it via fink for the terminal (iterm).
Is there any way in OS X, if I click on a file type associated with
emacs, to have it open up in the terminal?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fullscreen Mode, Emacs 23 and OS X
2009-12-04 10:47 ` Nocebic Meme
@ 2009-12-04 13:23 ` Peter Dyballa
0 siblings, 0 replies; 6+ messages in thread
From: Peter Dyballa @ 2009-12-04 13:23 UTC (permalink / raw)
To: Nocebic Meme; +Cc: help-gnu-emacs
Am 04.12.2009 um 11:47 schrieb Nocebic Meme:
> Is there any way in OS X, if I click on a file type associated with
> emacs, to have it open up in the terminal?
There surely is a way to set up Launch Service this way – but this
"terminal" is just the host and its guest GNU Emacs would not
necessarily receive this file in a new buffer...
(MacPorts offers the "Aqua" variant of GNU Emacs 23, even one from CVS
code.)
--
Greetings
Pete
Remember: use logout to logout.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fullscreen Mode, Emacs 23 and OS X
@ 2009-12-05 1:14 Steve Revilak
0 siblings, 0 replies; 6+ messages in thread
From: Steve Revilak @ 2009-12-05 1:14 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 2614 bytes --]
nocebicmeme> OK, I've gotten quite frustrated with the emacs 23
nocebicmeme> options for OS X and I've just installed it via fink for
nocebicmeme> the terminal (iterm).
nocebicmeme> Is there any way in OS X, if I click on a file type
nocebicmeme> associated with emacs, to have it open up in the
nocebicmeme> terminal?
A lot of what I'm about to say is tangental to the original post, but
hopefully some if it will be useful.
I've run Emacs on Mac OS X for years. I've always built it from
source -- sometimes from release versions, and sometimes from tracking
the CVS trunk. By the time of emacs-22.3.1 was released, emacs was
incredibly easy to easy to build on Mac OS X: "cd mac &&
./make-package --self-contained". By the time the command finished,
you had a Carbon Emacs.app, packaged inside a Mac OS X installer
bundle.
When I downloaded 23.1.1, I was surprised to discover that the little
"mac" directory had disappeared. Emacs 23 seems to be heading down
the path of merging Mac OS X/OpenStep/GNUStep code. To excerpt a
section of etc/NEWS (from the emacs source distribution):
** New NeXTSTEP-based port
This provides support for GNUstep (via the GNUstep libraries) and Mac
OS X (via the Cocoa libraries).
Specify --with-ns to configure for this. By default, a self-contained
app will be built (containing all lisp). To install/share lisp with
other emacsen (e.g. X11 build) use --disable-ns-self-contained. See
nextstep/README and nextstep/INSTALL in the Emacs source directory.
Currently, the Nextstep port is not as stable as the other existing
ports; we hope to improve it in future releases.
** Mac OS X is no longer supported via Carbon.
Use the NeXTSTEP port, described above.
There are some very nice things in Emacs 23, but as the NEWS file
warns, there are also quirks under Mac OS X. Eventually, I went back
to using 22.3.1 [1]. For me, 22.3.1 on Mac OS X has always been
incredibly stable. (That said, I'll probably be one of the first in
line to try 22.3.2 :)
At the moment, you may have to choose against a pair of competing
interests: Emacs 23, or a very stable emacs on Mac OS X.
More to the original question: a few months ago, there was a thread on
mutt-users@mutt.org about how to have mutt handle mailto: urls [2].
Perhaps there are ideas there that you can use.
Steve
[1] The deciding issue was
http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4774
[2] http://marc.info/?t=124490782700002&r=1&w=2
Subest: Mutt on Mac: MuttToMail
[-- Attachment #2: Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fullscreen Mode, Emacs 23 and OS X
[not found] <mailman.12251.1259993776.2239.help-gnu-emacs@gnu.org>
@ 2009-12-05 19:01 ` Stefan Monnier
2009-12-06 16:43 ` Steve Revilak
0 siblings, 1 reply; 6+ messages in thread
From: Stefan Monnier @ 2009-12-05 19:01 UTC (permalink / raw)
To: help-gnu-emacs
> When I downloaded 23.1.1, I was surprised to discover that the little
> "mac" directory had disappeared. Emacs 23 seems to be heading down
> the path of merging Mac OS X/OpenStep/GNUStep code. To excerpt a
> section of etc/NEWS (from the emacs source distribution):
The original reason for the change was that nobody wanted to maintain
the "Carbon" port (i.e. the OSX code used in Emacs-22). Now that we
switched, we have no intention to go back, so please help us improve the
NS code in Emacs-23 by reporting (via M-x report-emacs-bug) the problems
you encounter.
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Fullscreen Mode, Emacs 23 and OS X
2009-12-05 19:01 ` Stefan Monnier
@ 2009-12-06 16:43 ` Steve Revilak
0 siblings, 0 replies; 6+ messages in thread
From: Steve Revilak @ 2009-12-06 16:43 UTC (permalink / raw)
To: help-gnu-emacs
[-- Attachment #1: Type: text/plain, Size: 736 bytes --]
srevilak> When I downloaded 23.1.1, I was surprised to discover that
srevilak> the little "mac" directory had disappeared. Emacs 23 seems
srevilak> to be heading down the path of merging Mac OS
srevilak> X/OpenStep/GNUStep code. To excerpt a section of etc/NEWS
srevilak> (from the emacs source distribution):
monnier> The original reason for the change was that nobody wanted to
monnier> maintain the "Carbon" port (i.e. the OSX code used in
monnier> Emacs-22). Now that we switched, we have no intention to go
monnier> back, so please help us improve the NS code in Emacs-23 by
monnier> reporting (via M-x report-emacs-bug) the problems you
monnier> encounter.
Stefan,
Thanks for the nudge. I have reported more bugs :)
Steve
[-- Attachment #2: Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-12-06 16:43 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-04 9:49 Fullscreen Mode, Emacs 23 and OS X Nocebic Meme
2009-12-04 10:47 ` Nocebic Meme
2009-12-04 13:23 ` Peter Dyballa
-- strict thread matches above, loose matches on Subject: below --
2009-12-05 1:14 Steve Revilak
[not found] <mailman.12251.1259993776.2239.help-gnu-emacs@gnu.org>
2009-12-05 19:01 ` Stefan Monnier
2009-12-06 16:43 ` Steve Revilak
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).