bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#41423: 27.0.91; eshell file completion in tramp dir is slow (3 minut


From: Gregory Heytings
Subject: bug#41423: 27.0.91; eshell file completion in tramp dir is slow (3 minutes) [regression on pretest]
Date: Mon, 31 Aug 2020 08:30:03 +0000
User-agent: Alpine 2.22 (NEB 394 2020-01-19)


Two corrections:

Step 19 should be:

19. given that the value of the start position did not change, the lambda 
let-bound at step 8 returns t, and therefore completion-in-region--postch does 
not exit completion-in-region-mode

And the last steps should be:

29. when eshell-complete-commands-list has finished its job, 
pcomplete-completions-at-point returns a value in which the start position has 
changed
30. therefore the lambda let-bound at step 8 returns nil, and therefore 
completion-in-region--postch exits completion-in-region-mode entered at step 10
31. this removes completion-in-region--postch from post-command-hook
32. eshell finally prints its next prompt





reply via email to

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