rumcii / emacs-nav

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

Follow mode doesn't work with shell #52

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make sure nav is in follow mode.
2. Open a shell buffer
3. cd to some directory

What is the expected output? What do you see instead?
The nav buffer should update to the new dir contents, but it does nothing.

Original issue reported on code.google.com by issac.tr...@gmail.com on 19 Aug 2009 at 5:35

GoogleCodeExporter commented 8 years ago
The only way for this to work is to have a timer that constantly updates nav. 
This
will cause another CPU issue.

Original comment by matthew....@gmail.com on 20 Aug 2009 at 2:20

GoogleCodeExporter commented 8 years ago
Emacs has a shell change directory error hook but not for a successful change. 
Seems
to me like emacs needs some more standard hooks.

Original comment by matthew....@gmail.com on 20 Aug 2009 at 3:30

GoogleCodeExporter commented 8 years ago
All right, there seems not to be a reasonable solution for now. Closing the bug.

Original comment by issac.tr...@gmail.com on 20 Aug 2009 at 6:21