Re: Minor startup problem with 'lazyredraw' set

2007-09-09 Fir de Conversatie Ron Aaron
I have the same problem. --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: Mac clipboard support

2007-09-09 Fir de Conversatie Ben Schmidt
Hi, Björn, No, there is no official MacVim.app release yet (only binary snapshots)...I am still fixing bugs and implementing missing features. That being said, it works fairly well and supports some features that the Carbon port does not. Please try it out and let me know why/if it is

Re: Mac clipboard support

2007-09-09 Fir de Conversatie björn
One issue, though. If we move the clipboard support into os_macosx.c will it break MacVim by having those functions doubly defined? Does it need some conditional compilation #ifdefs, and if so, what? Or would you just remove the MacVim clipboard support if the other worked without the GUI?

RE: svn/cvs checkout hangs

2007-09-09 Fir de Conversatie Suresh Govindachar
Edward L. Fox wrote: svn co https://vim.svn.sourceforge.net/svnroot/vim/vim7 vim7_svn Well, although Bram recommended to checkout from /svnroot/vim/vim7, I'm regretful to say, you may encounter a circumstance that all files in your svn working directory being deleted after

Errors unreadable with cursorline in default color scheme

2007-09-09 Fir de Conversatie Nico Weber
Hi, `set cursorline` seems to override the background colors even for characters that are in group Error. With the default color scheme, this makes Errors unreadable: They are displayed with red background and white text, and the default cursorline color is a light grey. If the cursor is

Re: Errors unreadable with cursorline in default color scheme

2007-09-09 Fir de Conversatie Edward L. Fox
I'll fix it 9 hours later. Sorry for top-posting because WAP only support this. On 9/10/07, Nico Weber [EMAIL PROTECTED] wrote: Hi, `set cursorline` seems to override the background colors even for characters that are in group Error. With the default color scheme, this makes Errors

Re: Errors unreadable with cursorline in default color scheme

2007-09-09 Fir de Conversatie Edward L. Fox
I'll fix it 9 hours later. Sorry for top-posting because WAP only supports this. On 9/10/07, Nico Weber [EMAIL PROTECTED] wrote: Hi, `set cursorline` seems to override the background colors even for characters that are in group Error. With the default color scheme, this makes Errors

Re: svn/cvs checkout hangs

2007-09-09 Fir de Conversatie James Vega
On Sun, Sep 09, 2007 at 11:21:45PM +0800, Edward L. Fox wrote: On 9/9/07, Suresh Govindachar [EMAIL PROTECTED] wrote: What is the nature of the problem? If there is something wrong with co from that location, why doesn't update delete files _all_ the time? Because Bram wants to

Re: Errors unreadable with cursorline in default color scheme

2007-09-09 Fir de Conversatie Nico Weber
Find an appropriate color scheme, or write your own. Either change the Error group (e.g. to _black_ on red), the CursorLine group (e.g. to underlined), or both. I prefer Ingo's suggestion -- cursorline shouldn't override background colors. It doesn't do it for hlsearch either atm.

Re: Errors unreadable with cursorline in default color scheme

2007-09-09 Fir de Conversatie Tony Mechelynck
Nico Weber wrote: Hi, `set cursorline` seems to override the background colors even for characters that are in group Error. With the default color scheme, this makes Errors unreadable: They are displayed with red background and white text, and the default cursorline color is a light

Re: Errors unreadable with cursorline in default color scheme

2007-09-09 Fir de Conversatie Tony Mechelynck
Nico Weber wrote: Find an appropriate color scheme, or write your own. Either change the Error group (e.g. to _black_ on red), the CursorLine group (e.g. to underlined), or both. I prefer Ingo's suggestion -- cursorline shouldn't override background colors. It doesn't do it for

Re: Mac clipboard support

2007-09-09 Fir de Conversatie Kyle Wheeler
On Sunday, September 9 at 02:31 PM, quoth björn: No, there is no official MacVim.app release yet (only binary snapshots)...I am still fixing bugs and implementing missing features. That being said, it works fairly well and supports some features that the Carbon port does not. Please try it