help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: scroll-restore-mode breaks comint-mode


From: Dmitry Alexandrov
Subject: Re: scroll-restore-mode breaks comint-mode
Date: Tue, 17 May 2016 21:01:05 +0300
User-agent: Mozilla/5.0 (X11; GNU x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0

On 16/05/16 21:22, Stefan Monnier wrote:
1. Where to report the bug — it seems to me that it belongs to
scroll-restore-mode, but its page [0] says nothing about where to mail
issues.  Is it maintained at all?

scroll-restore.el says:

     ;; Time-stamp: "2007-12-05 10:44:11 martin"
     ;; Author: Martin Rudalics <rudalics@gmx.at>
     ;; Keywords: scrolling
     ;; Version: 1.0

so you can send it to Martin,

Fortunately, it seems that Martin monitors bug-gnu-emacs@gnu.org — in any case, he have already responded to a bug mailed there [1].

[1] http://debbugs.gnu.org/23546

but for GNU ELPA packages you can also use
M-x report-emacs-bug.

Thanks, I’ll keep that in mind.

I actually would hardly need scroll-restore-mode in shell, so it would be
enough for me if there were a way disable it on per-major-mode
basis. However scroll-restore-mode has only global state, no buffer-local,
as far as I can see.

You can try

    (add-hook 'comint-mode-hook
              (lambda () (setq-local scroll-restore-mode nil)))

tho I have no idea if it would work,

Sorry, it does not.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]