emacs-devel
[Top][All Lists]
Advanced

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

Re: Suggestion: A fringe indicator that shows the last/first line before


From: Stefan Monnier
Subject: Re: Suggestion: A fringe indicator that shows the last/first line before scrolling
Date: Thu, 28 Feb 2008 12:19:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> I like this idea, I tend to have the same problem.
> I wonder if this could be implemented in plain Emacs Lisp?

Yes, it must be possible.
Basically, use a pre-command-hook to remember window-start and
window-end, and a post-command-hook where you place visual indicators at
those 2 remembered spots.  Plus maybe a timer that removes those visual
indicators after a few seconds?


        Stefan




reply via email to

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