RE: [BUG] Being provided some equal recursive structures, equality operator never stops comparison

2010-08-23 Fir de Conversatie John Beckett
ZyX wrote: Attached script, being sourced causes vim to hang up forever. Test command: vim -u NONE -c 'so bug.vim' To clarify the problem, start Vim 7.3.3 and enter the following (this is the essence of the script mentioned above, and will cause Vim to hang, so close all files first):

Re: NetBeans protocol - is support possible under other GUIs?

2010-08-23 Fir de Conversatie Xavier de Gaye
On Sun, Aug 22, 2010 at 4:19 PM, Tony Mechelynck wrote: I see in various places in this patch (in the + lines) ... defined(FEAT_GUI_X11) || defined(FEAT_GUI_GTK) ... ... !defined(FEAT_GUI_X11) !defined(FEAT_GUI_GTK) ... Isn't the GTK2 GUI an X11 GUI? I mean, is it possible to have

bug: Bold face of Chinese font doesn't work when 'guifontwide' has been specified on win32.

2010-08-23 Fir de Conversatie Yue Wu
Hi, list, This bug is for Chinese fonts only, English fonts works fine. If I've specified the 'guifontwide', then bold face of chinese fonts doesn't work, they are showed just in normal face. If I've specified the 'guifontwide' with set

Re: [BUG] Being provided some equal recursive structures, equality operator never stops comparison

2010-08-23 Fir de Conversatie ZyX
Ответ на сообщение «RE: [BUG] Being provided some equal recursive structures, equality operator never stops comparison», присланное в 12:49:15 23 августа 2010, Понедельник, отправитель John Beckett: The above displays: l= [[...]] k= [[]] I do not know what the ... means but it is

[PATCH] link.sh: do not reduce library if linker supports --as-needed

2010-08-23 Fir de Conversatie Kirill A. Shutemov
link.sh tries to avoid overlinking in a hackish way. At least GNU ld supports --as-needed which provides the same functionality at linker level. Let's use it. Signed-off-by: Kirill A. Shutemov kir...@shutemov.name --- src/Makefile |2 +- src/config.mk.in |1 + src/configure.in | 17

string() cannot compose inf and nan values

2010-08-23 Fir de Conversatie ZyX
In the documentation of string() function it is written that ``if {expr} is a Number, Float, String or a composition of them, then the result can be parsed back with eval()'' which is not true: special Float values: ``inf'', ``-inf'' and ``nan'' are not parsed back by eval unless there are

Re: [BUG] Being provided some equal recursive structures, equality operator never stops comparison

2010-08-23 Fir de Conversatie Axioplase
If I am not mistaking, ... means ``I already displayed this structure, so I do not want to display it for the second time''. Example:    :let d={}    :let l=[d, d]    :echo l    [{}, {...}] This makes possible echoing recursive data structures, like the one that causes In such a case,

Re: [bug] cursorcolumn not highlighted beyond end of line with 'set rightleft'

2010-08-23 Fir de Conversatie Tony Mechelynck
On 21/08/10 07:10, Dominique Pellé wrote: Hi I notice that the cursorcolumn is not highlighted beyond the end of the lines when using 'set rightleft'. Also, cursorcolumn is highlighted in the wrong column in folds: Steps to reproduce: $ cd vim/src $ vim -u NONE -c 'set cuc rl fdm=marker' \

Re: 7.3 unable to load ruby 1.9.2?

2010-08-23 Fir de Conversatie Jon
I haven't had a chance to look at if_ruby.c starting herehttp://code.google.com/p/vim/source/browse/src/if_ruby.c#412 Who maintains if_ruby.c and how do we get that person feedback? From a brief look, I'll bet the root of this issue that

Re: 7.3 unable to load ruby 1.9.2?

2010-08-23 Fir de Conversatie Jon
I've got a patch that's working for me on Win7 32-bit using Ruby 1.9.2 from the MinGW 4.5.0 built http://rubyinstaller.org/ After a bit more testing I'll post it for your consideration. Jon -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text

[patch] fixed 3 bugs found with smatch static analyzer

2010-08-23 Fir de Conversatie Dominique Pellé
Hi I tried the static analyzer smatch (http://smatch.sourceforge.net/) with Vim-7.3.3. It gives quite some noise but the following 3 defects look like real bugs: spell.c +7238 spell_read_wordfile(118) error: strcpy() '(line)' too large for '(spin-si_region_name)' (17 vs 16) spell.c +9548

Re: 7.3 unable to load ruby 1.9.2?

2010-08-23 Fir de Conversatie tux.
Leonardo Valeri Manera schrob am 22.08.2010 16:39: Something very similar happens when compiling 7.3.003 against 1.9.2 using MSVC10/MSSDK-7.1 - the static build obviously fails with a slightly different if_ruby.obj: error LNK2001: unresolved external symbol

Re: [BUG] Being provided some equal recursive structures, equality operator never stops comparison

2010-08-23 Fir de Conversatie ZyX
Ответ на сообщение «Re: [BUG] Being provided some equal recursive structures, equality operator never stops comparison», присланное в 17:34:55 23 августа 2010, Понедельник, отправитель Adrien Axioplase Piérard: But in vim, you cannot use assignment in eval statemnts. You possibly can provide a

Re: [BUG] Being provided some equal recursive structures, equality operator never stops comparison

2010-08-23 Fir de Conversatie Matt Wozniski
On Mon, Aug 23, 2010 at 4:45 PM, ZyX wrote: Ответ на сообщение «Re: [BUG] Being provided some equal recursive structures, equality operator never stops comparison», присланное в 17:34:55 23 августа 2010, Понедельник, отправитель Adrien Axioplase Piérard: But in vim, you cannot use assignment

Re: 7.3 unable to load ruby 1.9.2?

2010-08-23 Fir de Conversatie Jon
I've tested the following patch for download [1] works so far with the Ruby for Windows 1.8.7p302, 1.9.1p430, and 1.9.2p0 from http://rubyinstaller.org on a Win7 Ultimate 32-bit system using MSys/MinGW/TDM 4.5.0 or LLVM- GCC 2.7. I haven't tested on my Ubuntu system and it's unlikely I find the

Re: 7.3 unable to load ruby 1.9.2?

2010-08-23 Fir de Conversatie tux.
Jon schrob am 24.08.2010 02:27: Please review, test, and let me know what further mods are needed. :s I am currently trying to get my Ruby installation working again. It "can't find inttypes.h" although I defined HAVE_INTTYPES_H as 0. Despairing.

Re: 7.3 unable to load ruby 1.9.2?

2010-08-23 Fir de Conversatie Leonardo Valeri Manera
On 24 August 2010 02:44, tux. der_tux...@arcor.de wrote: Jon schrob am 24.08.2010 02:27: Please review, test, and let me know what further mods are needed. :s I am currently trying to get my Ruby installation working again. It can't find inttypes.h although I defined HAVE_INTTYPES_H as 0.

Re: 7.3 unable to load ruby 1.9.2?

2010-08-23 Fir de Conversatie tux.
Leonardo Valeri Manera schrob am 24.08.2010 02:54: Make sure you're not crossing the headers - if you're compiling with mingw you must point it @ i386-mingw32 ruby headers, otherwise is at i386-mswin32. A, one fine day I'll set up my printer and print this

Re: [BUG] Diacriticals does not match inside collection while searching buffer

2010-08-23 Fir de Conversatie Benjamin R. Haskell
On Tue, 24 Aug 2010, ZyX wrote: The following code should echo the same result, but it does not unless file contains no combining acute accents. :echo search('\%u0301') will echo number of line with acute accent :echo search('[\u0301]') will always echo 0 The following works just

menu.vim bug

2010-08-23 Fir de Conversatie Maxim Kim
Hi, There is floating bug that I can see when I start gvim (7.3, winxp, binaries from vim.org): http://picasaweb.google.com/lh/photo/pEQo_1GDSrWgLMn9BWk_MA?feat=directlink It just happens once in a while so I can not find steps to reproduce it. Maxim. -- You received this message from the