[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [External] : Re: Allowing point to be outside the window?
From: |
Juri Linkov |
Subject: |
Re: [External] : Re: Allowing point to be outside the window? |
Date: |
Wed, 01 Dec 2021 11:10:02 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) |
> A GUI Emacs does that already. With emacs -Q do
>
> (setq truncate-lines t)
> (toggle-horizontal-scroll-bar t)
> C-x 3
>
> Now put the region on say "To create", use the mouse on the horizontal
> scroll bar to drag that region completely out of view and type C-w.
Interesting, it works even without the horizontal scroll bar,
after typing 'C-x <' (scroll-left). But it automatically
scrolls back only when using the horizontal scroll bar.