Bob Proulx <b...@proulx.com> writes:

>     emacs -Q                    # no configuration
>     M-x man RET                 # look at a man page
>     ls RET                      # something a few pages long
>     C-x o                       # go there
>     M->                         # jump to the bottom
>     C-x o                       # return to original buffer
>
> Wait about 2 seconds and the man page buffer jumps back to the top of
> the man page buffer!?  Of course that makes it hard to read the passage
> I was wanting to review!

Hmm, I don't see that here.  That is, after the final C-x o, the manpage
buffer continues to show the ls "SEE ALSO" section.

I wonder if "something else" could be interfering.  If it's easy, I
suppose you might try creating a new user account, and see if still
happens there too.

And you could probably eliminate more variables by testing in a minimal
debian VM, particularly if you also see the problem via the console
(i.e. emacs -nw).

One option:

  $ mkdir test-emacs
  $ cd test-emacs
  $ vagrant init debian/testing64
  $ vagrant up
  $ vagrant ssh
  $ sudo -i
  # apt install emacs
  ... test
  # shutdown -h now
  $ vagrant destroy
  $ cd ..
  $ rm -rf test-emacs

For reference, I ran emacs from a terminal from within sway.

Oh wait, do you have emacs-gtk or emacs-lucid installed?  I only use the
latter[1], so maybe that matters, if you're using the former...

[1] https://gitlab.gnome.org/GNOME/gtk/issues/221

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4

Reply via email to