<br><div class="gmail_quote">On Tue, May 4, 2010 at 10:33 AM,  <span dir="ltr"><<a href="mailto:siemsen@ucar.edu">siemsen@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
In Aquamacs 2-preview6, what is the Lisp syntax to map Command-Shift-7 
to a function? <br><br></blockquote><div> </div><div>Either of these works for me:<br>
(global-set-key [(\A &)] 'myfunction)<br>
(global-set-key (kbd "A-&") 'myfunction)<br>
<br>
I'm not sure if one form is preferred over the other for any reason.<br>
<br>
--Nathaniel <br></div></div>