On 4 Dec 2009, at 09:41, Lauri Pesonen wrote:

> How do you type ''#' in the Cocoa build of Emacs 23 (I'm on a UK
> keyboard and in OS X apps I type option-3 to get'#')? Aquamacs has a
> mode where option-3 is interpreted as '#' rather than a meta-3 which
> takes care of my problem, but I haven't figured out how to do the same
> thing in the Cocoa build.


Here's what I do (in Cocoa Emacs 23) to make 'option' work the same in Emacs as 
in other OS X apps:

  (setq mac-command-modifier 'meta)
  (setq mac-option-modifier 'none)
  (setq default-input-method "MacOSX")

With those settings, option-3 should give you '#' on your UK keyboard, and 
"option-e-e" would give you "é", for example.

(My full emacs config tree is here: http://github.com/purcell/emacs.d)

-Steve

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to