Re: --enable-gui argument... no GUI support

2006-09-28 Thread A.J.Mechelynck
Akbar wrote: Ok, I finally made it out. I think this is the case. First I don't have gtk2-devel installed, then I try to configure the vim 7 source. Vim tell me that gui is not supported. I installed gtk2-devel. With the same folder, I try to configure it again. No luck. Until today I try

Re: escape button to alt space

2006-09-28 Thread Horvath Adam
:map M-Space Esc instead of :map M-Space Esc (Note the trailing space!) That would explain it. This works! :map A-Space Esc and one space Thanks a lot, Adam

Vim7 and ispell?

2006-09-28 Thread Markus Vuori
Hello, I'm a great fan of VIm editor and I've been using it for several years now though I subscribed this list just a few minutes ago. :) I'd like to know how I can combine the Vim7 spellchecker with ispell? I need ispell because Finnish requires an intelligent spellchecker instead of just a

Re: select/insert switching

2006-09-28 Thread Yakov Lerner
On 9/28/06, chak [EMAIL PROTECTED] wrote: I want: - switching from insert into a command mode would occur on a combination of keys CtrlO or Esc. imap C-oEsc esc - switching from command mode into insert occur after pressing Insert key. imap insert a or imap insert i BTW on Linux,

taglist plugin problem in freebsd 6.1

2006-09-28 Thread Vu The Cuong
I'm using vim 7 with taglist and ctags on freebsd 6.1 I opened php file on gvim, typed :Tlist but it raised an error: Taglist: Failed to generate tags for /usr/local/web/test.php The system cannot find the path specified. in .vimrc, I already put: let Tlist_Ctags_Cmd='/usr/bin/ctags' but the

Re: Vim7 and ispell?

2006-09-28 Thread Markus Vuori
On Thursday 28 September 2006 12:58, you wrote: Perhaps, but there are still some nasty bugs in it. I must say I have no much time and motivation to fix them as I thought that the integrated vim7 spellchecker was a better alternative. Tell me if I'm wrong (and why), I would perhaps change my

Re: Vim7 and ispell?

2006-09-28 Thread Mikolaj Machowski
Dnia czwartek, 28 września 2006 10:50, Markus Vuori napisał: Hello, I'm a great fan of VIm editor and I've been using it for several years now though I subscribed this list just a few minutes ago. :) I'd like to know how I can combine the Vim7 spellchecker with ispell? I need ispell because

Re: Vim7 and ispell?

2006-09-28 Thread Markus Vuori
On Thursday 28 September 2006 15:06, you wrote: The interesting question is what feature do you need ispell has and vim not ? This question is best answered here: http://users.tkk.fi/~ptvirtan/programs/tmispell.html.en For clarification: the Soikko mentioned on the page is a Finnish

Re: Re: [2] Appending printoptions

2006-09-28 Thread Jeremy Conlin
On 9/27/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: A.J.Mechelynck wrote: Jeremy Conlin wrote: I have the following as my printoptions paper:letter However, I periodically would like it to include number:y (or some other option(s)). I was wondering how I could just append this option

Re: latex-suite and Vim 7.0 on Mac OS X

2006-09-28 Thread Akbar
Me too. But it's Suse 10.2 not Mac I installed vim-latex just described here: http://vim-latex.sourceforge.net/index.php?subject=downloadtitle=Download But there is no latex related menu appear on my vim gui. Only help files works perfectly :( Any idea? On 7/8/06, Serge Rey [EMAIL

Move cursor in insert mode without breaking history?

2006-09-28 Thread Karl Guertin
I'm trying to get vim to auto-close parenthesis and set it up so that the closing paren jumps past the end of the inserted one. This mapping does the trick: inoremap ( ()Left inoremap ) C-Cf)a But it breaks history so repeat (.) doesn't re-insert the entire string. Is there any built in way to

BUG: inputdialog() does not resize on Mac

2006-09-28 Thread David Fishburn
Running this command: echo inputdialog(Choose # of database type:\n1. None\n2. ASA\n3. MYSQL\n4. SQLSERVER\n5. DB2,1,-1) On Windows and Linux will correctly size the inputdialog box so that the entire text is displayed. On the Mac platform the inputdialog does not size appropriately and will

visual block calculator

2006-09-28 Thread Luis A. Florit
Pals: I want to evaluate a block selection with formulas to its value. So, if you have 2 lines like: home roof 89.4 + 76 home roof home roof 17 + 13.3 home roof I would like to replace 89.4 + 76 by 165.4 and 17 + 13.3 by 30.3 by selecting the block with the formulas and applying some command

Spell and Perl source highlighting

2006-09-28 Thread Bill Moseley
Moving to Vim 7 spelling (was using vimspell). What's the recommendation for editing source code -- Perl in my case? Do most people turn off spell checking for source code files? IIRC, vimspell was reasonably good at detecting what files should be spell checked. What do most of you do for

Re: Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-09-28 Thread Kevin Old
I've installed Perl::Tags from cpan and setup ftplugin/perl.vim like the docs. I loaded a perl script to see how Perl::Tags worked and nothing happened. I verified it was being loaded by :scriptnames and it was. I started writing some perl code and nothing happened. How do I execute the tags?

Re: select/insert switching

2006-09-28 Thread A.J.Mechelynck
chak wrote: hi there i'm using (g)vim 4 months, and find it powerful and useful... plugins, which i'm using: - minibufexplorer, placed in the top of the window - NERDTree, file system browser Screenshot: http://img83.imageshack.us/img83/8913/gvimle8.png ( 38 kb ) I want: - switching from

Re: Move cursor in insert mode without breaking history?

2006-09-28 Thread A.J.Mechelynck
Karl Guertin wrote: I'm trying to get vim to auto-close parenthesis and set it up so that the closing paren jumps past the end of the inserted one. This mapping does the trick: inoremap ( ()Left inoremap ) C-Cf)a But it breaks history so repeat (.) doesn't re-insert the entire string. Is there

Re: Spell and Perl source highlighting

2006-09-28 Thread A.J.Mechelynck
Bill Moseley wrote: [...] Any way to get mousemodel popup to work on non-GTK Vim? I tend to only use Vim in text mode, not GUI mode. a) Extra footwork is needed to use menus in Console mode, see :help console-menus b) To recognise mouse events in console mode, you may need (depending on

Re: changing the vim splash screen?

2006-09-28 Thread J
On 2006-09-28 (Thu) 03:15:27 [+], A.J.Mechelynck wrote: earnoth wrote: Is it possible to change the vim splash screen? If so, how? It is of course possible, since Vim is open-source; but is it worth the trouble? You can only do it by changing function do_intro_line() in version.c,

Re: Spell and Perl source highlighting

2006-09-28 Thread Peter Hodge
Hello, Finally, when spell check is enabled and syntax highlighting is also enabled, there vim is highlighting some text in a way that the foreground and background colors are the same -- so the text vanishes from view. Maybe the solution is to not have syntax and spell highlighting enabled

The meaning of nothing... ?

2006-09-28 Thread Meino Christian Cramer
Hi, to get all the keys of my keyboard working with vim I looked through my ~/.vimrc and found a setting (nottybuiltin), which I do revert and now a few addtional keys (C-F1 for example) do work correctly. So it seems, that the xterm256 definition, which I use, isn't completly defined in my

Re: The meaning of nothing... ?

2006-09-28 Thread Meino Christian Cramer
From: Meino Christian Cramer [EMAIL PROTECTED] Subject: The meaning of nothing... ? Date: Fri, 29 Sep 2006 04:17:20 +0200 (CEST) Hu.sorry.contents of the mail is correct... But the subject is related to another mail I wrote. SORRY. mcc Hi, to get all the keys of my keyboard

Re: Perl::Tags (Was: perlcomplete.vim -- anyone working on this?

2006-09-28 Thread Dr Bean
On Thu, 28 Sep 2006, Kevin Old wrote: I've installed Perl::Tags from cpan and setup ftplugin/perl.vim like the docs. I loaded a perl script to see how Perl::Tags worked and nothing happened. I verified it was being loaded by :scriptnames and it was. I started writing some perl code and

splitting $HOME/.vimrc

2006-09-28 Thread Meino Christian Cramer
Hi, for my zsh I split the .zshrc in several files, which contain only related things. For example all bindkey-related things go into .zsh.bindkey. .zshrc only sources those parts if available. Make things more readable. I would like to do the same thing with my $HOME/.vimrc. I looked

Re: The meaning of nothing... ?

2006-09-28 Thread A.J.Mechelynck
Meino Christian Cramer wrote: Hi, to get all the keys of my keyboard working with vim I looked through my ~/.vimrc and found a setting (nottybuiltin), which I do revert and now a few addtional keys (C-F1 for example) do work correctly. So it seems, that the xterm256 definition, which I

Re: splitting $HOME/.vimrc

2006-09-28 Thread A.J.Mechelynck
Meino Christian Cramer wrote: Hi, for my zsh I split the .zshrc in several files, which contain only related things. For example all bindkey-related things go into .zsh.bindkey. .zshrc only sources those parts if available. Make things more readable. I would like to do the same thing

Re: splitting $HOME/.vimrc

2006-09-28 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: splitting $HOME/.vimrc Date: Fri, 29 Sep 2006 05:04:30 +0200 Meino Christian Cramer wrote: Hi, for my zsh I split the .zshrc in several files, which contain only related things. For example all bindkey-related things go into

Re: The meaning of nothing... ?

2006-09-28 Thread Meino Christian Cramer
From: A.J.Mechelynck [EMAIL PROTECTED] Subject: Re: The meaning of nothing... ? Date: Fri, 29 Sep 2006 04:50:29 +0200 Meino Christian Cramer wrote: Hi, to get all the keys of my keyboard working with vim I looked through my ~/.vimrc and found a setting (nottybuiltin), which I do

Re: latex-suite and Vim 7.0 on Mac OS X

2006-09-28 Thread Akbar
Ok, I made it work. it is bug... but there is a fix https://sourceforge.net/tracker/?func=detailaid=1503673group_id=52322atid=466456 On 9/28/06, Akbar [EMAIL PROTECTED] wrote: Me too. But it's Suse 10.2 not Mac I installed vim-latex just described here:

Re: The meaning of nothing... ?

2006-09-28 Thread A.J.Mechelynck
Meino Christian Cramer wrote: [...] Thanks for your reply ! I thought there would be a command ( _ex_-command as I have learned a mail before :O)), which dumps the tty settings in a terminfo/termcap-format already. I will look into the source and will see what I can use. Keep hacking!

Re: completion problem

2006-09-28 Thread Yukihiro Nakadaira
Bram Moolenaar wrote: Yukihiro Nakadaira wrote: There are two problems in completion. I wrote a patch. Please check the following. 1. 'ignorecase' does not work for completion. For example, when :set nosmartcase ignorecase and buffer is 1: foo 2: Foo Then, complete with 3: C-N or

Re: block insert mode and CTRL-C problem

2006-09-28 Thread Yukihiro Nakadaira
Bram Moolenaar wrote: Yukihiro Nakadaira wrote: There are two problems in block insert mode (C-V + I). 1. When CTRL-C is used in block insert mode, text is inserted to first line only even if multi-line was selected. For example, when there are three lines and type 1GC-VjjIxxxC-C 1: aaa

Re: Python/Ruby completion requires language interface ?

2006-09-28 Thread Alexey I. Froloff
* A.J.Mechelynck antoine.mechelynck@ [060928 01:06]: It surprised me because, after all, Vim doesn't need to be a C compiler to run ccomplete.vim, But it still needs tags information, generated bu ctags, for example... -- Regards, Sir Raorn. signature.asc Description: Digital signature

how do i get vim to run these commands when i type make

2006-09-28 Thread jinxjinx
how can i get vim to run these commands when i type make? $ javac TestT.java $ gcj -g --main=TestT -o TestT TestT.class right now i use this to compile java set makeprg=javac\ % set errorformat=%A%f:%l:\ %m,%-Z%p^,%-C%.%# but i want to be able to debug java with gdb (jdb sucks) thanks --

Re: matchparen highlight bug

2006-09-28 Thread Bram Moolenaar
Ilya Bobir wrote: I've found bug in highlighting when matchparen is used. Not sure it is because of a matchparen thought. Test case = gvim i{}EschO Now I can see first line with one character background been highlighted and an insert cursor over it and '{}' on a second