Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!triceratops.cis.ohio-state.edu!karl From: karl@triceratops.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: gnu.emacs.gnus Subject: Windows chosen during gnus-Subject-mail-{reply,other-window} Message-ID: Date: 23 May 89 15:49:12 GMT Sender: news@tut.cis.ohio-state.edu Organization: OSU Lines: 10 I find the way that windows end up being chosen when executing these two functions to be bothersome, because when I am finished with the mail, I end up with an article in the top window of my Emacs and the *Subject* buffer in the bottom, reversed from normality. If the calls to (delete-other-windows) are replaced instead with (other-window 1) calls, then mail buffers simply replace the *Subject* buffer in the top window until the mail is sent, at which time the *Subject* buffer is returned to its proper place. --Karl