unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Spencer Baugh <sbaugh@janestreet.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Make scroll-{up, down} move point to {start, end} of newly visible text
Date: Tue, 01 Aug 2023 14:09:47 -0400	[thread overview]
Message-ID: <iercz06ab2s.fsf@janestreet.com> (raw)
In-Reply-To: 83il9y22e8.fsf@gnu.org

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Spencer Baugh <sbaugh@janestreet.com>
>> Date: Tue, 01 Aug 2023 10:50:48 -0400
>> 
>> Eli Zaretskii <eliz@gnu.org> writes:
>> 
>> > If by "new text start" you mean the first line that was not visible in
>> > the window before C-v, then set scroll-margin to the value of
>> > next-screen-context-lines, and then Emacs will put point at that first
>> > new line.
>> >
>> > Is that what you want?
>> 
>> Yes, that's exactly what I mean and want!  Perfect, and very clever!
>> That indeed moves point to the division between old and new text!
>> 
>> Ah, but there's a missing feature... I'd like it to also work as I
>> described when I use scrolling with a prefix argument.  That is, it
>> should move point to the division between old and new text even then.
>> 
>> So M-5 C-v would move point to 5 lines from the end of the buffer.
>> scroll-margin might interfere, but I still would want point to be at the
>> division between old and new text.
>
> When you scroll by a small number of lines, Emacs generally doesn't
> move point at all, unless it has to.  And in that case, what exactly
> is "new text"? it's basically undefined.

Yes, that's fair.  Probably I don't really need this.

An issue with a solution based on scroll-margin is that scroll-margin
applies even when at the end of the buffer.  I'd like to be able to have
the end of the buffer at the end of the window, to maximize the amount
of content on-screen at a time.

In particular comint buffers, like async-shell-command and compilation
and shell-mode, become quite ugly with scroll-margin on, since in such
buffers one is generally always at the end of the buffer.

Is there a way to teach scroll-margin to not do automatic scrolling when
point is near the end of the buffer?

> IOW, scrolling by single lines or a small number of lines is very
> similar to scrolling with down-arrow or up-arrow, and those already
> behave like you want.  So why not use arrows instead?

With the arrows I would have to move point to the top or end of the
screen before scrolling, which is annoying.

Also, arrows move point, and it might be nice to be able to scroll
without moving point.

scroll-up-line and scroll-down-line would work well for me, but they
don't have key bindings by default.  If they did, I'd use them.

Maybe we should add some?  I don't know what good bindings would be.




  reply	other threads:[~2023-08-01 18:09 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31 20:18 Make scroll-{up, down} move point to {start, end} of newly visible text Spencer Baugh
2023-08-01  1:26 ` [External] : " Drew Adams
2023-08-01 11:44   ` hw
2023-08-01  5:11 ` Michael Heerdegen
2023-08-01 14:49   ` [External] : " Drew Adams
2023-08-01 11:28 ` hw
2023-08-01 14:45   ` Spencer Baugh
2023-08-01 16:05     ` hw
2023-08-01 12:42 ` Eli Zaretskii
2023-08-01 14:50   ` Spencer Baugh
2023-08-01 15:44     ` Eli Zaretskii
2023-08-01 18:09       ` Spencer Baugh [this message]
2023-08-01 18:35         ` Eli Zaretskii
2023-08-01 18:43           ` Spencer Baugh
2023-08-03 19:58             ` Spencer Baugh
2023-08-04  5:31               ` Eli Zaretskii
2023-08-06 20:02                 ` Emanuel Berg
2023-08-08 12:41                   ` Eli Zaretskii
2023-08-09 20:59                     ` Emanuel Berg
2023-08-10 17:33                       ` Eli Zaretskii
2023-08-10 18:06                         ` Emanuel Berg
2023-08-11 11:30                           ` Eli Zaretskii
2023-08-11 12:19                             ` Emanuel Berg
2023-08-11 18:40                               ` Eli Zaretskii
2023-08-11 19:00                                 ` Emanuel Berg
2023-08-12 13:30                                   ` Eli Zaretskii
2023-08-11 19:04                                 ` Emanuel Berg
2023-08-12 13:31                                   ` Eli Zaretskii
2023-08-12 15:35                                     ` Emanuel Berg
2023-08-13 13:23                                       ` Eli Zaretskii
2023-08-20  3:38                                         ` Emanuel Berg
2023-08-22 12:29                                           ` Eli Zaretskii
2023-08-22 19:41                                             ` Emanuel Berg
2023-08-24  4:43                                               ` Eli Zaretskii
2023-08-24  5:13                                                 ` Emanuel Berg
2023-08-16 16:20   ` Spencer Baugh
2023-08-16 16:53     ` Eli Zaretskii
2023-08-16 17:55       ` Spencer Baugh
2023-08-16 18:33         ` Eli Zaretskii
2023-08-16 20:32           ` Spencer Baugh
2023-08-17  5:18             ` Eli Zaretskii
2023-08-17 12:19               ` Spencer Baugh
2023-08-17 12:30                 ` Eli Zaretskii
2023-08-02 10:06 ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=iercz06ab2s.fsf@janestreet.com \
    --to=sbaugh@janestreet.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).