<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 2009-02-18 , at 14:52:04, David Reitter wrote:<span class="Apple-style-span" style="-webkit-text-stroke-width: -1; "></span></div><div><span class="Apple-style-span" style="-webkit-text-stroke-width: -1;"><br></span></div><div></div></div><blockquote type="cite"><div><div><span class="Apple-style-span" style="-webkit-text-stroke-width: -1; ">On 18 Feb 2009, at 11:42, Howard wrote:</span></div></div><br><blockquote type="cite"><font class="Apple-style-span" color="#000000">So what does C-z do now that is no longer does minimize?<br></font></blockquote><blockquote type="cite"><font class="Apple-style-span" color="#000000"><br></font></blockquote><blockquote type="cite"><font class="Apple-style-span" color="#000000">I used it as an alias for C-x5 using: (global-set-key "\C-z" ctl-x-5-map)<br></font></blockquote><blockquote type="cite"><font class="Apple-style-span" color="#000000"><br></font></blockquote><blockquote type="cite"><font class="Apple-style-span" color="#000000">and now had to figure out to change it to this:<br></font></blockquote><blockquote type="cite"><font class="Apple-style-span" color="#000000">(define-key osx-key-mode-map '[(control z)] ctl-x-5-map)<br></font></blockquote><blockquote type="cite"><font class="Apple-style-span" color="#000000"><br></font></blockquote><blockquote type="cite"><font class="Apple-style-span" color="#000000">I'd like to understand what improvement I'm giving up for this customization.<br></font></blockquote><br>People kept hitting C-z because of where 'z' is located on an English keyboard.<br><br>C-z is bound to `ignore', so you're not giving up anything.<br></blockquote><div><br></div>Those of us who had to settle for Epsilon instead of GNU Emacs on the PC back in the day still reach for C-z to scroll the current line upward. :-)<div>No problem, I just added this to my .emacs:</div><div>   (define-key osx-key-mode-map '[(control z)] 'wrg-scroll-up-one-line)</div><div><br><div apple-content-edited="true"> <div><div><div><div><div><div><div><div>________________________________________________________________________</div><div><br></div><div>Bill Greene   </div><div><a href="http://www.linkedin.com/in/williamrgreene">http://www.linkedin.com/in/williamrgreene</a></div><div><a href="http://bill2u.wordpress.com/">http://bill2u.wordpress.com/</a></div></div></div></div></div><div><div><div><div><div><br></div></div></div></div></div><br><br></div></div></div> </div><br></div></body></html>