<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 17, 2009, at 12:40 PM, Ron Garret wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>1.  This one actually qualifies as a bug, and I believe there's a long- <br>standing ticket open on it: When you double-click on a close-paren  <br>that is at the end of a buffer, the corresponding S-expression does  <br>not get selected.  Instead, what happens depends on the character  <br>immediately to the left of the close-paren.  If that character is  <br>itself a close-paren, then the S-expression corresponding to *that*  <br>close-paren is selected, otherwise the final close-parent character  <br>itself is selected.<br><br></div></blockquote><div><br></div><div>that is annoying. Related to that: if you put cursor at end of sexpr Command-E, execute selection, is neither working nor enabled. Strictly speaking there is no selection but that did not bother MCL and quite frankly Command E is very handy. Notice, one could use the enter key instead but one the new, shabby, apple keyboards there is no direct enter key. You need to press the fn key. Not good. Please give me back the "if there is no selection do the same as enter" behavior of Command E.</div><div><br></div><div><br></div><br><blockquote type="cite"><div>2.  In my old MCL environment I had a function key bound to a function  <br>that pretty-printed the macroexpansion of the current sexpr.  I used  <br>that almost as much as meta-point, maybe more, and I really miss it.   <br>I get the feeling that if I dug deeply enough I could figure out how  <br>to add this myself, but I would really like to see it be a standard  <br>part of CCL.<br></div></blockquote><div><br></div>yup, used that a lot too..<br><blockquote type="cite"><div><br><br>5.  The new way of balancing parens is not bad, a vast improvement  <br>over the way it was before, but it would be nice to be able to  <br>customize the highlighting.  In particular, I'd like to be able to  <br>change the color.  That cyan doesn't resonate well with me for some  <br>reason.  Even better, I'd like to be able to change both the  <br>background color *and* the color and style of the glyph (in which case  <br>I'd probably choose for the background color to be white, and  <br>highlight matching parens by making them bold, but that's just me).<br></div></blockquote><div><br></div><div>partial solution: </div><div><br></div><div><div>(setq gui::*paren-highlight-background-color*</div><div>      (#/retain (#/colorWithCalibratedRed:green:blue:alpha: ns:ns-color 0.9 0.8 0.8 1.0)))</div><div><br></div><div>I would add another one. I like to have a way to find the keyboard bindings a bit more efficiently. The page that Jeremy send a link out to looks good. How about just adding that as bookmark to the CCL Help menu?</div><div><br></div><div>Alex</div></div><div><br></div></div><br><div apple-content-edited="true"> <div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Prof. Alexander Repenning</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><br class="khtml-block-placeholder"></p><p style="margin: 0.0px 0.0px 0.0px 0.0px">University of Colorado</p><p style="margin: 0.0px 0.0px 0.0px 0.0px">Computer Science Department</p><p style="margin: 0.0px 0.0px 0.0px 0.0px">Boulder, CO 80309-430</p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><br class="khtml-block-placeholder"></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">vCard: <a href="http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf">http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf</a></font></p><br class="Apple-interchange-newline"></div> </div><br></body></html>