rumcii / emacs-nav

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

Sometimes shell mode starts with nav junk at top #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. launch emacs
2. open nav
3. hit s

What is the expected output? What do you see instead?
Sometimes the contents of the nav buffer will show up at the top of the shell 
buffer.

Original issue reported on code.google.com by issac.tr...@gmail.com on 20 Aug 2009 at 6:02

GoogleCodeExporter commented 8 years ago
I'm not seeing this anymore. The problem seems to have gone away...

Original comment by issac.tr...@gmail.com on 23 Aug 2009 at 7:26

GoogleCodeExporter commented 8 years ago
OK, I can reproduce it now. 

1. Open nav.
2. Press F to start follow mode.
3. Press s to start the shell.

The shell comes up with the current contents of nav at the top. Those contents 
should not be there.

Original comment by issac.tr...@gmail.com on 23 Aug 2009 at 8:03

GoogleCodeExporter commented 8 years ago
The problem goes away if I comment out 

        (add-hook 'window-configuration-change-hook
                  'nav-follow-buffer)

So I'm thinking it would work ok to remove the hooks and go back to a timer for 
follow 
mode.

Original comment by issac.tr...@gmail.com on 23 Aug 2009 at 8:24

GoogleCodeExporter commented 8 years ago

Original comment by issac.tr...@gmail.com on 23 Aug 2009 at 9:16