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

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

Re: Syntax for binding option and command keys in aquamacs


From: Tim Johnson
Subject: Re: Syntax for binding option and command keys in aquamacs
Date: Sun, 5 Oct 2014 07:21:34 -0800
User-agent: Mutt/1.4.2.3i

* Tim Johnson <tim@akwebsoft.com> [141004 15:03]:
> I've recently migrated from emacs on ubuntu to mac os x 10.7.5
> 
> I not sure about how to code for the option and command keys for
> keybinding.
> 
> I am using a happy hacker keyboard where the alt key is being
> interpreted by aquamacs as the option key.
> 
> Here are two results from c-h c
> 
> c-h c Alt-h :
> ⌥H runs the command mark-paragraph
> 
> c-h c Cmd-c :
> ⌘C runs the command clipboard-kill-ring-save
> 
> How would I code those modifiers if I wished to create new
> keybindings for them?

A red herring ... what threw me

is that the default in aquamacs is that *scratch* is treated like a text
file, thus experimental bindings weren't working.  .emacs needs the following
(setq initial-major-mode 'lisp-interaction-mode) 
cheers

-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com



reply via email to

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