Rodney Sparapani wrote:
Perhaps you expected this... But, it is not just the Save As... dialog.
Open in New Frame triggers it as well. And again, only with .tex files.
It doesn't matter what's in the file.
Rodney
This bug is nailing me all the time since I use latex-mode or AucTeX
daily. So I decided to try to find the e-lisp code that is causing it.
And it is in minibuf.el. The function is mouse-read-file-name-1.
Look at the line following the comment:
;; #### should be 2 not 3, but that causes
;; "window too small to split" errors for some
;; people (but not for me ...) There's a more
;; fundamental bug somewhere.
And then if I change:
(split-window nil (- (frame-height frame) 3)))
to:
(split-window nil (- (frame-height frame) 5)))
the problem goes away. I have no idea why. Just trial and error.
However, I have to put this definition somewhere. I guess that means
that I have to re-build xemacs after making this change
(byte-compile-file doesn't help). I suppose it is "dumped" with xemacs.
I'll give it a try. By the way, since 21.4.22 was tagged, but never
announced, maybe this bug fix could get in?
Rodney
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta