Re: Dynamic loading for Perl

2010-07-22 Fir de Conversatie Bram Moolenaar
James Vega wrote: On Wed, Jul 21, 2010 at 4:58 PM, Christian J. Robinson hept...@gmail.com wrote: On Wed, Jul 21, 2010 at 2:08 PM, Bram Moolenaar b...@moolenaar.net wrote: We could wait for people to test this, but on the other hand if we want to do the same for ruby/tcl/mzscheme we

Re: Linking errors when compiled with both python and python3

2010-07-22 Fir de Conversatie James Vega
On Thu, Jul 22, 2010 at 12:36:27AM -0700, Nico Raffo wrote: If Vim is compiled with both --enable-pythoninterp and --enable- python3interp, errors occur when importing many python modules. To reproduce, compile as described then try something like: :py import termios or :py3 import termios

Re: Dynamic loading for Perl

2010-07-22 Fir de Conversatie Luis Carvalho
Bram Moolenaar wrote: snip I suppose it will now be easy to support --enable-pythoninterp=dynamic and --enable-python3interp=dynamic We could wait for people to test this, but on the other hand if we want to do the same for ruby/tcl/mzscheme we need to do it now, next week I won't include

question for strdisplaywidth()

2010-07-22 Fir de Conversatie Yukihiro Nakadaira
Is this correct behavior? :echo strdisplaywidth(x, 0) 1 :echo strdisplaywidth(x, 1) 2 :echo strdisplaywidth(x, 2) 3 I expected all returns 1. -- Yukihiro Nakadaira - yukihiro.nakada...@gmail.com -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the

Re: Multiple conceals collapse to single character

2010-07-22 Fir de Conversatie Charles Campbell
Vince Negri wrote: From: Ben Fritz [mailto:fritzophre...@gmail.com] On Jul 10, 1:18 pm, Benjamin R. Haskellv...@benizi.com wrote: Multiple conceal matches/regions get collapsed into a single character. I'm not sure if this is intended, but it is certainly confusing. I

Re: Linking errors when compiled with both python and python3

2010-07-22 Fir de Conversatie Nico Raffo
On Jul 22, 5:18 am, James Vega james...@jamessan.com wrote: On Thu, Jul 22, 2010 at 12:36:27AM -0700, Nico Raffo wrote: If Vim is compiled with both --enable-pythoninterp and --enable- python3interp, errors occur when importing many python modules. To reproduce, compile as described then

conceal and modifiable

2010-07-22 Fir de Conversatie Jakson A. Aquino
Hello! I tested the conceal feature and noted that the concealed text of help files are shown in the cursor line (actually the character isn't visible since foreground and background colors are the same). Shouldn't the text be completely concealed since the buffer is nomodifiable? I'm using vim

Patch to strip -arch flags when compiling with Perl on Mac OS X

2010-07-22 Fir de Conversatie björn
Hi, Perl is suffering from the same problem as Ruby in that it includes -arch flags in LDFLAGS and CFLAGS when compiling on Mac OS X. These flags should only be present when explicitly compiling for multiple (or specific) architectures and causes problems in other situations. The attached patch

Re: question for strdisplaywidth()

2010-07-22 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: Is this correct behavior? :echo strdisplaywidth(x, 0) 1 :echo strdisplaywidth(x, 1) 2 :echo strdisplaywidth(x, 2) 3 I expected all returns 1. That's a bug. I'll fix it. -- Arthur pulls Pin out. The MONK blesses the grenade as ... ARTHUR: (quietly)

Re: Dynamic loading for Perl

2010-07-22 Fir de Conversatie Bram Moolenaar
Luis Carvalho wrote: Bram Moolenaar wrote: snip I suppose it will now be easy to support --enable-pythoninterp=dynamic and --enable-python3interp=dynamic We could wait for people to test this, but on the other hand if we want to do the same for ruby/tcl/mzscheme we need to do it

Re: Wrong reference to netrw.vim in autocmd.txt

2010-07-22 Fir de Conversatie Bram Moolenaar
Peter - I just noticed that autocmd.txt references $VIMRUNTIME/plugin/netrw.vim which doesn't exist. This is with the latest Vim 7.3 from the mercurial repository (I upgraded to check this, the upgrade from 7.2 - 7.3 went flawless BTW thanks to http://www.vim.org/mercurial.php). I guess

Re: Linking errors when compiled with both python and python3

2010-07-22 Fir de Conversatie Bram Moolenaar
James Vega wrote: On Thu, Jul 22, 2010 at 12:36:27AM -0700, Nico Raffo wrote: If Vim is compiled with both --enable-pythoninterp and --enable- python3interp, errors occur when importing many python modules. To reproduce, compile as described then try something like: :py import

Re: Multiple conceals collapse to single character

2010-07-22 Fir de Conversatie Bram Moolenaar
Charles Campbell wrote: Vince Negri wrote: From: Ben Fritz [mailto:fritzophre...@gmail.com] On Jul 10, 1:18 pm, Benjamin R. Haskellv...@benizi.com wrote: Multiple conceal matches/regions get collapsed into a single character. I'm not sure if this is intended, but it is

Re: Linking errors when compiled with both python and python3

2010-07-22 Fir de Conversatie Bram Moolenaar
Nico Raffo wrote: On Jul 22, 5:18 am, James Vega james...@jamessan.com wrote: On Thu, Jul 22, 2010 at 12:36:27AM -0700, Nico Raffo wrote: If Vim is compiled with both --enable-pythoninterp and --enable- python3interp, errors occur when importing many python modules. To reproduce,

Re: conceal and modifiable

2010-07-22 Fir de Conversatie Bram Moolenaar
Jackson Aquino wrote: I tested the conceal feature and noted that the concealed text of help files are shown in the cursor line (actually the character isn't visible since foreground and background colors are the same). Shouldn't the text be completely concealed since the buffer is

Re: conceal and modifiable

2010-07-22 Fir de Conversatie Gary Johnson
On 2010-07-22, Benjamin R. Haskell wrote: On Thu, 22 Jul 2010, Jakson A. Aquino wrote: Hello! I tested the conceal feature and noted that the concealed text of help files are shown in the cursor line (actually the character isn't visible since foreground and background colors are

Re: Dynamic loading for Perl

2010-07-22 Fir de Conversatie björn
Hi, Dynamic loading of Perl does not work on Mac OS X. I did some digging around and the problem is that dlopen() doesn't find libperl.dylib. Apparently this dylib is hidden under /System/Library/Perl/lib/5.10/libperl.dylib The easy fix would be to patch configure.in to include the full path

Re: Linking errors when compiled with both python and python3

2010-07-22 Fir de Conversatie James Vega
On Thu, Jul 22, 2010 at 4:29 PM, Bram Moolenaar b...@moolenaar.net wrote: James Vega wrote: On Thu, Jul 22, 2010 at 12:36:27AM -0700, Nico Raffo wrote: If Vim is compiled with both --enable-pythoninterp and --enable- python3interp, errors occur when importing many python modules. To

What about Ruby 1.9 native support?

2010-07-22 Fir de Conversatie Ciss
Hello, can you include patch in vim, which add Ruby 1.9 support? Ruby 1.9 5-10x faster then ruby 1.8 -- 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: What about Ruby 1.9 native support?

2010-07-22 Fir de Conversatie James Vega
On Thu, Jul 22, 2010 at 5:25 PM, Ciss pechorin.and...@gmail.com wrote: Hello, can you include patch in vim, which add Ruby 1.9 support? Ruby 1.9 5-10x faster then ruby 1.8 Ruby 1.9 support has been in Vim since 7.2 patch 361, although there were some initial problems so there were some patches

Beep on exit

2010-07-22 Fir de Conversatie Anatoli Sakhnik
There appeared one annoying thing in vim-7.3 (starting even from alpha). Every time I quit the editor, it beeps. 1) 'visualbell' is set. 2) 't_vb' is reset. In fact, when I set it to A, I see that character is printed on excessive esc, but Vim still beeps on exit. 3) I'm sure this isn't about

Re: [patch] Titles for quickfix / location list windows

2010-07-22 Fir de Conversatie Lech Lorens
On 21-Jul-2010 Bram Moolenaar b...@moolenaar.net wrote: It would be possible to add a statusline item for this, like %h. [...] Note that I'm including less changes now, and nothing that looks dangerous or needs to be discussed first. I followed your excellent advice with a window variable.

[patch] fixed memory leak in :find CTRL-D

2010-07-22 Fir de Conversatie Dominique Pellé
Hi I see a memory leak in Vim-7.3b BETA (2376:878562053ba3) when doing :find CTRL-D ==5706== 88 bytes in 2 blocks are definitely lost in loss record 92 of 117 ==5706==at 0x4024F70: malloc (vg_replace_malloc.c:236) ==5706==by 0x813778A: lalloc (misc2.c:920) ==5706==by 0x817C667:

Unsubscribe

2010-07-22 Fir de Conversatie John Maclean
Unsubscribe John Maclean MSc (DIC) blackberry PIN 222C6738 -- 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

cchar of conceal support multiple characters

2010-07-22 Fir de Conversatie Matt Spear
I would love to see cchar support multiple characters, e.g. one could do: syntax match Indent '' conceal cchar=|\ \ \ syntax match Indent '' conceal cchar= to have something like lcs tab option with non-tabs. I can also see uses in LaTeX. Also currently, there is no mechanism to be

conceal and cchar multiple characters, and tab failing

2010-07-22 Fir de Conversatie batz
I would love to see cchar support multiple characters, e.g. one could do: syntax match Indent '' conceal cchar=|\ \ \ \ syntax match Indent '' conceal cchar=\ \ \ \ \ \ \ \ to have something like lcs tab option with non-tabs. I can also see uses in LaTeX. Also currently, there is no

Re: Patch to support horizontal mouse wheel

2010-07-22 Fir de Conversatie Tom Sorensen
On Jul 20, 2010, at 3:58 PM, björn bjorn.winck...@gmail.com wrote: Bram: could you indicate if there is any chance this is making it for 7.3 (or at all)? It seems this feature would mostly be used by Mac users (since all Macs have horizontal scrolling abilities) and a few users have asked

Re: [patch] fixed memory leak in :find CTRL-D

2010-07-22 Fir de Conversatie Nazri Ramliy
2010/7/23 Dominique Pellé dominique.pe...@gmail.com: Hi I see a memory leak in Vim-7.3b BETA (2376:878562053ba3) when doing :find CTRL-D I knew you would! Fixed in attached patch. -- Dominique Thanks for fixing my leak :) btw, I'm still working on fixing the issues mentioned in [1]

Re: Multiple conceals collapse to single character

2010-07-22 Fir de Conversatie Charles E Campbell Jr
Bram Moolenaar wrote: Charles Campbell wrote: I tried the following trick: syn match texGreek '\\alpha\' contained conceal cchar=á nextgroup=texGreek2 syn match texGreek2 '\\alpha\' contained conceal cchar=á nextgroup=texGreek So $\alpha\alpha$ has the first \alpha as texGreek, and the