<br><div id="-chrome-auto-translate-plugin-dialog" style="background-image:initial!important;background-color:transparent!important;padding-top:0px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important;margin-top:0px!important;margin-right:0px!important;margin-bottom:0px!important;margin-left:0px!important;overflow-x:visible!important;overflow-y:visible!important;text-align:left!important;background-repeat:initial initial!important">
<div style><div class="translate"></div><div class="additional"></div></div><img src="http://www.google.com/uds/css/small-logo.png" onclick="document.location.href='http://translate.google.com/';" style="position: absolute !important; z-index: -1 !important; right: 1px !important; top: -20px !important; cursor: pointer !important;-webkit-border-radius: 20px; background-color: rgba(200, 200, 200, 0.3) !important; padding: 3px 5px 0 !important; margin: 0 !important;"></div>
<div>I update to  1.9-dev-r15327M-trunk  (DarwinX8664)!.</div><div><br></div><div>I sometime shadow standard cl function.</div><div><div><br></div><div>for example..</div><div><br></div><div>(defmethod plus ((p1 number) (p2 number))</div>
<div>  (+ p1 p2))</div><div><br></div><div>(defmethod plus ((p1 string) (p2 string))</div><div>  (concatenate 'string p1 p2))</div><div><br></div><div>(labels ((+ (&rest rest)</div><div><span class="Apple-tab-span" style="white-space:pre">     </span>   (reduce #'plus rest)))</div>
<div>  (+ "clozure" " common" " lisp"))</div></div><div><br></div><div><br></div><div><div>;Compiler warnings :</div><div>;   In an anonymous lambda form: Local function or macro name + shadows standard CL definition.</div>
</div><div>=> "clozure common lisp"</div><div><br></div><div><br></div><div><br></div><div>if I can ignore it, tell me what to do....    thank you.</div><div><br></div><div><br></div>