RE: Gvim with mzscheme

2009-07-17 Thread Steve Hall
On Sat, 2009-07-18 at 10:42 +1000, John Beckett wrote: > > I'm wondering how we at the Vim Tips wiki can provide clear > advice to users about how to download the different versions > ("Vim with Cream" and "Vim without Cream")? > > This page is probably a bit confusing for those not familiar > w

RE: opengrok vim interface..

2009-07-17 Thread John Beckett
Please bottom post on this list. Quote a small (relevant) part of the message you are replying to, and put your text underneath. See the list guidelines: http://groups.google.com/group/vim_use/web/vim-information --~--~-~--~~~---~--~~ You received this message fr

Re: opengrok vim interface..

2009-07-17 Thread Edward Peschko
Marc, Just curious but does it have an omnicompletion component? (I'll download it and check, but it'd be good to get a quick overview of what it offers and how you use it in your daily workflow) Ed On Fri, Jul 17, 2009 at 3:00 PM, Marc Weber wrote: > > Hi Edward > > Excerpts from Edward Peschk

RE: Gvim with mzscheme

2009-07-17 Thread John Beckett
Steve Hall wrote: > I've just uploaded a new 7.2.234 that uses the "HUGE" feature > build. (After yet another new box setup, configuration, test > process.) Steve: Thanks for the valuable service you provide for Windows users. I'm wondering how we at the Vim Tips wiki can provide clear advice to

Re: The vim asm syntax file

2009-07-17 Thread Markus Heidelberg
Erik Wognsen, 17.07.2009: > > On Thu, Jul 16, 2009 at 21:12, Markus > Heidelberg wrote: > > asm.vim supports more than GNU assembler. There is no standard in > > assembler, leading to various dialects, some of them use ; for comments. > > Vim has eight syntax files with "asm" in the name, includ

Re: opengrok vim interface..

2009-07-17 Thread Marc Weber
Hi Edward Excerpts from Edward Peschko's message of Fri Jul 17 22:53:16 +0200 2009: > I was wondering if there was a opengrok > (http://src.opensolaris.org/source/help.jsp) interface to vim that > anybody has built. I've done so for gnu idutils. It works fine for me. But I'll look into opengrok s

opengrok vim interface..

2009-07-17 Thread Edward Peschko
hey all, I was wondering if there was a opengrok (http://src.opensolaris.org/source/help.jsp) interface to vim that anybody has built. Opengrok - an open source indexer - blows grep out of the water in so, so many ways, and I'd like to use it, especially with quickfix windows. You can index 10GB

RE: Problem with VIM-7.2 install

2009-07-17 Thread Wesling, Mark
I get this same result. The system is HPUX11i. It has a default old C compiler. /tmp/vimfiles > cd vim-7.2 /tmp/vimfiles/vim-7.2 > make Starting make in the src directory. If there are problems, cd to the src directory and run make there cd src && make first cc -c -I. -Iproto -DH

Re: Problem with VIM-7.2 install

2009-07-17 Thread _sc_
On Friday 17 July 2009 8:50 am, MSW wrote: > > Ran configure then make test. Get this same message when running > from the src directory: did you run make by itself to build vim? sc --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. F

Re: Mapping separately from

2009-07-17 Thread Ben Fritz
On Jul 17, 11:34 am, Tony Mechelynck wrote: > > What does gvim reply to > >         :verbose map >         :verbose map! >         :verbose map >         :verbose map! Using your example in gvim -n -u NONE -i NONE: :echo "<\" shows > :echo "<\" shows <*KA> (the * is actually a character f

Problem with VIM-7.2 install

2009-07-17 Thread MSW
Ran configure then make test. Get this same message when running from the src directory: /tmp/vimfiles/vim-7.2 > make test Starting make in the src directory. If there are problems, cd to the src directory and run make there cd src && make test make -f Makefile vim cc -c

RE: how to instal/use gvim on wxp without leaving tracks of installing it

2009-07-17 Thread Gene Kwiecinski
>As Jeri said, "there is a crisis going on". And what does that mean? >Yesterday I heard on the radio news that in the USA there are people >accepting work for _no pay_, yes, $0.00 a month, because otherwise, in >the future they will "look bad" with a "hole" on their résumé... Wellp, there's a

Re: Mapping separately from

2009-07-17 Thread Tony Mechelynck
On 17/07/09 17:22, Ben Fritz wrote: > > I'm using gvim on Windows XP, and I've tried the following mapping: > > nnoremap G > > The intent is to keep the normal functionality of, but allow me > to rapidly go to a certain line using the numeric keypad. > > Unfortunately, the mapping never fires! So

Re: Viewing two long paragraphs (lines)

2009-07-17 Thread Magnus ...
On Jul 17, 10:41 am, Tony ... wrote: > On 17/07/09 15:14, Magnus ... wrote: > > > The use-case where a person wants to look at the last part of one > > paragraph when editing the next one (or vice versa) is an extremely > > common one, and one which is addressed by pretty much any other editor > >

Re: Syntax-aware seach/replace (using line('.') within :s cmd)

2009-07-17 Thread StarWing
On Jul 17, 9:33 pm, Ben Fritz wrote: > StarWing asked this, probably intended as a rhetorical question, in > vim_dev: > > http://groups.google.com/group/vim_dev/browse_thread/thread/e6caa2bb4... > > > can you write a pattern to replaced foo to bar in code, but not in > > string and comment? tha

Re: is there a reformat (via syntax); ala 'retab' after changing tab settings?

2009-07-17 Thread Ben Fritz
On Jul 17, 9:22 am, Linda W wrote: > 012345678901234567890123456789012345678901234567890123456789012345678901234­56789 > After changing tab stops and "expandtabs", one can retab to "reformat" > the text according to the new tabsettings. There is also the "gq" option > that will reformat text ac

Re: is there a reformat (via syntax); ala 'retab' after changing tab settings?

2009-07-17 Thread Tony Mechelynck
On 17/07/09 16:22, Linda W wrote: > > 01234567890123456789012345678901234567890123456789012345678901234567890123456789 > After changing tab stops and "expandtabs", one can retab to "reformat" > the text according to the new tabsettings. There is also the "gq" option > that will reformat text accor

Mapping separately from

2009-07-17 Thread Ben Fritz
I'm using gvim on Windows XP, and I've tried the following mapping: nnoremap G The intent is to keep the normal functionality of , but allow me to rapidly go to a certain line using the numeric keypad. Unfortunately, the mapping never fires! Some experimentation shows that Vim gets a CTRL-M fo

Re: Gvim with mzscheme

2009-07-17 Thread Tony Mechelynck
On 17/07/09 16:54, Steve Hall wrote: > > From: Tony Mechelynck, Fri, July 17, 2009 3:49 am >> >> For Windows there is. Steve Hall's bugfixed Vim distribution for >> Windows (currently at patchlevel 7.2.228) includes almost everything >> that one could wish for, including executables with and witho

Re: Syntax-aware seach/replace (using line('.') within :s cmd)

2009-07-17 Thread Tony Mechelynck
On 17/07/09 15:33, Ben Fritz wrote: > > StarWing asked this, probably intended as a rhetorical question, in > vim_dev: > > http://groups.google.com/group/vim_dev/browse_thread/thread/e6caa2bb4099306b/ec1efe41296398a7 > >> can you write a pattern to replaced foo to bar in code, but not in >> string

RE: Gvim with mzscheme

2009-07-17 Thread Steve Hall
From: Tony Mechelynck, Fri, July 17, 2009 3:49 am > > For Windows there is. Steve Hall's bugfixed Vim distribution for > Windows (currently at patchlevel 7.2.228) includes almost everything > that one could wish for, including executables with and without GUI, > and compiled with (among others) +m

Re: Viewing two long paragraphs (lines)

2009-07-17 Thread Tony Mechelynck
On 17/07/09 15:14, Magnus ... wrote: > > Hi Tony, > > Thanks for your reply, and the pointer to the help section. It > confirms my suspicion. I agree that this is not a "bug," however, I > would argue that this is a "feature" that would be very useful. The > use-case where a person wants to look a

is there a reformat (via syntax); ala 'retab' after changing tab settings?

2009-07-17 Thread Linda W
01234567890123456789012345678901234567890123456789012345678901234567890123456789 After changing tab stops and "expandtabs", one can retab to "reformat" the text according to the new tabsettings. There is also the "gq" option that will reformat text according to changed text options. I was wonde

Re:

2009-07-17 Thread Ben Fritz
On Jul 16, 8:03 pm, Matt Wozniski wrote: > Sounds like the sort of problem that can come from having a too-long > line.  Look at  :help 'synmaxcol' > Hmm, I don't think so. From the original email, the OP starts his edit session of this xml file with: :let g:xml_syntax_folding = 1 :set foldme

Re: Syntax-aware seach/replace (using line('.') within :s cmd)

2009-07-17 Thread Ben Fritz
On Jul 17, 8:40 am, David Fishburn wrote: > > I wonder if my plugin: > > SrchRplcHiGrp.vim : Search and/or replace based on a syntax highlight > grouphttp://www.vim.org/scripts/script.php?script_id=848 > > Could be used in this case. > If not, I would be willing to look into how it doesn't meet

Re: Regex help for huge csv file

2009-07-17 Thread bsisco
> IIUC you want to delete lines that look like english words. Try a > suitable match pattern and run the command > > %g/englishwordpattern/d > > difficult if those noise words can be anything. > > -- > regards, > > GPG key 1024D/4434BAB3 2008-08

Re: Syntax-aware seach/replace (using line('.') within :s cmd)

2009-07-17 Thread Charles Campbell
Ben Fritz wrote: > StarWing asked this, probably intended as a rhetorical question, in > vim_dev: > > http://groups.google.com/group/vim_dev/browse_thread/thread/e6caa2bb4099306b/ec1efe41296398a7 > > >> can you write a pattern to replaced foo to bar in code, but not in >> string and comment? th

Re: Syntax-aware seach/replace (using line('.') within :s cmd)

2009-07-17 Thread David Fishburn
On Fri, Jul 17, 2009 at 9:33 AM, Ben Fritz wrote: ... >> can you write a pattern to replaced foo to bar in code, but not in >> string and comment? that's useful, but Vim pattern doesn't support >> that :-( maybe makes user can get current syntax state easily is >> better. I wonder if my plugin:

Syntax-aware seach/replace (using line('.') within :s cmd)

2009-07-17 Thread Ben Fritz
StarWing asked this, probably intended as a rhetorical question, in vim_dev: http://groups.google.com/group/vim_dev/browse_thread/thread/e6caa2bb4099306b/ec1efe41296398a7 > can you write a pattern to replaced foo to bar in code, but not in > string and comment? that's useful, but Vim pattern doe

Re: The vim asm syntax file

2009-07-17 Thread Erik Wognsen
On Thu, Jul 16, 2009 at 21:12, Markus Heidelberg wrote: > asm.vim supports more than GNU assembler. There is no standard in > assembler, leading to various dialects, some of them use ; for comments. Vim has eight syntax files with "asm" in the name, including asm86k, nasm and asm. Plus asm.vim e

Re: Viewing two long paragraphs (lines)

2009-07-17 Thread Magnus ...
Hi Tony, Thanks for your reply, and the pointer to the help section. It confirms my suspicion. I agree that this is not a "bug," however, I would argue that this is a "feature" that would be very useful. The use-case where a person wants to look at the last part of one paragraph when editing the

Re: Gvim with mzscheme

2009-07-17 Thread Tony Mechelynck
On 16/07/09 23:17, John Sampson wrote: > > Hello - > > I have been looking for a precompiled version of Vim for Microsoft Windows > with extension to allow Scheme code to be included in the same way as > Python code > is in the available Windows precompiled version. I believe it is > intended to b

RE: Gvim with mzscheme

2009-07-17 Thread John Beckett
John Sampson wrote: > I have been looking for a precompiled version of Vim for > Microsoft Windows with extension to allow Scheme code to be > included in the same way as Python code is in the available > Windows precompiled version. I have never tried it, but I believe that what it says at the f

Re: Viewing two long paragraphs (lines)

2009-07-17 Thread Tony Mechelynck
On 16/07/09 22:46, Magnus Torfason wrote: > > Hi all, > > I'm getting pretty sure that what I want to do is not possible, but I'll > ask anyway. I am editing files with long lines (paragraphs), and I've > gone through all the mapping magic to allow me to navigate within the > wrapped line, as well