<div dir="ltr">On Fri, Aug 1, 2008 at 2:53 PM, Nicholas Reich <span dir="ltr"><<a href="mailto:nick.reich@gmail.com" target="_blank">nick.reich@gmail.com</a>></span> wrote:<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I just installed Aquamacs 1.4 and one keystroke that I used all the time has been changed! <br>


Specifically, when I used to type control-left/right the cursor would move one word (ignoring parentheses) in either direction.  I suspect, but don't know for sure, that this is the 'forward-word function.<br>
</blockquote><div><br>FYI, the change was made in order to match standard OS X behavior.
(Option-left/right was similarly intended to be changed to backward/forward-word in 1.4, but your email has brought it to my attention that it was missed somehow!)<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I'd like to bring back the old behavior to the control commands.<br>
How can I do this?  I tried editing the osxkeys.el file in /Applications/Aquamacs\ Emacs.app/Contents/Resources/site-lisp/macosx/ with the lines<br>
 </blockquote><div><br>In general, users should not edit the files within Aquamacs Emacs.app (you'll lose your customizations when you change versions, and it will be hard to distinguish built-in behaviors from the effects of your personal settings).  Instead, make changes to<br>

~/Library/Application Support/Aquamacs Emacs/Preferences.el<br><br>The lines<br><div style="margin-left: 40px;">(global-set-key [(\C right)] 'forward-word)<br>(global-set-key [(\C left)] 'backward-word)<br></div>
should do what you want, but you may want to consider using \M instead of \C here, to match standard OS X behavior.  <br>
<br>--Nathaniel<br></div></div><br></div>