<html><head></head><body><div class="ydp2224ebd2yahoo-style-wrap" style="font-family:courier new, courier, monaco, monospace, sans-serif;font-size:16px;"><div><div>Hello all,<br></div><div><br></div><div>- Having updated from macOS 11.6.3 to 12.3, I had to change from the old AppStore CCL 1.11.7 to CCL 1.12.1.</div><div>- R. Matthew Emerson kindly gave me this last build:</div><div>   http://setf.clozure.com/~rme/ccl-1.12.1-ide-big-sur.zip</div><div>- Happily, CCL 1.12.1 runs seemingly very well with macOS 12.3, whereas CCL 1.11.7 was very problematic with macOS 11.6.3. So I'm globally very satisfied with both changes.</div><div><br></div><div dir="ltr" data-setdir="false">- Unfortunately CCL 1.12.1 now introduces a name conflict with my own code, which did not occur before. Briefly summarized:</div><div><br></div><div>===========================================================</div><div>Clozure Common Lisp Version 1.12.1 (v1.12.1-3-g2ae800e1) DarwinX8664</div><div>For more information about CCL, please see http://ccl.clozure.com.</div><div>CCL is free software.  It is distributed under the terms of the Apache</div><div>Licence, Version 2.0.</div><div>? (function DBG)</div><div>#<Compiled-function DBG #x30000015DD1F></div><div>? *package*</div><div>#<Package "CCL"></div><div>? (find-symbol "DBG")</div><div>DBG</div><div>:INTERNAL</div><div>? (defmacro dbg (forme &optional fonction)</div><div>    (if fonction</div><div>        `(format *standard-output* "~4Tdbg-> ~S : ~S = ~S~%"</div><div>               (quote ,fonction) (quote ,forme) ,forme)</div><div>      `(format *standard-output* "~4Tdbg-> ~S = ~S~%" (quote ,forme) ,forme)))</div><div>; Warning: The function DBG is being redefined as a macro.<br></div><div>; While executing: (SETF MACRO-FUNCTION), in process Listener(4).</div><div>DBG</div><div>? (dbg a) => crash: AltConsole</div><div>                    Lisp Breakpoint</div><div>                    ? for help</div><div dir="ltr" data-setdir="false">                    [nnnn] Clozure CL kernel debugger:</div><div dir="ltr" data-setdir="false"><span>===========================================================</span><br></div><div dir="ltr" data-setdir="false"><span><br></span></div><div dir="ltr" data-setdir="false">- The conflict is created by my definition of dbg as a macro-function. You understand it's a simple developing help, inserted for debugging, checking things on the fly, printing internal values, etc.</div><div><br></div><div>- The annoying point is that my dbg macro-function is everywhere in my code, sometimes commented out, but often not. I could change its name, but it would be quite tedious to edit all my source files, written over the last 15 or 20 years...</div><div><br></div><div dir="ltr" data-setdir="false">=> Is there some package trick which could solve this name conflict? So called shadowing? Unfortunately, my knowledge about packages doesn't extend further than the clumsy demo above.</div><div>=> Could anyone suggest a hopefully simple solution?</div><div><br></div><div>Sorry for this long message. Many thanks in advance,</div><div dir="ltr" data-setdir="false"><br></div></div><div dir="ltr" data-setdir="false">   DLO</div><div class="ydp2224ebd2signature"><div style="font-family:courier, monaco, monospace, sans-serif;font-size:13px;"><div>--</div><div>Denis Lorrain</div><div><a href="http://denislorrain.org" rel="nofollow" target="_blank">http://www.denislorrain.org</a></div><div dir="ltr">Recordings of selected piano works:</div><div dir="ltr">  <a href="https://soundcloud.com/user-205054622" rel="nofollow" target="_blank">http://w</a>orks.denislorrain.org</div><div dir="ltr">e-mail: dlo@denislorrain.org</div><div>--</div></div></div></div></body></html>