Re: A basic cursor problem
[email protected] Fri, 3 Feb 2006 15:43:21 -0500
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Message-ID | <OFA1B981D7.0B2F9E49-ON8525710A.00714558-8525710A.0071D53D@iqfinancial.com> |
What command are you using to go "up"?
For example, Ctrl-P?
Alt-x previous-line {Enter}?
An arrow on your keyboard?
Or something else entirely?
If a keystroke, what command does it actually execute?
Hit F1 followed by k followed by the keystroke you use to go up a line.
What happens if you do Alt-x previous-line {Enter}?
|---------+---------------------------->
| | Jined |
| | <[email protected]>|
| | |
| | 02/03/2006 03:35 |
| | PM |
| | |
|---------+---------------------------->
>-------------------------------------------------------------------------------------------------------------------------|
| |
| To: [email protected] |
| cc: [email protected] |
| Subject: Re: A basic cursor problem |
>-------------------------------------------------------------------------------------------------------------------------|
> What do you mean "Cursor"? The mouse pointer or the character cursor?
>
Sorry, I mean the character cursor, the one which is inside xemacs and
moves to the right each time you type a letter. The problem is that when
I want to go in line just above, it takes me 5 lines up. I hope that my
problem is better defined. Thanks.
> If the mouse pointer, then there is something called "mouse avoidance
mode"
> which keeps the mouse pointer from obscuring the cursor. Whenever the
mouse
> pointer would be over the character cursor WHILE YOU ARE TYPING, the
mouse
> pointer magically moves 5 or so characters away (according to one of
> several rules).
>
> Look for:
>
> (if window-system (mouse-avoidance-mode 'jump))
>
> You can comment it out:
>
> ;; (if window-system (mouse-avoidance-mode 'jump))
>
> Or, you can change behavior:
>
> Effects of the different modes:
> * banish: Move the mouse to the upper-right corner on any keypress.
> * exile: Move the mouse to the corner only if the cursor gets too close,
> and allow it to return once the cursor is out of the way.
> * jump: If the cursor gets too close to the mouse, displace the mouse
> a random distance & direction.
> * animate: As `jump', but shows steps along the way for illusion of
> motion.
> * cat-and-mouse: Same as `animate'.
> * proteus: As `animate', but changes the shape of the mouse pointer too.
>
>
>
> |---------+------------------------------>
> | | Jined |
> | | <[email protected]> |
> | | Sent by: |
> | | xemacs-news-bounces|
> | | @xemacs.org |
> | | |
> | | |
> | | 02/03/2006 12:53 PM|
> | | |
> |---------+------------------------------>
>
>-------------------------------------------------------------------------------------------------------------------------|
> |
|
> | To: [email protected]
|
> | cc:
|
> | Subject: A basic cursor problem
|
>
>-------------------------------------------------------------------------------------------------------------------------|
>
>
>
>
> Good evening to all,
>
> I use xemacs to type my university reports using miktex, and while
> typing the source code, the cursor is always moving upwards or downwards
> for more that one line, it's 4 or 5 actually. This is annoying, and as I
> was told that xemacs is fully customizable, I wonder if a good soul
> could tell me how to fix this problem. I do not think it is a major
> problem, but rather a question of a beginner.
>
> Thanks.
>
> Jined.
>
>
>
>
>
>