Re: Writing large files is slow

2011-03-09 Fir de Conversatie Lech Lorens
On 3 March 2011 22:03, Bram Moolenaar b...@moolenaar.net wrote: Ivan Krasilnikov wrote: Attached is the patch as I have it now.  I fixed several warnings and made a few cosmetic changes.  The core code changes looks good.  I'm not sure if the tests cover enough of normal usage though. Let

Re: google summer of code

2011-03-09 Fir de Conversatie Lech Lorens
On 8 March 2011 19:34, Anurag Priyam anurag08pri...@gmail.com wrote: Some ideas (most of them copied from Marc's email with slight editing) that might serve a GSoC: I would like to propose a feature that was discussed here about a year ago. An excerpt from todo.txt which describes it: 8 Use

Re: strdisplaywidth() returns unexpected value over tab character

2011-03-09 Fir de Conversatie Ingo Karkat
On 09-Mar-2011 10:37, tyru wrote: 1. vim -u NONE -i NONE 2. :echo strdisplaywidth(\Tabfoo, 8) It returns 11 but I expect that the return value is 3 (foo). I'm getting something wrong? Default 'tabstop' value is 8, so strdisplaywidth(\Tab) returns 8. it is expected value, though. 11 = 8

Re: Writing large files is slow

2011-03-09 Fir de Conversatie Ivan Krasilnikov
On Sun, Mar 6, 2011 at 12:02, Bram Moolenaar b...@moolenaar.net wrote: For me, memfile_test linking fails with these errors: objects/if_xcmdsrv.o: In function `serverEventProc': src/if_xcmdsrv.c:1362: undefined reference to `serverConvert' src/if_xcmdsrv.c:1416: undefined reference to

Re: mouse support in omni completion suggestion list

2011-03-09 Fir de Conversatie Anurag Priyam
Would it be possible to add mouse support in omni completion suggestion list? Thanks. I added it to the wiki page. The idea would need a mentor though. -- Anurag Priyam http://about.me/yeban/ -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the

Re: strdisplaywidth() returns unexpected value over tab character

2011-03-09 Fir de Conversatie Ingo Karkat
On 09-Mar-2011 13:25, tyru wrote: On Wed, Mar 9, 2011 at 7:56 PM, Ingo Karkat sw...@ingo-karkat.de wrote: On 09-Mar-2011 10:37, tyru wrote: 1. vim -u NONE -i NONE 2. :echo strdisplaywidth(\Tabfoo, 8) It returns 11 but I expect that the return value is 3 (foo). I'm getting something wrong?

Re: [gsoc] Call for Admin

2011-03-09 Fir de Conversatie Bram Moolenaar
Anurag Priyam wrote: [...] So we need volunteers for admin; feel free to nominate others too. I would suggest Bram as he has acted as an admin for Vim the past Summer of Code. Bram? P.S: We need to move fast as the deadline for orgs to apply is 11th March. I'm travelling this week

Re: Re: Spelling support doesn’t deal with ‘’’ correctly

2011-03-09 Fir de Conversatie Dominique Pellé
James Vega wrote: On Tue, Mar 8, 2011 at 3:01 PM, Dominique Pellé dominique.pe...@gmail.com wrote: Nikolai Weibull n...@bitwi.se wrote: On Wed, Dec 1, 2010 at 22:00, Nikolai Weibull n...@bitwi.se wrote: On Wed, Dec 1, 2010 at 21:12, Bram Moolenaar b...@moolenaar.net wrote: Nikolai Weibull

Re: [gsoc] Call for Admin

2011-03-09 Fir de Conversatie Anurag Priyam
On Thu, Mar 10, 2011 at 12:10 AM, Bram Moolenaar b...@moolenaar.net wrote: Anurag Priyam wrote: [...] So we need volunteers for admin; feel free to nominate others too. I would suggest Bram as he has acted as an admin for Vim the past Summer of Code. Bram? P.S:  We need to move fast as

Re: [gsoc] Organization Application Template

2011-03-09 Fir de Conversatie Anurag Priyam
On Wed, Mar 9, 2011 at 10:04 AM, Anurag Priyam anurag08pri...@gmail.com wrote: [...] To make it easy I have started another wiki page[1] containing the application template for the organizations. I will try to fill in trivial details after my classes (or maybe in the break). Important details

Re: 'wildmenu with problems

2011-03-09 Fir de Conversatie John Little
On Mar 9, 8:31 pm, Axel axel.ben...@cip-kommunal.de wrote: Entering :echo w[tab] in 7.3 138 is giving me - instead of the first option starting with w - the following wildmenu expansion: [1] [No Name] 7.3.135, I get warn, which I imagine you should be. HTH, John -- You received this

Re: 'wildmenu with problems

2011-03-09 Fir de Conversatie Ben Schmidt
On 10/03/11 9:20 AM, John Little wrote: On Mar 9, 8:31 pm, Axelaxel.ben...@cip-kommunal.de wrote: Entering :echow[tab] in 7.3 138 is giving me - instead of the first option starting with w - the following wildmenu expansion: [1] [No Name] 7.3.135, I get warn, which I imagine you should be.

Re: :version erroneous

2011-03-09 Fir de Conversatie Ben Schmidt
On 9/03/11 6:39 PM, Christian J. Robinson wrote: On Tue, 8 Mar 2011, Axel wrote: Addendum: The same happens for :set all The OS is Windows XP. Does it still happen if you do :set nolazyredraw? A recent patch to fix something else seems to have introduced this problem with 'lazyredraw'.

Re: Proposed patch: NL in sub-replace-expression('\=')

2011-03-09 Fir de Conversatie Ben Schmidt
I would like to propose a patch which suppresses the conversion of NL toCR when evaluaation ('\=') is used inside substitute() function. Simply this patch is what makes x == y true in the following code. let x = substitute('a', '.', \n, ) let y = substitute('a', '.', '\=\n', ) Regardless

Re: GVim accessibility

2011-03-09 Fir de Conversatie Ben Schmidt
On 9/03/11 1:00 AM, Sebastian Humenda wrote: Hello, I would like to make a suggestion for the graphical Vim. When using Orca, a screenreader for the graphical desktop, I can't use GVim. Since the menu's and button's are written in GTK+, there are perfectly usable, but not the main text body.