[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs scrolling past the end of buffer
From: |
Eli Zaretskii |
Subject: |
Re: Emacs scrolling past the end of buffer |
Date: |
Sun, 12 Feb 2012 18:45:40 +0200 |
> Date: Sun, 12 Feb 2012 17:37:08 +0100
> From: Deniz Dogan <address@hidden>
>
> > But then it sometimes happen that you see past the end of the buffer
> > when scrolling (the horror!). I'd rather have excessive CPU consumption.
> >
>
> What if we combine this with a function in `window-scroll-functions'?
Please make sure that no code that runs off `window-scroll-functions'
tries to affect the display. Functions run by that hook should treat
the display as "read-only".
- New hook for ERC, Deniz Dogan, 2012/02/08
- Re: New hook for ERC, Antoine Levitt, 2012/02/08
- Re: New hook for ERC, Deniz Dogan, 2012/02/08
- Emacs scrolling past the end of buffer (was: New hook for ERC), Antoine Levitt, 2012/02/09
- Re: Emacs scrolling past the end of buffer, Deniz Dogan, 2012/02/09
- Re: Emacs scrolling past the end of buffer, Deniz Dogan, 2012/02/12
- Re: Emacs scrolling past the end of buffer,
Eli Zaretskii <=
- Re: Emacs scrolling past the end of buffer, Deniz Dogan, 2012/02/12
- Re: Emacs scrolling past the end of buffer, Eli Zaretskii, 2012/02/12
- Re: New hook for ERC, Lars Ingebrigtsen, 2012/02/09
- Re: New hook for ERC, Antoine Levitt, 2012/02/09
Re: New hook for ERC, Johan Bockgård, 2012/02/08