unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* issues migrating to cocoa emacs (23.2) from carbon emacs (22)
@ 2010-06-10 23:30 John Owens
  2010-06-11  3:06 ` David Reitter
  2010-06-11 12:04 ` issues migrating to cocoa emacs (23.2) from carbon emacs (22) Stephen Eilert
  0 siblings, 2 replies; 10+ messages in thread
From: John Owens @ 2010-06-10 23:30 UTC (permalink / raw)
  To: emacs-devel

I'm trying the 23.2 release Cocoa Emacs build (OS X 10.6.3). There's a
number of things that are more annoying about Cocoa Emacs than the
terrific Carbon Emacs (based on an Emacs 22 build, I believe), so I
hoped folks might have some solutions/thoughts:

- Option key is meta, but I like command better; easy to solve though:

    (setq mac-option-key-is-meta nil
          mac-command-key-is-meta t
          mac-command-modifier 'meta
          mac-option-modifier nil)

    This also works:

 '(ns-alternate-modifier (quote none))
 '(ns-command-modifier (quote meta)) 

- Antialiasing looks (to me) a lot worse than with Carbon Emacs
particularly in my mailer (Wanderlust).

- I used to be able to option-click (in my mailer again) on web links,
but that doesn't work any more. This might be mailer-specific, but I
don't think so; I think it used to map to middle-button, but it doesn't
any more (no matter which of the two remappings above I use).

- I used to be able to "open -a Emacs foo.bar" in the terminal and
that would open in my Emacs. No longer is that the case. Now it
launches a new Emacs instance. Grrr. I guess daemon-mode is a possibility,
but the old behavior was really nice.

Thoughts?

JDO 




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-06-12  0:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-10 23:30 issues migrating to cocoa emacs (23.2) from carbon emacs (22) John Owens
2010-06-11  3:06 ` David Reitter
2010-06-11  4:37   ` John Owens
2010-06-11 11:09     ` David Reitter
2010-06-11 13:49     ` Harald Hanche-Olsen
2010-06-11 13:58       ` issues migrating to cocoa emacs (23.2) from carbon emacs (22 David Reitter
2010-06-11 12:04 ` issues migrating to cocoa emacs (23.2) from carbon emacs (22) Stephen Eilert
2010-06-11 16:29   ` John Owens
2010-06-11 23:38     ` YAMAMOTO Mitsuharu
2010-06-12  0:22       ` John Owens

Code repositories for project(s) associated with this public inbox

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

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).