* how to stop cursor from moving when scrolling?
@ 2005-10-06 23:00 Paminu
2005-10-07 9:03 ` Peter Dyballa
[not found] ` <mailman.10216.1128676762.20277.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 7+ messages in thread
From: Paminu @ 2005-10-06 23:00 UTC (permalink / raw)
When I scroll through some text in emacs the cursor follows. How do I make
the cursor stay where I put it??
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to stop cursor from moving when scrolling?
2005-10-06 23:00 how to stop cursor from moving when scrolling? Paminu
@ 2005-10-07 9:03 ` Peter Dyballa
[not found] ` <mailman.10216.1128676762.20277.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2005-10-07 9:03 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 07.10.2005 um 01:00 schrieb Paminu:
> When I scroll through some text in emacs the cursor follows. How do I
> make
> the cursor stay where I put it??
>
Create a new buffer, change to that, and do scroll-other-wondow.
--
Greetings
Pete
When in doubt, use brute force.
-- Ken Thompson
^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <mailman.10216.1128676762.20277.help-gnu-emacs@gnu.org>]
* Re: how to stop cursor from moving when scrolling?
[not found] ` <mailman.10216.1128676762.20277.help-gnu-emacs@gnu.org>
@ 2005-10-07 9:25 ` Paminu
2005-10-07 9:55 ` David Hansen
2005-10-07 10:22 ` Peter Dyballa
0 siblings, 2 replies; 7+ messages in thread
From: Paminu @ 2005-10-07 9:25 UTC (permalink / raw)
Peter Dyballa wrote:
>
> Am 07.10.2005 um 01:00 schrieb Paminu:
>
>> When I scroll through some text in emacs the cursor follows. How do I
>> make
>> the cursor stay where I put it??
>>
>
> Create a new buffer, change to that, and do scroll-other-wondow.
Is that the only way? Seems rather cumbersome.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to stop cursor from moving when scrolling?
2005-10-07 9:25 ` Paminu
@ 2005-10-07 9:55 ` David Hansen
2005-10-07 10:25 ` Paminu
2005-10-07 10:22 ` Peter Dyballa
1 sibling, 1 reply; 7+ messages in thread
From: David Hansen @ 2005-10-07 9:55 UTC (permalink / raw)
On Fri, 07 Oct 2005 11:25:32 +0200 Paminu wrote:
> Peter Dyballa wrote:
>
>> Am 07.10.2005 um 01:00 schrieb Paminu:
>>
>>> When I scroll through some text in emacs the cursor follows. How do I
>>> make
>>> the cursor stay where I put it??
>>
>> Create a new buffer, change to that, and do scroll-other-wondow.
>
>
> Is that the only way? Seems rather cumbersome.
What about C-SPC (C-v M-v as much as you want) and C-x C-x?
David
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to stop cursor from moving when scrolling?
2005-10-07 9:55 ` David Hansen
@ 2005-10-07 10:25 ` Paminu
2005-10-07 11:00 ` David Hansen
0 siblings, 1 reply; 7+ messages in thread
From: Paminu @ 2005-10-07 10:25 UTC (permalink / raw)
David Hansen wrote:
> On Fri, 07 Oct 2005 11:25:32 +0200 Paminu wrote:
>
>> Peter Dyballa wrote:
>>
>>> Am 07.10.2005 um 01:00 schrieb Paminu:
>>>
>>>> When I scroll through some text in emacs the cursor follows. How do I
>>>> make
>>>> the cursor stay where I put it??
>>>
>>> Create a new buffer, change to that, and do scroll-other-wondow.
>>
>>
>> Is that the only way? Seems rather cumbersome.
>
> What about C-SPC (C-v M-v as much as you want) and C-x C-x?
>
> David
When I do C-SPC and scroll all the text gets selected. Thats is because I
like to use C-SPC and the arrows to select a region that I afterward can
delete by pressing del.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to stop cursor from moving when scrolling?
2005-10-07 10:25 ` Paminu
@ 2005-10-07 11:00 ` David Hansen
0 siblings, 0 replies; 7+ messages in thread
From: David Hansen @ 2005-10-07 11:00 UTC (permalink / raw)
On Fri, 07 Oct 2005 12:25:40 +0200 Paminu wrote:
> David Hansen wrote:
>
>>>> Am 07.10.2005 um 01:00 schrieb Paminu:
>>>>
>>>>> When I scroll through some text in emacs the cursor
>>>>> follows. How do I make the cursor stay where I put it??
>>
>> What about C-SPC (C-v M-v as much as you want) and C-x C-x?
>
> When I do C-SPC and scroll all the text gets selected. Thats is because I
> like to use C-SPC and the arrows to select a region that I afterward can
> delete by pressing del.
I see, you use transient-mark-mode. At least in CVS emacs you
can enable transient-mark-mode temporally (by hitting C-SPC
twice). So i don't see any reason why to have it enabled.
Anyway, probably registers will help you (eg. C-x r SPC 1 RET,
scroll around and C-x r j 1 RET, more in the emacs manual).
David
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: how to stop cursor from moving when scrolling?
2005-10-07 9:25 ` Paminu
2005-10-07 9:55 ` David Hansen
@ 2005-10-07 10:22 ` Peter Dyballa
1 sibling, 0 replies; 7+ messages in thread
From: Peter Dyballa @ 2005-10-07 10:22 UTC (permalink / raw)
Cc: help-gnu-emacs
Am 07.10.2005 um 11:25 schrieb Paminu:
> Is that the only way?
I don't know any other ... and I have made it easy since I usually
always have a *Calendar* buffer open!
Did you already google for 'Emacs scroll point' or such?
--
Greetings
Pete
Basic, n.:
A programming language. Related to certain social diseases in
that those who have it will not admit it in polite company.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-10-07 11:00 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-06 23:00 how to stop cursor from moving when scrolling? Paminu
2005-10-07 9:03 ` Peter Dyballa
[not found] ` <mailman.10216.1128676762.20277.help-gnu-emacs@gnu.org>
2005-10-07 9:25 ` Paminu
2005-10-07 9:55 ` David Hansen
2005-10-07 10:25 ` Paminu
2005-10-07 11:00 ` David Hansen
2005-10-07 10:22 ` Peter Dyballa
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.