Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-18 Thread Mathias Michaelis
Bram Patch Problem:Make_mvc.mak creates an empty gvim.exe.mnf file (or stops with an error message). Solution: Don't use 'echo' to create files. Use inline files instead. Files: src/Make_mvc.mak This has always worked just fine. When does it fail?

Re: Patch (unofficial): Create PDBs and EXEs within same directory

2006-06-18 Thread Bram Moolenaar
Mathias Michaelis wrote: Patch Problem:IMHO .pdb files should reside in the same directory as the corresponding .exe files so they can be distributet along with them. Solution: Change one line within src/Make_mvc.mak Files: src/Make_mvc.mak

Fwd: Extra file descriptor callbacks

2006-06-18 Thread Brad Beveridge
I accidentally posted to individuals, not the list - damn Gmail! Brad On 16/06/06, John (Eljay) Love-Jensen [EMAIL PROTECTED] wrote: Emacs can do everything: it's an editor, an environment, an operating system (in the same sense that JVM is an operating system), and a religion. The only

Fwd: Extra file descriptor callbacks

2006-06-18 Thread Brad Beveridge
Repost: to the actual list this time: On 16/06/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 6/16/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Brad Beveridge wrote: Hello all, I am involved in a project that has embedded ECL (http://ecls.sourceforge.net/), a Lisp interpreter into Vim. Is

Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-18 Thread A.J.Mechelynck
Bram Moolenaar wrote: Mathias Michaelis wrote: Patch Problem:Make_mvc.mak creates an empty gvim.exe.mnf file (or stops with an error message). Solution: Don't use 'echo' to create files. Use inline files instead. Files: src/Make_mvc.mak This has always

Re: Patch (unofficial): Create PDBs and EXEs within same directory

2006-06-18 Thread A.J.Mechelynck
Bram Moolenaar wrote: Mathias Michaelis wrote: Patch Problem:IMHO .pdb files should reside in the same directory as the corresponding .exe files so they can be distributet along with them. Solution: Change one line within src/Make_mvc.mak Files:

[ANN] Clewn and vimGdb 1.8

2006-06-18 Thread Xavier de Gaye
Hi all Clewn and vimGdb 1.8 have been released. The clewn project implements full gdb support in the vim editor: breakpoints, watch variables, gdb command completion, assembly windows, etc. You can get clewn and vimGdb from http://clewn.sourceforge.net. New features: vimGdb is ported to Vim

Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-18 Thread Bram Moolenaar
Tony Mechelynck wrote: echo string1 file echo string2 file echo string3 file etc. ought to work, _except_ when the string is (ignoring case) ON OFF or empty (in which case you will set, clear or display the echo on/off setting instead of writing / appending to

Re: Patch: Make_mvc.mak creates an empty gvim.exe.mnf file

2006-06-18 Thread A.J.Mechelynck
Bram Moolenaar wrote: Tony Mechelynck wrote: echo string1 file echo string2 file echo string3 file etc. ought to work, _except_ when the string is (ignoring case) ON OFF or empty (in which case you will set, clear or display the echo on/off setting instead of

Re: set readonly - strange?

2006-06-18 Thread Yakov Lerner
On 6/18/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Yakov Lerner wrote: On 5/23/06, Zdenek Sekera [EMAIL PROTECTED] wrote: create a file ~/.vimtest as follows: cat .vimtest set nocompatible set readonly C-D and execute (g)vim: vim .vimtest -u .vimtest try

Re: set readonly - strange?

2006-06-18 Thread A.J.Mechelynck
Yakov Lerner wrote: On 6/18/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Yakov Lerner wrote: On 5/23/06, Zdenek Sekera [EMAIL PROTECTED] wrote: create a file ~/.vimtest as follows: cat .vimtest set nocompatible set readonly C-D and execute (g)vim: vim .vimtest

Re: completion question

2006-06-18 Thread mzyzik
All, I'm curious to know peoples' opinions on this matter, especially Bram, since he's back. The issue is about whether the completion popup menu should disappear when the user hits backspace all the way back to the initial pre-completed state. Right now, the popup window disappears. --Matt On

Re: set readonly - strange?

2006-06-18 Thread Yakov Lerner
On 6/18/06, Yakov Lerner [EMAIL PROTECTED] wrote: On 6/18/06, Bram Moolenaar [EMAIL PROTECTED] wrote: Yakov Lerner wrote: On 5/23/06, Zdenek Sekera [EMAIL PROTECTED] wrote: create a file ~/.vimtest as follows: cat .vimtest set nocompatible set readonly C-D

Re: security problem with ruby code completion in vim

2006-06-18 Thread Mark Guzman
I will modify rubycomplete so that it doesn't load anything from the current buffer by default. This will limit completion to the default environment objects. rubycomplete does not seem to work with $SAFE 3. As a note, sorry about the lag, I missed this thread until Bram brought it to my