emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99831: Scrolling commands which


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r99831: Scrolling commands which does not signal errors at top/bottom.
Date: Tue, 6 Apr 2010 20:26:43 +0200

On Tue, Apr 6, 2010 at 18:12, Juri Linkov <address@hidden> wrote:

> This means a customizable option is still necessary:

> +(defcustom scroll-error-top-bottom nil
> +  "Move point to top/bottom of buffer before signalling a scrolling error.
> +A value of nil means just signal an error if no more scrolling possible.
> +A value of t means point moves to the beginning or the end of the buffer
> +\(depending on scrolling direction) when no more scrolling possible.
> +When point is already on that position, then signal an error."
> +  :type 'boolean
> +  :group 'scrolling
> +  :version "24.1")

This fixes one problem, but not the other: scroll-(up|down)-command do
not preserve the column.

    Juanma




reply via email to

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