poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Recently broken tab completion in repl


From: Jose E. Marchesi
Subject: Re: Recently broken tab completion in repl
Date: Sun, 12 Apr 2020 10:02:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

    
    (BTW - Your test (added in commit fee96d31a9860f5ae42faa871881b7d2b0953902) 
does not
    seem to do what you intend.   If I reinstate 
c576c04c32c10f1f550229b0c487ded1f4948e53 your
    new test does not fail.)

Hm, it actually does what I intended.

As far as I can tell the problem in
c576c04c32c10f1f550229b0c487ded1f4948e53 impacted the echo of the typed
entry on the prompt, but not the autocompleted command that poke
received, i.e.

(poke) .se\t obase 16

What you see: (poke) .se  obase 16
What the rl edit line has and poke receives: .set obase 16

So poke didn't fail when you sent ".se\t obase 16", and therefore
replied with the prompt which is what the {} for PATTERN in the
poke_test_cmd invocation means...



reply via email to

[Prev in Thread] Current Thread [Next in Thread]