Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!oliveb!mintaka!daemon From: sra@lcs.mit.edu (Rob Austein) Newsgroups: gnu.emacs.gnus Subject: Re: gnus-Subject-rmail-digest Message-ID: Date: 4 Aug 89 20:30:54 GMT References: Sender: daemon@mintaka.lcs.mit.edu (Lucifer Maleficius) Distribution: gnu Organization: ITS Preservation Society Lines: 16 In-reply-to: clamen@CS.CMU.EDU's message of 3 Aug 89 23:11:11 GMT I've noticed the inverted window problem too. I looked at the code, which is more than a little opaque. There's a nice comment explaining that the goal is to put the "GNUS Digest-summary" buffer in the window used by the *Subject* buffer and the "GNUS Digest" buffer in the window used by the *Article* buffer. All well and good. But the code doesn't seem to do anything of the sort, and in fact goes off and does something with the window that the *Newsgroups*" buffer is in instead. There is also some non-obvious use of (pop-to-buffer), which seems completely weird given that GNUS has a specific window configuration goal in mind but really can't predict what (pop-to-buffer) will do. My guess is that (gnus-Subject-rmail-digest) hasn't been properly updated for the brave new world of configurable GNUS windows, which didn't exist before GNUS 3.12. --Rob Austein, MIT