Annoying insertion.

2007-04-17 Thread John R. Culleton
Recently gvim has had the annoying habit of inserting messages in the text of the document being edited, such as :confirm wqa Sometimes they are longer. Here is my user .gvimrc: version 7.0 if &cp | set nocp | endif let s:cpo_save=&cpo let cobol_legacy_code = 1 set cpo&vim set syntax=auto im

Re: Annoying insertion.

2007-04-17 Thread John R. Culleton
On Tuesday 17 April 2007 11:45, Tim Chase wrote: > > Recently gvim has had the annoying habit of inserting messages in > > the text of the document being edited, such as > > > > :confirm wqa > > > > Sometimes they are longer. > > I don't see anything glaringly obvious in your supplied vimrc > files

Re: Annoying insertion.

2007-04-17 Thread Tim Chase
Recently gvim has had the annoying habit of inserting messages in the text of the document being edited, such as :confirm wqa Sometimes they are longer. I don't see anything glaringly obvious in your supplied vimrc files that would trigger such behavior. However, there's a possiblity tha

Re: Annoying insertion.

2007-04-17 Thread Tim Chase
-does this happen in one particular type of file but not in others (such as in *.tex or *.xyz but not in others) Most of the files I edit are *.tex files so that is not much of a distinguishing mark. Ah well...perhaps a tex-filetype mapping? -does it only happen in one mode? (only in inser

Re: Annoying insertion.

2007-04-17 Thread John R. Culleton
On Tuesday 17 April 2007 12:25, Tim Chase wrote: > >> -does this happen in one particular type of file but not in > >> others (such as in *.tex or *.xyz but not in others) > > > > Most of the files I edit are *.tex files so that is not much of a > > distinguishing mark. > > Ah well...perhaps a tex-

Re: Annoying insertion.

2007-04-17 Thread Tim Chase
With that knowledge, I'd go spelunking in the $VIMRUNTIME/ folders for the tex-related plugins/syntax/filetype files to see if there are "map" commands that should be "nnoremap" commands. Or perhaps you have some of your own additions under $HOME/.vim/ that might be bunging matters. -tim And wha

Re: Annoying insertion.

2007-04-17 Thread fREW
On 4/17/07, Tim Chase <[EMAIL PROTECTED]> wrote: >> With that knowledge, I'd go spelunking in the $VIMRUNTIME/ >> folders for the tex-related plugins/syntax/filetype files to see >> if there are "map" commands that should be "nnoremap" commands. >> Or perhaps you have some of your own additions u

Re: Annoying insertion.

2007-04-19 Thread John Little
Hi Do you have a wheel-mouse, and use the wheel? Inadvertent middle button presses using the wheel can randomly drop bits of text, selected from random parts of the screen. If you don't use the middle button, consider mapping it to something harmless, like . HTH