help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs running on Mac OS


From: Harald Hanche-Olsen
Subject: Re: Emacs running on Mac OS
Date: Wed, 17 Dec 2008 08:48:03 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix)

+ "Alberto Simões" <hashashin@gmail.com>:

> I just compiled emacs with the --with-ns option (cocoa). Trying to get
> back to the origins. TextMate sucks :)
>
> Now I have two main problems:
>
> - The apple/command key does not work as meta/alt key. That would be a
> beneffit. It would make it easier to type (the alt key in a macbook
> pro is misplaced ;))

I use

(when (eq window-system 'ns)
  (setq mac-command-modifier 'meta)
  (setq mac-option-modifier 'none))

I can't help with your second problem.

-- 
* Harald Hanche-Olsen     <URL:http://www.math.ntnu.no/~hanche/>
- It is undesirable to believe a proposition
  when there is no ground whatsoever for supposing it is true.
  -- Bertrand Russell


reply via email to

[Prev in Thread] Current Thread [Next in Thread]