rumcii / emacs-nav

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

Nav window reuse #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call nav several times

What is the expected output?
Reuse the same nav window, updating the contents so they match the caller's 
directory.

What do you see instead?
A new nav window is created after every call

Please provide any additional information below.
This patch reuses any nav *window* that is already visible in the current 
frame. It doesn't reuses nav *buffers*, because several nav buffers can exists 
(at least one per frame).

Original issue reported on code.google.com by rlazo....@gmail.com on 23 Dec 2012 at 1:17