I'm a happy Aquamacs user.  However, I would like to add this functionality:<div><br></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>Ctrl-C  Copy</div><div>

Ctrl-V  Paste</div><div>Ctrl-Z  Undo</div></blockquote><div><div><br></div><div>I don't want to change the comparable Cmd keys.  It's just that I sometimes forget to use Cmd, so I would like Ctrl to just work.  I don't use Ctrl-C for anything else.</div>

<div><br></div><div>I tried this, but get "void varible map" error:</div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div><div>(define-key map "\C-c" 'cua-copy-region)</div>

</div></div></blockquote><div><div><br></div><div>I would also like the following to work when a selection exists, but also allow Ctrl-X to work as usual when no selection exists (such as for Ctrl-X Ctrl-f):</div><div><br>

</div></div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>Ctrl-X  Cut</div></div></blockquote><div><div><br></div><div>This works fine on gnu emacs.</div><div>

<br></div><div>thanks</div><div>-Doug</div><div><br></div></div>