rumcii / emacs-nav

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

Quickfile button behaves different if nav not the current window #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make current any window besides nav
2. Click quickfile button with mouse
3. Will open file in a new frame 

What is the expected output? 

The file should up in a new buffer under current window.

nav-quickdir-jump-button-action function needs to test if
nav is the current window. If not make it the current. 

Original issue reported on code.google.com by matthew....@gmail.com on 29 Jul 2009 at 8:21

GoogleCodeExporter commented 8 years ago
This seems to happen in GNU Emacs 23 but not in GNU Emacs 22.

Original comment by matthew....@gmail.com on 29 Jul 2009 at 10:31

GoogleCodeExporter commented 8 years ago
Fixed by rev 49bfb8f5fc.

Original comment by issac.tr...@gmail.com on 30 Jul 2009 at 7:29