Gnus development mailing list
 help / color / mirror / Atom feed
From: Reid Rivenburgh <reid@lanl.gov>
Subject: point gets screwy after exiting summary buffer
Date: 10 Jan 2000 23:16:30 -0700	[thread overview]
Message-ID: <vetd7r9p1z5.fsf@toespaz.c3.lanl.gov> (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



                 reply	other threads:[~2000-01-11  6:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vetd7r9p1z5.fsf@toespaz.c3.lanl.gov \
    --to=reid@lanl.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).