rumcii / emacs-nav

Automatically exported from code.google.com/p/emacs-nav
GNU General Public License v3.0
0 stars 0 forks source link

Shell command completion is inconsistent. #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Hit 's' to open a shell in a directory that we'll call A.
2. Go back to nav and change to a different directory (call it B).
3. Hit 's' again to go back to the shell, now in dir B.
4. Type ls and then part of the name of a file, then tab.

What is the expected output? What do you see instead?
The filename should be completed or a list of choices shown, in the context 
of directory B. Instead, the completion is done as though we were still in 
directory A. 

Original issue reported on code.google.com by issac.tr...@gmail.com on 21 Mar 2009 at 7:35

GoogleCodeExporter commented 8 years ago
This is fixed in revision 29.

Original comment by issac.tr...@gmail.com on 21 Mar 2009 at 7:37