Hi jean-claude<br>I wanted to add new aliases in mkcl.<br>So, I add the following code in my .mkclrc file :<br><b>(setf (cdar si::*tpl-commands*) <br>      (append (cdar si::*tpl-commands*) '(((:bye) quit :eval "" ""))))</b><br>
Howerver, it doesn't work at all.<br>I think the issue comes from the file mkcl-1.0.1/src/lsp/top.lsp on line 504.<br>We must replace the line 504 by :<br><b>(&key ((:commands *tpl-commands*) *tpl-commands*)</b><br>
<br>What do you think about that ?<br>