Re: vim 7.3: A few problems with patches

2011-05-27 Fir de Conversatie Patrick Texier
On Thu, 26 May 2011 22:19:48 +0200, Bram Moolenaar wrote: I'm not sure what would be a convenient way to solve this. Making patches for the runtime files would be the correct thing perhaps? Can't fix what is already broken though. Can you update runtime/doc on ftp://ftp.vim.org? -- Patrick

Re: Patch 7.3.152

2011-04-02 Fir de Conversatie Patrick Texier
Le Fri, 1 Apr 2011 19:58:35 +0200, Dominique Pellé wrote: Patch 7.3.152 introduces a compilation warning with gcc: Using bcc 5.5.1, I get: Warning W8065 xxd.c 842: Call to function 'die' with no prototype in function main. -- Patrick Texier -- You received this message from the vim_dev

Re: Patch 7.3.087

2010-12-18 Fir de Conversatie Patrick Texier
/vim.h, src/workshop.c Thanks, Bram. I can build Vim 7.3.087. -- Patrick Texier -- 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: Patch 7.3.085

2010-12-17 Fir de Conversatie Patrick Texier
E2040 .\fileio.c 10302: Declaration terminated incorrectly Error E2040 .\fileio.c 10323: Declaration terminated incorrectly *** 3 errors in Compile *** -- Patrick Texier -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying

Re: Patch 7.3.083

2010-12-17 Fir de Conversatie Patrick Texier
and into vimio.h? 7.3.083 + your patch gives me: .\fileio.c: Error E2453 .\fileio.c 10339: Size of the type 'void' is unknown or zero in function write_eintr *** 1 errors in Compile *** -- Patrick Texier -- You received this message from the vim_dev maillist. Do not top-post! Type your reply

Re: uninstal.c RegDeleteKeyEx unresolved

2010-08-02 Fir de Conversatie Patrick Texier
. RegDeleteKeyEx was used in 7.2 (macro #ifdef WIN3264) and I can build 7.3b on Win98 using Borland Bcc. In 7.3c KEY_ALL_ACCESS parameter is replaced by KEY_WOW64_64KEY | KEY_ALL_ACCESS. See : ftp://ftp.vim.org/pub/vim/unstable/unix/vim-7.3b-7.3c.diff.gz I will try to build this version. -- Patrick

Re: uninstal.c RegDeleteKeyEx unresolved

2010-08-02 Fir de Conversatie Patrick Texier
*,const char *) *** 3 errors in Compile *** ** error 1 ** deleting WIN32\oleobj\if_ole.obj -- Patrick Texier -- 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: uninstal.c RegDeleteKeyEx unresolved

2010-08-02 Fir de Conversatie Patrick Texier
On Mon, 02 Aug 2010 15:41:48 +0200, I wrote: I will try to build this version. Yes, I have errors with KEY_WOW64_64KEY in if_ole.cpp 7.3c: #define is missing. I can build Vim 7.3c with bcc on Win98 using attached patch. -- Patrick Texier -- You received this message from the vim_dev

Re: Vim 7.3a ready for beta testing

2010-07-25 Fir de Conversatie Patrick Texier
+ perl). Attached patch explains a variable for LifeLines syntax coloring. -- Patrick Texier -- 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 syntax-ll.patch

Re: Patch 7.2.444

2010-06-26 Fir de Conversatie Patrick Texier
Le Sun, 13 Jun 2010 02:35:37 +0200, Bram Moolenaar a écrit dans le message 201006130035.o5d0zbpo019...@masaka.moolenaar.net : Patch 7.2.444 (after 7.2.442) Problem:Can't build with GTK 1, gtk_selection_clear_targets() is not available. (Patrick Texier) Solution: Don't change

Re: Patch 7.2.442

2010-06-09 Fir de Conversatie Patrick Texier
On Mon, 07 Jun 2010 23:32:16 +0200, Bram Moolenaar wrote: Hi Bram, Can you say a few words about why you are unable to install GTK 2, but are able to build and install Vim 7.3? No, I don't have Vim 7.3. I can keep Vim 7.2.441 on my old computer and you can remove GTK 1 support. -- Patrick

Re: Patch 7.2.442

2010-06-07 Fir de Conversatie Patrick Texier
and libraries. Not everybody is able or allowed to install another compiler or GUI library. -- Patrick Texier -- 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: Patch 7.2.442

2010-06-05 Fir de Conversatie Patrick Texier
) -- Patrick Texier -- 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: patch for strong encryption in vim, resending patch for vim7* dev branch.

2010-05-16 Fir de Conversatie Patrick Texier
using Vim 7.2.433, bcc5.5.1 and Win98. -- Patrick Texier -- 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

Vim 7.2.433 crash when reloading modified file.

2010-05-16 Fir de Conversatie Patrick Texier
start vim with -u NONE, I don't have the problem. -- Patrick Texier -- 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: Vim 7.2.433 crash when reloading modified file.

2010-05-16 Fir de Conversatie Patrick Texier
On Sun, 16 May 2010 13:04:54 +0200, Bram Moolenaar wrote: It's caused by change 7.2.430. I'll make a fix. Thanks for reporting the issue! Thanks Bram. Patch 7.2.435 fixes the problem. -- Patrick Texier -- You received this message from the vim_dev maillist. Do not top-post! Type your reply

Re: patch for strong encryption in vim, resending patch for vim7* dev branch.

2010-05-10 Fir de Conversatie Patrick Texier
After, you can not decrypt the file: gvim73 -u NONE test.txt vim vim And file remains encrypt. -- Patrick Texier -- 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: patch for strong encryption in vim, resending patch for vim7* dev branch.

2010-05-09 Fir de Conversatie Patrick Texier
, -- Patrick Texier -- 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: patch for strong encryption in vim, resending patch for vim7* dev branch.

2010-05-03 Fir de Conversatie Patrick Texier
type declaration. Can you send me the last version, please? -- Patrick Texier -- 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: flexwiki ftplugin causing problems ('bomb')

2010-04-30 Fir de Conversatie Patrick Texier
with multibyte. -- Patrick Texier -- 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: patch for strong encryption in vim, resending patch for vim7* dev branch.

2010-03-23 Fir de Conversatie Patrick Texier
.\sha2.h 72: Too many types in declaration Full log is attached. -- Patrick Texier -- 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 To unsubscribe from

Re: Patch 7.2.347

2010-01-27 Fir de Conversatie Patrick Texier
.\getchar.c 2503: ) expected in function vgetorpeek Error E2206 .\getchar.c 2503: Illegal character '#' (0x23) in function vgetorpee k *** 4 errors in Compile *** Attached patch fixes this. -- Patrick Texier -- You received this message from the vim_dev maillist. For more information, visit http

Re: Patch 7.2.343

2010-01-20 Fir de Conversatie Patrick Texier
or FITNESS FOR A PARTICULAR PURPOSE. I'm using attached patch. -- Patrick Texier -- You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php ex_cmds2.patch Description: Compilte error with gcc 3.2

Re: Vim72 and autoconf

2010-01-08 Fir de Conversatie Patrick Texier
) = -- Patrick Texier -- You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

Re: Patch 7.2.308

2009-11-26 Fir de Conversatie Patrick Texier
' with no prototype in function reg_submatch -- Patrick Texier -- You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

Re: Patch 7.2.294

2009-11-18 Fir de Conversatie Patrick Texier
on Windows 98 using Borland C++ 5.5.1 -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

patch : error using set novice

2009-06-07 Fir de Conversatie Patrick Texier
:set novice is interpreted as set vice to false and gives an E518: unknown option: novice error. :set nonovice is correctly ignored. novice is the only option starting with no. Attached patch fixes this. -- Patrick Texier --~--~-~--~~~---~--~~ You received

Re: patch : error using set novice

2009-06-07 Fir de Conversatie Patrick Texier
Le Sun, 07 Jun 2009 19:55:07 +0200, Andy Wokula a écrit dans le message 4a2bfefb.6010...@yahoo.de : If you want to fix something, why don't you start with :h todo Yes, I'm working on some items but it takes more time. -- Patrick Texier

Re: Patch 7.2.186

2009-05-23 Fir de Conversatie Patrick Texier
/DynaLoader/DynaLoader.a -L/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE -lperl -lcrypt -lutil -L/usr/lib/python2.2/config -lpython2.2 -lutil -Xlinker -export-dynamic -L/usr/lib -ltcl8.3 -lieee -lm == -- Patrick Texier

Re: Patch 7.2.186

2009-05-23 Fir de Conversatie Patrick Texier
*close2Proc; Tcl_DriverBlockModeProc *blockModeProc; Tcl_DriverFlushProc *flushProc; Tcl_DriverHandlerProc *handlerProc; } Tcl_ChannelType; -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from

Compile warnings using Borland C++ 5.5

2009-05-14 Fir de Conversatie Patrick Texier
clip_mch_set_selection Attached patch fixes this. -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

Re: Compile warnings using Borland C++ 5.5

2009-05-14 Fir de Conversatie Patrick Texier
. -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: Bug with indentation of C code, and } in comments

2009-04-01 Fir de Conversatie Patrick Texier
bug: :help todo.txt :3027 -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: Patch 7.2.072 (extra)

2008-12-29 Fir de Conversatie Patrick Texier
. */ -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: fold-delete-marker SEGV fix

2008-12-18 Fir de Conversatie Patrick Texier
On Thu, 18 Dec 2008 20:45:02 +0100, Dominique Pelle wrote: I can reproduce the bug that you describe with vim-7.2.69. On Windows 98, gVim 7.2.69 crashes: GVIM a causé une défaillance de page dans le module GVIM.EXE à 0167:0051b586. I confirm that your patch fixes it. Yes. -- Patrick

Re: [PATCH] Obj-C filetype detection

2008-12-13 Fir de Conversatie Patrick Texier
Le Sat, 13 Dec 2008 20:50:15 +0100, Bram Moolenaar a écrit dans le message 200812131950.mbdjofcq051...@moolenaar.net : Fine with me. If nobody objects I'll include this. I have a patch for gedcom files detection for LifeLines (Unix and Windows). -- Patrick Texier

Patch: disallow encoding in modeline.

2008-12-09 Fir de Conversatie Patrick Texier
Attached patch disallows 'encoding' in a modeline but not in secure mode. Perharps some others options could use this flag. -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http

Re: Patch: disallow encoding in modeline.

2008-12-09 Fir de Conversatie Patrick Texier
On Tue, 9 Dec 2008 04:31:08 -0500, Matt Wozniski wrote: On Tue, Dec 9, 2008 at 3:40 AM, Patrick Texier wrote: Attached patch disallows 'encoding' in a modeline but not in secure mode. Looks like a good idea to me, especially since the vim help explicitly says that 'encoding' should

Re: (patch) Lua interface : Borland C++ 5.5.1 test

2008-09-09 Fir de Conversatie Patrick Texier
* 36) works, but :lua print (0 / 0) or :lua print ( * ) crashes Vim -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: darkblue color scheme

2008-07-18 Fir de Conversatie Patrick Texier
screen isn't good for that). Can someone check it? I'm using darkblue on Gvim Windows. Old pink and gray colors were difficult to read: http://www.genindre.org/tmp/db1.png New colors are better: http://www.genindre.org/tmp/db2.png -- Patrick Texier

Re: Bug: Compilation error in Vim 7.2b.001

2008-07-16 Fir de Conversatie Patrick Texier
command_line_scan *** 1 errors in Compile *** I'm attaching a patch. -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

Re: Patch 7.2a.005

2008-07-02 Fir de Conversatie Patrick Texier
with 7.2a.11 new messages, a float remains in E804 string in src/eval.c I'm attaching a patch. -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

Re: Vim version 7.2a ready for BETA testing

2008-06-25 Fir de Conversatie Patrick Texier
\gvim.exe file needs an Windows newer version. Update your Windows version. I will compile it. -- Patrick Texier vim:syntax=mail:ai:ts=4:et:tw=72 --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http

[small bug] :set (no)bomb and tab labels

2008-06-24 Fir de Conversatie Patrick Texier
buffer. -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Re: Newly updated floating point patch

2008-06-20 Fir de Conversatie Patrick Texier
in C99 as well. String Vim function str2float with a strtod() call works fine. -- Patrick Texier, Frulon, 36190 Orsennes, France (46°31'N, 01°41'E) http://www.genindre.org http://www.gpsql.org http://www.footsql.org --~--~-~--~~~---~--~~ You received this message from

Re: Patch to try out: floating point

2008-04-09 Fir de Conversatie Patrick Texier
-OS -Tpe -c -m -Lc:\borland\bcc55\lib -aa -- Patrick Texier, Frulon, 36190 Orsennes, France (46°31'N, 01°41'E) http://www.genindre.org http://www.genindre.org/cgi-bin/geneweb.cgi?b=pt --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist

Re: Vim hangs when calling fnamemodify() function on MS-Windows

2008-03-08 Fir de Conversatie Patrick Texier
. -- Patrick Texier vim:syntax=mail:ai:ts=4:et:tw=72 --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

Bug :sort with one line

2008-02-18 Fir de Conversatie Patrick Texier
I'm using vim 7.1.252 (huge) on Linux (enc=tenc=latin1). When I call :sort with only one line in a buffer, the line is erased. vim -u NONE iOne lineESC :sort I get: ~[EMAIL PROTECTED] -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from

Re: can not compile a GUI version vim on OpenSolaris

2008-01-22 Fir de Conversatie Patrick Texier
(on linux Mandrake 9.0, I can't compile with --enable-rubyinterp, feature is ignored). ./configure [...] | tee config.log -- Patrick Texier, Frulon, 36190 Orsennes, France (46°31'N, 01°41'E) http://www.genindre.org http://www.genindre.org/cgi-bin/geneweb.cgi?b=pt

Bad line number when encoding convert fails.

2008-01-22 Fir de Conversatie Patrick Texier
] 15016 lines, 271530 characters. I can't see error at line 10673, only ASCII characters are used. I have MacRoman 'D5' chars (Unicode u 2019 RIGHT SINGLE QUOTATION MARK) at lines 10727,12278,12279,12280,13973,14517,14715,14769,14973. -- Patrick Texier, Frulon, 36190 Orsennes, France (46°31'N, 01°41

Re: Vim doesn't clean up properly on exit under screen

2008-01-19 Fir de Conversatie Patrick Texier
syntax colours until a DOS cls command. I'm using now gvim for UTF-8 encoding. Screen copy : http://www.genindre.org/tmp/vim.png (25 Ko) -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http

Re: Bug in syntax highlighting for ft=mail

2008-01-16 Fir de Conversatie Patrick Texier
, but that's uncommon. We could create a separate mbox filetype for that. Only ^From\s is tested, but we have year at end of line. I had fixed lines 27-28 and added Usenet header fields. -- Patrick Texier, Frulon, 36190 Orsennes, France (46°31'N, 01°41'E) http://www.genindre.org http

Re: Bug in syntax highlighting for ft=mail

2008-01-15 Fir de Conversatie Patrick Texier
On Tue, 15 Jan 2008 18:38:19 +0100, Richard Hartmann wrote: Why 'From' and not 'From:' suffices to highlight a line, I do not know, I am not familiar with the RFCs in question. You have a From without ':' in the first message line in a Unix mailbox file: From [EMAIL PROTECTED] Tue Jan 15

Re: Error when compiling with Perl interface and Borland C++ 5.5.1

2007-09-14 Fir de Conversatie Patrick Texier
for vim compilation in this file. -- Patrick Texier --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---