Re: A basic cursor problem

Jined <[email protected]> Fri, 03 Feb 2006 21:35:15 +0100
Newsgroups gmane.emacs.xemacs.general
Message-ID <[email protected]>
> 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.
>
>
>
>
>
>