Re: [DOC PATCH] Suggest using “empty()” for testing for string emptiness

2012-09-13 Fir de Conversatie Dominique Pellé
ZyX wrote: > # HG changeset patch > # User ZyX > # Date 1347557709 -14400 > # Node ID 4eaeb62c1871c95e59c3f232f98e6f664fa8435c > # Parent 35fbcce08538a7540ab0e3a3c64305951ebbe589 > Use empty() for testing string emptiness > > diff -r 35fbcce08538 -r 4eaeb62c1871 runtime/doc/eval.txt > --- a/run

Re: REQUEST FOR COMMENTS: Enhanced Native Call Interface

2012-09-13 Fir de Conversatie ZyX
пятница, 14 сентября 2012 г., 1:59:05 UTC+4 пользователь Francisco Lopes написал: > Some days ago I've created a topic about using libffi for an enhanced native > call interface. > I've changed my mind all the way about how to build a native call interface > for VIM, right > now I'm changing VIM

Re: REQUEST FOR COMMENTS: Enhanced Native Call Interface

2012-09-13 Fir de Conversatie Francisco Lopes
On 13/09/2012 19h46min15s UTC-3, Tony Mechelynck wrote: > > See also > > :help libcall() > > :help libcallnr() > > > > about already implemented possibilities. > See my previous topic where I explain about the problem with these functions: https://groups.google.com/d/msg/vim_d

Re: REQUEST FOR COMMENTS: Enhanced Native Call Interface

2012-09-13 Fir de Conversatie Tony Mechelynck
On 13/09/12 23:58, Francisco Lopes wrote: Some days ago I've created a topic about using libffi for an enhanced native call interface. I've changed my mind all the way about how to build a native call interface for VIM, right now

Re: Can't paste Unicode Delta symbol (Δ) into vim nor gVim

2012-09-13 Fir de Conversatie Tony Mechelynck
On 13/09/12 22:21, skeept wrote: On Thursday, September 13, 2012 3:56:56 PM UTC-4, Tony Mechelynck wrote: On 13/09/12 19:57, MC Andre wrote: I can copy and past the Unicode Delta symbol (οΏ½) in a normal Command Prompt window. Can't your mailer read ISO-8859-7 as set in the Content-Type hea

Re: +ffi: Enhanced Native Call Propose

2012-09-13 Fir de Conversatie Francisco Lopes
For continued discussion see https://groups.google.com/d/topic/vim_dev/kS8BkiqqwyY/discussion. This topic is closed. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/mail

REQUEST FOR COMMENTS: Enhanced Native Call Interface

2012-09-13 Fir de Conversatie Francisco Lopes
Some days ago I've created a topic about using libffi for an enhanced native call interface. I've changed my mind all the way about how to build a native call interface for VIM, right now I'm changing VIM sources to implement it as I'm thinking, some comments at this stage would be good. Goals:

Re: [DOC PATCH] Suggest using “empty()” for testing for string emptiness

2012-09-13 Fir de Conversatie Bram Moolenaar
ZyX wrote: > Use empty() for testing string emptiness Thanks for the hint. -- BLACK KNIGHT: I move for no man. ARTHUR:So be it! [hah] [parry thrust] [ARTHUR chops the BLACK KNIGHT's left arm off] ARTHUR:Now stand aside, worthy adversary. BLACK KNIGHT: 'Tis but a scrat

Re: Can't paste Unicode Delta symbol (Δ) into vim nor gVim

2012-09-13 Fir de Conversatie skeept
On Thursday, September 13, 2012 3:56:56 PM UTC-4, Tony Mechelynck wrote: > On 13/09/12 19:57, MC Andre wrote: > > > I can copy and past the Unicode Delta symbol (οΏ½) in a normal Command > > Prompt window. > > > > > > I can copy and past ASCII Roman alphabetic text in vim and gVim. > > > > >

Re: Can't paste Unicode Delta symbol (Δ) into vim nor gVim

2012-09-13 Fir de Conversatie Tony Mechelynck
On 13/09/12 19:57, MC Andre wrote: I can copy and past the Unicode Delta symbol (Δ) in a normal Command Prompt window. I can copy and past ASCII Roman alphabetic text in vim and gVim. But I can't paste the Unicode Delta symbol (Δ) into vim nor gVim. Specs: * gVim 7.3 * Windows 7 Professional

Can't paste Unicode Delta symbol (Δ) into vim nor gVim

2012-09-13 Fir de Conversatie MC Andre
I can copy and past the Unicode Delta symbol (Δ) in a normal Command Prompt window. I can copy and past ASCII Roman alphabetic text in vim and gVim. But I can't paste the Unicode Delta symbol (Δ) into vim nor gVim. Specs: * gVim 7.3 * Windows 7 Professional x64 -- You received this message f

[DOC PATCH] Suggest using “empty()” for testing for string emptiness

2012-09-13 Fir de Conversatie ZyX
# HG changeset patch # User ZyX # Date 1347557709 -14400 # Node ID 4eaeb62c1871c95e59c3f232f98e6f664fa8435c # Parent 35fbcce08538a7540ab0e3a3c64305951ebbe589 Use empty() for testing string emptiness diff -r 35fbcce08538 -r 4eaeb62c1871 runtime/doc/eval.txt --- a/runtime/doc/eval.txt Thu Sep

Re: WIN32: Loading iof conv causes stack overflow

2012-09-13 Fir de Conversatie Ben Fritz
On Thursday, September 13, 2012 9:54:02 AM UTC-5, Ben Fritz wrote: > On Thursday, September 13, 2012 9:51:24 AM UTC-5, ZyX wrote: > > > четверг, 13 сентября 2012 г., 10:05:16 UTC+4 пользователь Jiri Sedlak > > написал: > > > > > > > Hello, > > > > > > > > > > > > > > Codepages are not r

Re: WIN32: Loading iof conv causes stack overflow

2012-09-13 Fir de Conversatie Ben Fritz
On Thursday, September 13, 2012 9:51:24 AM UTC-5, ZyX wrote: > четверг, 13 сентября 2012 г., 10:05:16 UTC+4 пользователь Jiri Sedlak написал: > > > Hello, > > > > > > Codepages are not re-coded by iconv but by MultiByteToWideChar > > > function. So if you set cp... the iconv library is not loa

Re: WIN32: Loading iof conv causes stack overflow

2012-09-13 Fir de Conversatie ZyX
четверг, 13 сентября 2012 г., 10:05:16 UTC+4 пользователь Jiri Sedlak написал: > Hello, > > Codepages are not re-coded by iconv but by MultiByteToWideChar > function. So if you set cp... the iconv library is not loaded. > SO was introduced in VIm7.3.034 so it is realy long time ago. But I > needed