<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">I have been having an oddity with completion in the SLY (enhanced Common Lisp) mode.  Full details are <a href="https://github.com/joaotavora/sly/issues/547" style="color: #3983C4;">here</a>.  The issue persists when I start Aquamacs without customizations, so I suspect it is an interaction between SLY and some Aquamacs customization.  But I have not been able to find any customization of completion behavior in <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">/Applications/Aquamacs.app/Contents/Resources/lisp/</code></p>
<p dir="auto">Here's what happens:</p>
<ul>
<li>
<p dir="auto">Non-Aquamacs emacs: Press completion key. Minibuffer pops up with message "Use C-n and C-p to navigate completions...."  I <em>believe</em> that in this case also the cursor is left in the minibuffer (having a little trouble getting clarity from other users).</p>
</li>
<li>
<p dir="auto">Aquamacs emacs: Minibuffer pops up with message "Use <right> and <left> to navigate completions..." Cursor is left in the source buffer, <em>not</em> the completion minibuffer. This has the bad effect of causing me to press <right> and then find that the cursor moves in the source buffer and the completion minibuffer is dismissed, which is quite annoying. (The fix is to switch buffers to navigate the set of completions, but this is cumbersome and annoying).</p>
</li>
</ul>
<p dir="auto">Any idea where this customization could be happening?</p>
<p dir="auto">Thanks,<br>
R</p>

</div>
</div>
</body>

</html>