all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* force-mode-line-update in post-command-hook renders scroll-conservatively worthless
@ 2002-07-15 11:30 Juanma Barranquero
  2002-07-16 13:29 ` Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Juanma Barranquero @ 2002-07-15 11:30 UTC (permalink / raw)


emacs -q --no-site-file
M-x set-variable scroll-conservatively 1000000
C-x C-n
<down>...                ; Scrolls one line at a time
M-x ruler-mode
<down>...                ; Cursor jumps to the middle of screen
                         ; while scrolling the window

The reason is not ruler-mode, but the fact that it does:

(add-hook 'post-command-hook #'force-mode-line-update nil t)

AFAICS, adding `force-mode-line-update' (or in fact any function that
calls `set-buffer-modified-p') to post-command-hook makes
`scroll-conservatively' useless in all 21.X releases. It worked fine in
20.7.


                                                           /L/e/k/t/u

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: force-mode-line-update in post-command-hook renders scroll-conservatively worthless
  2002-07-15 11:30 force-mode-line-update in post-command-hook renders scroll-conservatively worthless Juanma Barranquero
@ 2002-07-16 13:29 ` Richard Stallman
  2002-07-16 14:23   ` Juanma Barranquero
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2002-07-16 13:29 UTC (permalink / raw)
  Cc: emacs-devel

I fixed that.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: force-mode-line-update in post-command-hook renders scroll-conservatively worthless
  2002-07-16 13:29 ` Richard Stallman
@ 2002-07-16 14:23   ` Juanma Barranquero
  2002-07-17  3:03     ` Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Juanma Barranquero @ 2002-07-16 14:23 UTC (permalink / raw)
  Cc: emacs-devel

On Tue, 16 Jul 2002 07:29:02 -0600 (MDT), Richard Stallman <rms@gnu.org> wrote:

> I fixed that.

Thanks.

Curiously, activating the ruler-mode still "activates" too the recently
reported redisplay bug. An easy way to see it:

emacs -q --no-site-file
C-h C-n
M-x set-variable scroll-conservatively 1000000
M-x ruler-mode
<down>....


                                                           /L/e/k/t/u

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: force-mode-line-update in post-command-hook renders scroll-conservatively worthless
  2002-07-16 14:23   ` Juanma Barranquero
@ 2002-07-17  3:03     ` Richard Stallman
  2002-07-17  7:35       ` Juanma Barranquero
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2002-07-17  3:03 UTC (permalink / raw)
  Cc: emacs-devel

    Curiously, activating the ruler-mode still "activates" too the recently
    reported redisplay bug. An easy way to see it:

    emacs -q --no-site-file
    C-h C-n
    M-x set-variable scroll-conservatively 1000000
    M-x ruler-mode
    <down>....

It worked for me with the changes I made.  The changes
were installed this morning.  Perhaps that was after you tried it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: force-mode-line-update in post-command-hook renders scroll-conservatively worthless
  2002-07-17  3:03     ` Richard Stallman
@ 2002-07-17  7:35       ` Juanma Barranquero
  0 siblings, 0 replies; 5+ messages in thread
From: Juanma Barranquero @ 2002-07-17  7:35 UTC (permalink / raw)
  Cc: emacs-devel

On Tue, 16 Jul 2002 21:03:39 -0600 (MDT), Richard Stallman <rms@gnu.org> wrote:

> It worked for me with the changes I made.  The changes
> were installed this morning.  Perhaps that was after you tried it.

I think I wasn't clear enough. The scrolling bug is now fixed (thanks).

What's still there is the redisplay bug reported by David Ponce and Kim
F. Storm. I mentioned it because the only way I know of triggering it is
activating ruler-mode.

                                                           /L/e/k/t/u

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-07-17  7:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-15 11:30 force-mode-line-update in post-command-hook renders scroll-conservatively worthless Juanma Barranquero
2002-07-16 13:29 ` Richard Stallman
2002-07-16 14:23   ` Juanma Barranquero
2002-07-17  3:03     ` Richard Stallman
2002-07-17  7:35       ` Juanma Barranquero

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.