Gnus development mailing list
 help / color / mirror / Atom feed
* point gets screwy after exiting summary buffer
@ 2000-01-11  6:16 Reid Rivenburgh
  0 siblings, 0 replies; only message in thread
From: Reid Rivenburgh @ 2000-01-11  6:16 UTC (permalink / raw)


I don't think I've seen any posts about this, so here goes....  I'm
using Gnus 5.8.3 on XEmacs 21.1.8.

Sometimes when I exit the summary buffer, the point goes to a strange
location in the left-most column midway through my nnml groups.  It
doesn't matter what group I just finished reading, it always pops
there.  It doesn't always start that way, but something is triggering
this persistent behavior.  Since I tend to go through my groups
sequentially, it got kind of annoying.  I looked into it, and this
seems to have fixed it:

*** gnus-win.el.orig Mon Jan 10 23:07:58 2000
--- gnus-win.el    Mon Jan 10 23:07:33 2000
***************
*** 449,455 ****
              (set-buffer nntp-server-buffer))
            (select-frame frame)))
  
+       (switch-to-buffer nntp-server-buffer)
        (let (gnus-window-frame-focus)
        (set-buffer nntp-server-buffer)
        (gnus-configure-frame split)
--- 449,454 ----

(Sorry if I butchered that patch, I don't often create patches....)
Basically, I added that line back which was in 5.8.2, after having
traced back from gnus-summary-exit.  I should add that I have no idea
what I'm doing, not being a developer; I was just fiddling around.
Does the above change make sense in this context?

reid



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-01-11  6:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-11  6:16 point gets screwy after exiting summary buffer Reid Rivenburgh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).