Re: vim over slow serial line

2007-01-22 Thread Yakov Lerner
On 1/19/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Yakov Lerner wrote: > Over serial 9600 line, when I press Arrows shortly after ESC, I > get A B inserted into text. How do I need to set timeoutlen and > ttimeoutlen to fix this problem ? I tried defaults and I tried > timeoutlen=1500 ttimeout

separation (delay?) in the rhs of mapping

2007-01-22 Thread Yakov Lerner
Over slow serial line, vim interprets in insert mode in some strange way (nb is [A ) I tried inoremap , did not help. How can I introduce some sort of "mapping break", or "delay" between and on the rhs of the mapping to tell vim not to treat them together ?: inoremap ? Yakov P.S. B

Re: javascript indenting

2007-01-22 Thread Martin DeMello
On 1/20/07, litespeed59 <[EMAIL PROTECTED]> wrote: Looking at my .vimrc file, here are some of the settings that appear to be relevant to indenting: set autoindent filetype plugin indent on autocmd FileType javascript setlocal cindent Works beautifully, thanks! martin

Re: separation (delay?) in the rhs of mapping

2007-01-22 Thread A.J.Mechelynck
Yakov Lerner wrote: Over slow serial line, vim interprets in insert mode in some strange way (nb is [A ) I tried inoremap , did not help. How can I introduce some sort of "mapping break", or "delay" between and on the rhs of the mapping to tell vim not to treat them together ?: inore

Re: Question about indent/, syntax/ and ftplugin/

2007-01-22 Thread DervishD
Hi Tony :) * A.J.Mechelynck <[EMAIL PROTECTED]> dixit: > >DervishD wrote: > >I don't want such cluttering, either. My idea is to have the > >following: > > > >- A 'vimrc' that just sources 'modules' (right now my vimrc does > >little except sourcing 'options.vim', 'mappings.vim' and a

Re: Question about indent/, syntax/ and ftplugin/

2007-01-22 Thread A.J.Mechelynck
DervishD wrote: Hi Tony :) * A.J.Mechelynck <[EMAIL PROTECTED]> dixit: [...] ...and, why reinvent the wheel when the source is open? First, for fun. Second, because being the source open I can investigate, learn and do a good job. Third, for the same reason I've written my own windo

Re: javascript indenting

2007-01-22 Thread Виктор Кожухаров
В пн, 2007-01-22 в 14:05 +0530, Martin DeMello написа: > On 1/20/07, litespeed59 <[EMAIL PROTECTED]> wrote: > > > > Looking at my .vimrc file, here are some of the settings that appear to be > > relevant to indenting: > > > > set autoindent > > > > filetype plugin indent on > > autocmd FileTy

Re: separation (delay?) in the rhs of mapping

2007-01-22 Thread Yakov Lerner
On 1/22/07, A.J.Mechelynck <[EMAIL PROTECTED]> wrote: Yakov Lerner wrote: > Over slow serial line, vim interprets in > insert mode in some strange way (nb is [A ) > I tried inoremap , did not help. > How can I introduce some sort of "mapping break", or "delay" between > and on the rhs of the

Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread KLEIN Stéphane
2007/1/22, KLEIN Stéphane <[EMAIL PROTECTED]>: Hello, I sometime this error message in Vim : E316: ml_get: line ... not found (ligne ... introuvable in french) In this my strace file enclosed. What can I do to resolv my issue. I've often this problem on two computer on Ubuntu Linux. For your

Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread Tim Chase
E316: ml_get: line ... not found (ligne ... introuvable in french) In this my strace file enclosed. What can I do to resolv my issue. I've often this problem on two computer on Ubuntu Linux. For your information, I use vim 7.0 Nobody have the same issue ? I'm only user ? You're one of the "

Tip karma storms

2007-01-22 Thread Charles E Campbell Jr
Hello! The following is a note that I sent to Scott Johnston; perhaps people have woken up and decided in large groups that they really like my tips, :) but: For the third time since January 15, I've seen "tip storms" in karma rating changes. Here's the latest one (Jan 22, 2007):

Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread KLEIN Stéphane
2007/1/22, A.J.Mechelynck <[EMAIL PROTECTED]>: KLEIN Stéphane wrote: > 2007/1/22, KLEIN Stéphane <[EMAIL PROTECTED]>: >> Hello, >> >> I sometime this error message in Vim : >> >> E316: ml_get: line ... not found (ligne ... introuvable in french) >> >> In this my strace file enclosed. >> ...

Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread A.J.Mechelynck
KLEIN Stéphane wrote: 2007/1/22, A.J.Mechelynck <[EMAIL PROTECTED]>: KLEIN Stéphane wrote: > 2007/1/22, KLEIN Stéphane <[EMAIL PROTECTED]>: >> Hello, >> >> I sometime this error message in Vim : >> >> E316: ml_get: line ... not found (ligne ... introuvable in french) >> >> In this my strace file

Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread Marc Weber
On Mon, Jan 22, 2007 at 03:36:25PM +0100, KLEIN St?phane wrote: > 2007/1/22, KLEIN St?phane <[EMAIL PROTECTED]>: > >Hello, > > > >I sometime this error message in Vim : > > > >E316: ml_get: line ... not found (ligne ... introuvable in french) > > > >In this my strace file enclosed. > > > >What can

Re: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread A.J.Mechelynck
Marc Weber wrote: [...] Try installing vim from source and see wether the error remains. You can find information on how to do this on vim.org (Download -> sources) [...] ... or in more detail on my Vim site: - my Vim page: http://users.skynet.be/antoine.mechelynck/vim/ - Compiling Vim on Windo

OT: your clock is off - Was: E316: ml_get: line ... not found, this my strace file... Can you help me to resolve my issue ?

2007-01-22 Thread A.J.Mechelynck
Marc, I suspect your clock is one hour forward. According to your mail headers, your post "was" sent 19 minutes in the future relative to the present mail. Best regards, Tony.

Re: javascript indenting

2007-01-22 Thread litespeed59
Viktor, I can't really explain why, but I know that c indent does handle examples like yours just fine. I often define objects using syntax like this (pardon the ridiculous, non real world example): var BASE = { methodName: function() { if (true) { // do something }

Re: javascript indenting

2007-01-22 Thread Виктор Кожухаров
В пн, 2007-01-22 в 08:39 -0800, litespeed59 написа: > Viktor, > > I can't really explain why, but I know that c indent does handle examples > like yours just fine. I often define objects using syntax like this (pardon > the ridiculous, non real world example): > > var BASE = { > methodName:

Re: vim turns xterm blinking cursor off

2007-01-22 Thread Craig Westwood
Thanks Yegappan! In what I believe to be stock install, I wrongly assumed redhat's xterm was OK, as xterm -v gave X.Org 6.8.2(192), from which I assumed the patchlevel = 192. :help xterm-blink, mentions patchlevel above 107 would work. At any rate, downloading as suggested updated the version to

[ANN] clewn 1.10

2007-01-22 Thread Xavier de Gaye
Hi all Clewn 1.10 has been released. Clewn implements full gdb support in the vim editor: breakpoints, watch variables, gdb command completion, assembly windows, etc. You can get clewn from . New features: Use GNU automake to build, install and distribute clewn.

problems with vim.org/scripts

2007-01-22 Thread Kim Schulz
Hi, I just did a search for "game" in scripts on vim.org, but was returned a site saying: Vim Online Error script: hmmm...strange result_ptr. Did you get here from a vim online link? The link it gave me was: http://www.vim.org/scripts/script_search_results.php?keywords=game&script_type=&order_by

Re: Compiling on OSX

2007-01-22 Thread Robert Hicks
Robert Hicks wrote: I have compiled the version from svn. It creates the .app bundle. When I go to change the colorscheme manually I get a bunch of "Cannot allocate color ". A bunch being about 20 or them. Any ideas? Robert This is my configure line: ./configure --enable-perlinterp --ena

Re: problems with vim.org/scripts

2007-01-22 Thread Bram Moolenaar
Kim Schulz wrote: > I just did a search for "game" in scripts on vim.org, but was returned > a site saying: > Vim Online Error > > script: hmmm...strange result_ptr. Did you get here from a vim online > link? > > The link it gave me was: > http://www.vim.org/scripts/script_search_results.php?k

Re: problems with vim.org/scripts

2007-01-22 Thread Kim Schulz
On Mon, 22 Jan 2007 23:04:14 +0100 Bram Moolenaar <[EMAIL PROTECTED]> wrote: > I broke it and now fixed it. Sorry for the inconvenience! No problem... thanks for the info. -- Kim Schulz| Private : http://www.schulz.dk [EMAIL PROTECTED] | Business: http://www.devteam.dk +45 5190 4262 |

macvim wiki available

2007-01-22 Thread Panos Laganakos
For any Vim on OS X following the list, there's a macvim specific wiki available here: http://macvim.solhost.org It has content already, so go ahead and do your thing, we're awaiting your contribution! Original announcement here: http://tech.groups.yahoo.com/group/vim-mac/message/4276 Enjoy!

Re: latex-suite macros

2007-01-22 Thread A.J.Mechelynck
[EMAIL PROTECTED] wrote: Hi, A.J.Mechelynck: I want to set up my own macros for typing in LaTeX environment: I put those into my _vimrc file, but when I save it and run gvim7.0 again, it reports error that IMAP does not exist. Can you tell me how to configure this? Thanks a lot call IMAP('