GNU bug report logs -
#23546
25.1.50; scroll-restore-mode breaks comint-mode
Previous Next
Full log
Message #8 received at 23546 <at> debbugs.gnu.org (full text, mbox):
> I encountered a problem that looks like a bug to me: scroll-restore-mode
> (from elpa.gnu.org [0]) breaks comint-mode (built-in, GNU Emacs 25.1.50.1).
>
> [0] https://elpa.gnu.org/packages/scroll-restore.html
>
> Steps to reproduce in a clear environment:
>
> $ mkdir /tmp/emacs.d
> $ emacs --quick --eval '(setq user-emacs-directory "/tmp/emacs.d")'
>
> (package-initialize)
> (package-refresh-contents)
> (package-install 'scroll-restore)
> (setq scroll-restore-jump-back t)
> (scroll-restore-mode 1)
>
> M-x shell
>
> Now I can type the first command (c d RET), start to type the second one
> — and the point jumps before shell prompt:
>
> user <at> local:~$ cd¦
> cd¦user <at> local:~$
>
> (here ‘¦’ denotes cursor position)
>
> I could move point back to the end manually (with M-> for instance), but
> that is pretty annoying.
Could you try with ‘comint-scroll-to-bottom-on-input’ set to 'this?
That option apparently conflicts with ‘scroll-restore-jump-back’. (IMO
‘scroll-restore-jump-back’ is much too aggressive, I never set it.)
> I have to mention that it would not present a huge problem if there were
> a way disable scroll-restore-mode on per-major-mode basis. However
> scroll-restore-mode has only global state, no buffer-local, as far as I
> can see.
I'm afraid that ‘scroll-restore-mode’ is too simplistic in this regard.
Thanks, martin
This bug report was last modified 8 years and 281 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.