Re: Bug or feature? $LC_NUMERIC not set to "C" (P.S. and OT)

2011-10-03 Fir de Conversatie Tony Mechelynck
On 04/10/11 01:06, Tony Mechelynck wrote: On 03/10/11 18:37, Thilo Six wrote: Tony Mechelynck wrote the following on 03.10.2011 16:33 -- -- AFAICT, $LANGUAGE -- -- being set at the empty string has the same effect as them not being defined -- -- afaict it is not. ymmv. Once on a manual

Re: Bug or feature? $LC_NUMERIC not set to "C"

2011-10-03 Fir de Conversatie Tony Mechelynck
On 03/10/11 18:37, Thilo Six wrote: Tony Mechelynck wrote the following on 03.10.2011 16:33 -- -- AFAICT, $LANGUAGE -- -- being set at the empty string has the same effect as them not being defined -- -- afaict it is not. ymmv. Once on a manual page i read that '$LANGUAGE' takes prec

Re: Patch 7.3.326

2011-10-03 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > hg pull && hg update. > But src/xxd/Make_mingw.mak not found. > > Probably, you forgot hg add src/xxd/Make_mingw.mak? Right. Done that now. -- Portable Computer: A device invented to force businessmen to work at home, on vacation, and on business trips. /// Bra

Re: [PATCH] add new vimscript function getsid()

2011-10-03 Fir de Conversatie tyru
Thanks for the review. I updated the patch. On Tue, Oct 4, 2011 at 4:19 AM, Yasuhiro MATSUMOTO wrote: > It prefer to return zero for invalid cases. > > let sid getsid() > if sid >  " using sid > endif > > On Sun, Oct 2, 2011 at 1:52 PM, tyru wrote: >> Hi list. >> >> Vimscript does not have the e

Re: [PATCH] add new vimscript function getsid()

2011-10-03 Fir de Conversatie Yasuhiro MATSUMOTO
It prefer to return zero for invalid cases. let sid getsid() if sid " using sid endif On Sun, Oct 2, 2011 at 1:52 PM, tyru wrote: > Hi list. > > Vimscript does not have the easy way to get current script ID. > so :help recommends that add s:SID() and use it. > but it is a little bit hacky thi

Re: Bug or feature? $LC_NUMERIC not set to "C"

2011-10-03 Fir de Conversatie Dennis Benzinger
Am 03.10.2011 18:37, schrieb Thilo Six: > Tony Mechelynck wrote the following on 03.10.2011 16:33 > > -- -- > >> AFAICT, $LANGUAGE > -- -- >> being set at the empty string has the same >> effect as them not being defined > -- -- > > afaict it is not. ymmv. Once on a manual page i read that '$

Re: racket (:mz) SEGV's vim

2011-10-03 Fir de Conversatie Sergey Khorev
> could you confirm to me that: > > vim +':mz #f' > > works with racket-5.1.3 > > It still cores on me. As does racket-5.0.1 Ah, got you! :mz from command line does not and will not work with any versions newer than 3.x. Once Vim has initialised everything should work as expected. In principle som

Re: Bug or feature? $LC_NUMERIC not set to "C"

2011-10-03 Fir de Conversatie Thilo Six
Tony Mechelynck wrote the following on 03.10.2011 16:33 -- -- > AFAICT, $LANGUAGE -- -- > being set at the empty string has the same > effect as them not being defined -- -- afaict it is not. ymmv. Once on a manual page i read that '$LANGUAGE' takes precedence over '$LANG' being set. Thats es

Re: :redir make confusion of cursor position in command line.

2011-10-03 Fir de Conversatie mattn
Yes, mingw32, -u NONE -N. -- 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/maillist.php

Re: Bug or feature? $LC_NUMERIC not set to "C"

2011-10-03 Fir de Conversatie Tony Mechelynck
On 03/10/11 10:58, Thilo Six wrote: Tony Mechelynck wrote the following on 03.10.2011 06:03 -- -- $LANGUAGE= -- -- - it has become empty (and is listed as "en_US.UTF-8" in the output of :lang with no arguments) at the GUIEnter event in gvim with GTK2/Gnome2 GUI - it remains set to

Re: Bug or feature? $LC_NUMERIC not set to "C"

2011-10-03 Fir de Conversatie Tony Mechelynck
On 03/10/11 06:03, Tony Mechelynck wrote: [...] - $LC_NUMERIC is "C" on entry to the vimrc - it is still "C" while sourcing the last global after-plugin - it has become empty (and is listed as "en_US.UTF-8" in the output of :lang with no arguments) at the GUIEnter event in gvim with GTK2/Gnome2 G

Re: racket (:mz) SEGV's vim

2011-10-03 Fir de Conversatie Tim Brown
Sergey, could you confirm to me that: vim +':mz #f' works with racket-5.1.3 It still cores on me. As does racket-5.0.1 On 1 October 2011 15:29, Sergey Khorev wrote: >>> Can you recommend a working pair of vim/racket versions (from source) >>> to get me going in the meantime? >> >> MzScheme

Re: Bug or feature? $LC_NUMERIC not set to "C"

2011-10-03 Fir de Conversatie Thilo Six
Tony Mechelynck wrote the following on 03.10.2011 06:03 -- -- >>> $LANGUAGE= -- -- > - it has become empty (and is listed as "en_US.UTF-8" in the output of > :lang with no arguments) at the GUIEnter event in gvim with GTK2/Gnome2 GUI > - it remains set to "C" if I run the same Vim execut

Re: Patch 7.3.326

2011-10-03 Fir de Conversatie mattn
hg pull && hg update. But src/xxd/Make_mingw.mak not found. Probably, you forgot hg add src/xxd/Make_mingw.mak? -- 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/maillist.p