Re: Problems with polish characters in VIM

2007-08-28 Fir de Conversatie Nico Weber
Hi, > I just compiled VIM 7.1.68 on my Mac Tiger platform. Everything > work great, but I cannot force it to accept polish keyboard > anymore. I tried many things, changing terminal options, fonts etc > and nothing. My .gvimrc file: as Tony said, you need to configure with --enable-multiby

Re: Problems with polish characters in VIM

2007-08-28 Fir de Conversatie Tony Mechelynck
Krzysztof Maj wrote: > Hello, > I just compiled VIM 7.1.68 on my Mac Tiger platform. Everything work > great, but I cannot force it to accept polish keyboard anymore. I tried > many things, changing terminal options, fonts etc and nothing. My > .gvimrc file: > > set enc=utf-8 [...] > ViM is no

Re: Patch for if_perl.xs and Make_ming.mak

2007-08-28 Fir de Conversatie Tony Mechelynck
Suresh Govindachar wrote: > > Finally, > > Patch to account for two new symbols (Perl_sv_2iv_flags, > Perl_newXS_flags) introduced in ActiveState perl for > build 822 and later (these symbols were preventing the > building of vim with dynamic support for perl). > > Has been tested wi

Patch for if_perl.xs and Make_ming.mak

2007-08-28 Fir de Conversatie Suresh Govindachar
Finally, Patch to account for two new symbols (Perl_sv_2iv_flags, Perl_newXS_flags) introduced in ActiveState perl for build 822 and later (these symbols were preventing the building of vim with dynamic support for perl). Has been tested with ActiveState perl build 822 and older b

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Tony Mechelynck
Yakov Lerner wrote: [...] > 1. In konsole, disable blinking cursor. Set 'White on Black' konsole > schema. Aha! The default MatchParen highlight is term=reverse. If your cursor doesn't blink, there's no visual difference between the cursor and the matched-paren. Since your cursor is a steady u

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Yakov Lerner
On 8/28/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > Yakov Lerner wrote: > > > > > I get weird up/down behaviour when cursor traverses the braces. vim > > > 7.1.87, > > > > no custom plugins. This is apparently somehow related to matchparen. > > > > > > > > The testfile is x.c below. > > >

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Tony Mechelynck
Bram Moolenaar wrote: > > Yakov Lerner wrote: > I get weird up/down behaviour when cursor traverses the braces. vim >>> 7.1.87, no custom plugins. This is apparently somehow related to matchparen. The testfile is x.c below. Here is what happens if I press down starting f

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Tony Mechelynck
Yakov Lerner wrote: > On 8/28/07, *Yakov Lerner* <[EMAIL PROTECTED] > > wrote: > > On 8/27/07, *Bram Moolenaar* <[EMAIL PROTECTED] > > wrote: > > > Yakov Lerner wrote: > > > I get weird up/down behaviour when cursor

Re: Feature request... non-uniform tab stops

2007-08-28 Fir de Conversatie Nick Gravgaard
On Aug 28, 9:52 am, "Zdenek Sekera" <[EMAIL PROTECTED]> wrote: > > > From: vim_dev@googlegroups.com > > [mailto:[EMAIL PROTECTED] On Behalf Of Mark Waggoner > > > > When editing or viewing text files that containdata with > > fields separated by tab characters, I would like to be able to > > set n

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Bram Moolenaar
Yakov Lerner wrote: > > > I get weird up/down behaviour when cursor traverses the braces. vim > > 7.1.87, > > > no custom plugins. This is apparently somehow related to matchparen. > > > > > > The testfile is x.c below. > > > Here is what happens if I press down starting from the beginning of >

Re: tarball and unpacked top directory name syncronization

2007-08-28 Fir de Conversatie Per Hallsmark
Bram Moolenaar wrote: > Sorry, but I don't see why a decent build script would require the > source to be packaged in a specific way. Yes, it would be simpler if > they all use the same convention, but you cannot depend on that. A descent designed code tries not to duplicate stuff unnescessarily

Re: How to find out how symbols are exported

2007-08-28 Fir de Conversatie Bram Moolenaar
Suresh Govindachar wrote: > The Make_ming.mak file for gvim has the lines: > > ifdef PERL > ifeq (no, $(DYNAMIC_PERL)) > LIB += -lperl$(PERL_VER) > endif > endif > > So when building gvim with dynamic support for perl: > > 1) For older versions of ActivePerl, the build is >

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Ilya Sher
Yakov Lerner wrote: [snip] > > Anyway, if you want to see the matchparen problem on BW term (with > default colorscheme), you can set TERM to xterm-mono and see for > yousrself. [snip] Just run "TERM=xterm-mono vim" in gnome-terminal (ver. 2.18.1) I see full block at matching paren

Re: Feature request... non-uniform tabstops

2007-08-28 Fir de Conversatie Ilya Sher
Mark Waggoner wrote: [snip] > When editing or viewing text files that contain data with fields > separated by tab characters, I would like to be able to set non-uniform > tabstops. I needed that several times too. [snip] -- Beating the averages: http://www.paulgraham.com/avg.html Python para

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Yakov Lerner
On 8/28/07, Yakov Lerner <[EMAIL PROTECTED]> wrote: > > On 8/27/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > > > > Yakov Lerner wrote: > > > > > I get weird up/down behaviour when cursor traverses the braces. vim > > 7.1.87, > > > no custom plugins. This is apparently somehow related to matc

Re: weird up/down arrows behaviour on braces 7.1.87

2007-08-28 Fir de Conversatie Yakov Lerner
On 8/27/07, Bram Moolenaar <[EMAIL PROTECTED]> wrote: > > > Yakov Lerner wrote: > > > I get weird up/down behaviour when cursor traverses the braces. vim > 7.1.87, > > no custom plugins. This is apparently somehow related to matchparen. > > > > The testfile is x.c below. > > Here is what happens if

Announcing Eeedit - Vim plug-in for Eclipse.

2007-08-28 Fir de Conversatie David Terei
Hi all, Myself (David Terei) and Nageshwar M. have been working on a Vim plugin for Eclipse as Part of Google Summer of Code and the time has come to announce the fruits of our labour I guess you could say. The project aims to allow you to use Vim easily within Eclipse as well as extending Vim i

Re: Shortcoming of if_perl.xs

2007-08-28 Fir de Conversatie Suresh Govindachar
Attached one more Q/A with Jan Dubois: (People who maintain notes on how to build vim with perl might want to update their notes based on this post.) >Jan Dubois of ActiveState points out an issue with if_perl.xs: > >> The src/if_perl.xs file contains code to redefine all Perl

Re: Proposal: "Modes" for Vim

2007-08-28 Fir de Conversatie Charles E Campbell Jr
krischik wrote: >My proposal (if you have not guessed already) is to merge more >separate plug ins into modes. What do you think about the idea? > > Well, it sounds like a "mode" is a combination of three plugins (syntax, indent, ftplugin), and you want one person to maintain them all for a

Re: Proposal: "Modes" for Vim

2007-08-28 Fir de Conversatie Doug Kearns
G'day Martin, On 8/27/07, krischik <[EMAIL PROTECTED]> wrote: > My proposal (if you have not guessed already) is to merge more > separate plug ins into modes. We do something similar with http://vim-ruby.rubyforge.org/ which distributes all of the 'official' Ruby related runtime files in a s

Re: Feature request... non-uniform tab stops

2007-08-28 Fir de Conversatie Richard Hartmann
On 28/08/07, Zdenek Sekera <[EMAIL PROTECTED]> wrote: > there has been other attempts in the past to suggest or even > to try to implement such a feature, one the most attractive (to > me) seemed to be the 'elastic tabstops' suggested in this forum > by Nick Gravgaard around Oct last year If I r

RE: Feature request... non-uniform tab stops

2007-08-28 Fir de Conversatie Zdenek Sekera
> From: vim_dev@googlegroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of Mark Waggoner > Sent: 27 August 2007 19:27 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Feature request... non-uniform tabstops > > I've asked Bram in the past whether he would add this to the > voting list.  The