unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Keith David Bershatsky <esq@lawlist.com>
Cc: emacs-devel@gnu.org
Subject: Re: Distinguishing: Temporary v. Semi-Permanent -- Horizontal Scrolling
Date: Sun, 24 Jun 2018 19:40:58 +0300	[thread overview]
Message-ID: <834lhst9wl.fsf@gnu.org> (raw)
In-Reply-To: <m2h8ls2m9q.wl%esq@lawlist.com> (message from Keith David Bershatsky on Sun, 24 Jun 2018 09:16:01 -0700)

> Date: Sun, 24 Jun 2018 09:16:01 -0700
> From: Keith David Bershatsky <esq@lawlist.com>
> Cc: emacs-devel@gnu.org
> 
> I have not seen an example where horizontal scrolling is semi-permanent (C-u C-x <) and the current line is scrolled differently from the rest.  For example, if w->min_hscroll is 4, shall I assume that the current line will always have the same amount of horizontal scrolling as all other lines in the visible window?

No, of course not.  Only the minimum amount of hscroll will be the
same for all the lines.

If auto-hscroll-mode is set to current-line, then typing "C-u 5 C-x <"
will hscroll all lines by 5 columns.  If you then move cursor so that
it gets too close to the right margin of the window, the current line,
and only that line, will be hscrolled by more than 5 columns, in order
to bring point into view.  The other lines will remain at their
5-column hscroll.

IOW, in this mode "C-x <" affects all lines, but only the current line
is scrolled more than that when needed.



  reply	other threads:[~2018-06-24 16:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-24 16:16 Distinguishing: Temporary v. Semi-Permanent -- Horizontal Scrolling Keith David Bershatsky
2018-06-24 16:40 ` Eli Zaretskii [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-07-04 13:56 Keith David Bershatsky
2018-07-03 20:20 Keith David Bershatsky
2018-07-04  2:33 ` Eli Zaretskii
2018-07-03  2:44 Keith David Bershatsky
2018-07-03 19:29 ` Eli Zaretskii
2018-06-24 17:31 Keith David Bershatsky
2018-06-24  3:49 Keith David Bershatsky
2018-06-24 14:26 ` Eli Zaretskii

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=834lhst9wl.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=esq@lawlist.com \
    /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.
Code repositories for project(s) associated with this public inbox

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

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).