rumcii / emacs-nav

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

emacs-nav messes open buffer behavior #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start Emacs and open some help buffer(C-h f something) - at least on 
widescreen monitor the current frame is split horizontally to make better use 
of its space 
2. start nav
3. after this the first step splits the frame vertically, even if you quit nav

1. start erc(Emacs irc client)
2. start nav
3. type /query somenick
4. instead of opening a new window in the same frame Emacs opens a new window 
in a new frame...

Otherwise - great mode and thanks for sharing it!

Original issue reported on code.google.com by lord...@gmail.com on 30 Jun 2010 at 1:17

GoogleCodeExporter commented 8 years ago
I removed all the window creation and destruction code from nav because of the 
bugs it caused and to make nav a better citizen of the emacs world. As far as I 
can tell, this fixes the bugs you reported, but please let me know if problems 
remain. Thanks for your valuable feedback.

Original comment by issac.tr...@gmail.com on 27 Dec 2010 at 4:04