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

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

bug#13293: 24.2.91; eshell completion cycles fail in pre-test


From: Charles Rendleman
Subject: bug#13293: 24.2.91; eshell completion cycles fail in pre-test
Date: Fri, 28 Dec 2012 11:19:51 -0500

A prescription for exhibiting the bug
 
$ mkdir -p t/test-1 t/test-2 t/test-3
$ emacs -Q -nw
M-x eshell
type cd t/<TAB>
expands to 'cd t/test-3' 
pressing repeated <TAB>s does not cycle t/test-1, t/test-2, t/test-3
 
Expected behavior (consistent with emacs 24.2): that the first <TAB> expand to one of t/test-3, and repeated <TAB>s cycle amongst 't/test-1', 't/test-2', and 't/test-3'.
 

reply via email to

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