> On Wed, Mar 11 2015, Diogo F. S. Ramos wrote:
>
>> Geiser binds M-p to `comint-previous-matching-input-from-input' in the
>> REPL.  Usually, M-p is bind to `comint-previous-input' in comint-mode
>> and `comint-previous-matching-input-from-input' is bind to C-c M-r.
>>
>> This is a personal preference, but I usually hit M-p pretty often and
>> the current Geiser behavior leaves the cursor at the beginning of the
>> input, so I have to hit some keys to move it to the end of the input so
>> I can re-evaluate a previous expression.
>
> So, IIUC, the problem is not that we perform matching with the prefix
> text in the REPL but, rather, that when that matching happens in an
> empty REPL line, RET afterwards is not sending the recovered form
> correctly, right?  That's actually a bug that, i think, i have just
> fixed in the git repo.  Let me know whether the current behaviour is
> something you like better!

Right.  Your description is much better than mine. ;-)

And yes, the fix seems to be working great.

Thank you.

Reply via email to