Re: Cygwin build broken

2018-03-19 Fir de Conversatie Steve Hall
On Mon, Mar 19, 2018 at 5:53 PM, Bram Moolenaar <b...@moolenaar.net> wrote: > Steve Hall wrote: > > > > The Cygwin build process broke since 8.0.1553 to embed the build > > location into the executable. gvim.exe fails with "The procedure > > entry p

Cygwin build broken

2018-03-19 Fir de Conversatie Steve Hall
The Cygwin build process broke since 8.0.1553 to embed the build location into the executable. gvim.exe fails with "The procedure entry point __gxx_personality_[profile] could not be located in the dynamic link library C:\[buildpath]\src\gvim.exe". -- Steve Hall [ digitect dancin

Re: html BufRead autocmd error

2018-01-31 Fir de Conversatie Steve Hall
On Wed, 2018-01-31T1216, Bram Moolenaar <b...@moolenaar.net> wrote: > Steve Hall wrote: > > > > I'm seeing a BufRead autocmd error in with ft=html: > > > > E117: Unknown function: dist#ft#FThtml > > > > This is called in filetype.v

html BufRead autocmd error

2018-01-31 Fir de Conversatie Steve Hall
is called in filetype.vim but I can't grep a definition anywhere. -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to.

Re: Taking over the maintenance of nsis.vim

2018-01-15 Fir de Conversatie Steve Hall
On Mon, Jan 15, 2018 at 1:56 PM, Bram Moolenaar wrote: > Steve Hall wrote: > > > > Any interest in moving the entire Vim installer to NSIS? > > There have been a few attempts at this, but they all dropped some > funcationality. Best would be to do this step by step, maki

Re: Taking over the maintenance of nsis.vim

2018-01-15 Fir de Conversatie Steve Hall
to NSIS? I started doing this with Cream for Vim's installer in 2003. It installs shortcuts, start menus, icons, registry, right click menu, write the vimrc, uninstaller, etc.--all without needing Vim's little terminal pop-up window and DOS command line prompting system. -- Steve Hall [ digitec

8.0.1194 broken on win-64 (via Cygwin?)

2017-10-14 Fir de Conversatie Steve Hall
or: 'bg_r' undeclared (first use in this function) *r = bg_r; ^ term.c:5855:7: error: 'bg_g' undeclared (first use in this function) *g = bg_g; ^ term.c:5856:7: error: 'bg_b' undeclared (first use in this function) *b = bg_b; ^ make: *** [Make_cyg_ming.mak

Re: [patch] Support D reordering in the GUI tab pages line

2017-09-27 Fir de Conversatie Steve Hall
Wed, Sep 27, 2017 at 9:26 AM, Ken Takata : > > There's no reason to avoid supporting D on GUI tab pages line. Wow, I had no idea this was available. I've been waiting for this since tabs were introduced. ;) -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceFor

Re: MZSCHEME_VER nomenclature

2017-09-18 Fir de Conversatie Steve Hall
On Sun, Sep 17, 2017 at 9:14 PM, Ken Takata <ktakata65...@gmail.com> wrote: > > I haven't installed 6.10, so I don't know the name of it. If you > have already installed it, could you report the name here? 6.6 3m_a0solc 6.8 3m_a1zjsw 6.10 3m_a36fs8 All three build for me.

Re: MZSCHEME_VER nomenclature

2017-09-17 Fir de Conversatie Steve Hall
On Sat, Sep 16, 2017 at 9:28 PM, Ken Takata <ktakata65...@gmail.com> wrote: > 2017/9/17 Sun 4:05:18 UTC+9 Steve Hall wrote: > > What is the MZSCHEME_VER variable nomenclature? > > As I wrote in src/INSTALLpc.txt, Ah, was looking in the make files, :help mzscheme, if_mzsch

MZSCHEME_VER nomenclature

2017-09-16 Fir de Conversatie Steve Hall
What is the MZSCHEME_VER variable nomenclature? The docs say MZSCHEME_VER=3m_a0solc corresponds to 6.6. What is it for 6.10? Every other build version uses typical MZSCHEME_VER=610, but I have never been able to figure out why scheme is special. -- Steve Hall [ digitect dancingpaper com

Re: libwinpthread-1.dll dependency issue

2017-03-13 Fir de Conversatie Steve Hall
On Mon, Mar 13, 2017 at 5:26 AM, Christian Brabandt <cbli...@256bit.org> wrote: > On Sa, 11 Mär 2017, Ken Takata wrote: > > 2017/3/12 Sun 10:32:02 UTC+9 Steve Hall wrote: > > > > > > I've gotten multiple reports that my recent g/Vim windows x64 > > > b

libwinpthread-1.dll dependency issue

2017-03-11 Fir de Conversatie Steve Hall
clues? -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net -- -- 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: mzscheme feature dist and version?

2017-03-07 Fir de Conversatie Steve Hall
DLL name. (E.g. > libracket3m_a1zjsw.dll) That was it, I'm finally able to build an installer with all the features. Thanks again. -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net -- -- You received this message from the "vim_dev" maillist. Do not top

mzscheme feature dist and version?

2017-03-06 Fir de Conversatie Steve Hall
I'm trying to build a full-featured x64 Vim for Windows (via Cygwin) and lack only mzscheme. It fails against Racket 6.8, any tips on a better distribution or version? -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net -- -- You received this message from

Re: _UI64_MAX build error

2017-02-14 Fir de Conversatie Steve Hall
On Tue, Feb 14, 2017 at 10:29 PM, Ken Takata <ktakata65...@gmail.com> wrote: > 2017/2/15 Wed 11:05:21 UTC+9 Steve Hall wrote: > > > > i686-pc-mingw32-gcc -c -Iproto -DWIN32 -DWINVER=0x0501 > > This shows that the setting of CROSS_COMPILE is not overwritten. I >

Re: _UI64_MAX build error

2017-02-14 Fir de Conversatie Steve Hall
On Tue, Feb 14, 2017 at 6:56 PM, Ken Takata <ktakat...@gmail.com> wrote: > 2017/2/15 Wed 5:43:08 UTC+9 Steve Hall wrote: > > > > I'm setting the environment elsewhere now. So the only other thing in > > Make_cyg is UNDER_CYGWIN = yes. Not sure what that does, is it &g

Re: _UI64_MAX build error

2017-02-14 Fir de Conversatie Steve Hall
On Tue, Feb 14, 2017 at 9:58 AM, Ken Takata <ktakata65...@gmail.com> wrote: > 2017/2/14 Tue 22:58:45 UTC+9 Steve Hall wrote: > > > > I'm was simply using "make -f Make_cyg.mak", that was the default. > > Hmm, did you set 'ARCH=x86-64' manually? > The co

Re: _UI64_MAX build error

2017-02-14 Fir de Conversatie Steve Hall
d with your CROSS_COMPILE set and all is good. I'm curious how many folks out there still need a w32? Not that anyone needs my builds anymore (hmm, 6k downloads of previous installer), but I wonder if it -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net -

_UI64_MAX build error

2017-02-13 Fir de Conversatie Steve Hall
: *** [Make_cyg_ming.mak:887: gobjx86-64/charset.o] Error 1 Any hints? -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you ar

Re: Patch 7.4.1103

2016-01-16 Fir de Conversatie Steve Hall
precated? If the idea is that we're supposed to use Make_cyg_ming.mak, it is completely broken for me. -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net http://SteveHallArchitecture.com -- -- You received this message from the "vim_dev" maill

Re: Patch 7.4.1103

2016-01-16 Fir de Conversatie Steve Hall
On Sat, Jan 16, 2016 at 2:54 PM, Steve Hall <digit...@dancingpaper.com> wrote: > On Sat, Jan 16, 2016 at 9:45 AM, Bram Moolenaar <b...@moolenaar.net> wrote: > > > > Patch 7.4.1103 (after 7.4.1100) > > Problem:Removed file still in distribution. > > Soluti

Re: Patch 7.4.1067

2016-01-09 Fir de Conversatie Steve Hall
TCL won't build as advertised since patches .985 and .987. ;) -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net http://SteveHallArchitecture.com -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below

Re: build fail since .997

2016-01-01 Fir de Conversatie Steve Hall
Hi Ken, On Thu, Dec 31, 2015 at 10:15 PM, Ken Takata <ktakata65...@gmail.com> wrote: > 2016/1/1 Fri 11:13:23 UTC+9 Steve Hall wrote: > > > > This was Ruby 1.9.x (http://rubyinstaller.org). I just upgraded to > > 2.1.7 and tried again: > > I tested Ruby

build fail since .997

2015-12-31 Fir de Conversatie Steve Hall
' failed A shame, I really wanted to test the :smile command :( -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net http://SteveHallArchitecture.com -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply belo

Re: build fail since .997

2015-12-31 Fir de Conversatie Steve Hall
graded to 2.1.7 and tried again: if_ruby.c:113:18: fatal error: ruby.h: No such file or directory compilation terminated. Make_cyg_ming.mak:781: recipe for target 'gobji386/if_ruby.o' failed make: *** [gobji386/if_ruby.o] Error 1 -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.

Re: Updating runtime files without version control

2015-12-23 Fir de Conversatie Steve Hall
a secure system with only a very few fingers in the process. Frankly, my process would be automated if it was possible to post the files to SF. The host is the toughest part. -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net http://SteveHallArchitecture.com -- -

Re: Updating runtime files without version control

2015-12-23 Fir de Conversatie Steve Hall
to put Cream somewhere else, too. -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net http://SteveHallArchitecture.com -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to

Re: Updating runtime files without version control

2015-12-22 Fir de Conversatie Steve Hall
gest portions of the Vim without Cream installer components on disk: 2.64 Mb gvim.exe 2.46 Mb vim.exe 16.42 Mb /runtime - /spell 3.63 Mb /runtime/spell/en + /runtime/spell/*.* These plus the Nullsoft bits create our 8.22 Mb installer. -- Steve Hall [ digitect dancingpaper c

Re: Updating runtime files without version control

2015-12-21 Fir de Conversatie Steve Hall
inary, and although this is non-standard from the typical GUI Vim version installation, we like to provide the extra service to our customers for the same low price. :) -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net http://SteveHallArchitecture.com -- --

Re: [vim] Include a .desktop file (#454)

2015-10-19 Fir de Conversatie Steve Hall
s for Windows. They are usually not something that can be copied around because they are OS version/system specific. Most Linux GUI .desktop file formats are documented on the web. At one point KDE and GNOME were trying to use a common format but I don't know how that turned out. -- Steve H

Re: Problem building latest Vim on Cygwin

2015-02-18 Fir de Conversatie Steve Hall
-g++ +mingw-64-i686-gcc-g++ -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net SteveHallArchitecture http://SteveHallArchitecture.com -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you

Re: Vim development model

2015-01-21 Fir de Conversatie Steve Hall
is still here maintaining the project and their features! -- Steve Hall [ digitect dancingpaper com ] Cream for Vim http://cream.SourceForge.net SteveHallArchitecture http://SteveHallArchitecture.com -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply

Make_cyg broken

2014-11-03 Fir de Conversatie Steve Hall
Is Make_cyg.mak still supported? It's been broken for a while: xpm_w32.c:31:17: fatal error: xpm.h: No such file or directory compilation terminated. Make_cyg.mak:657: recipe for target 'gobj/xpm_w32.o' failed make: *** [gobj/xpm_w32.o] Error 1 -- Steve Hall [ digit...@dancingpaper.com

Re: Make_cyg broken

2014-11-03 Fir de Conversatie Steve Hall
On Mon, Nov 3, 2014 at 10:30 AM, Ken Takata ktakata65...@gmail.com wrote: 2014/11/3 Mon 22:40:30 UTC+9 Steve Hall wrote: Is Make_cyg.mak still supported? It's been broken for a while: xpm_w32.c:31:17: fatal error: xpm.h: No such file or directory compilation terminated. Make_cyg.mak:657

Re: ActivePerl 5.18.1 fails to compile

2013-12-04 Fir de Conversatie Steve Hall
setup that would shed light? +PERL=/cygdrive/c/perl Please do not hardcode paths in make files without ifndef ! -- Steve Hall [ digitect dancingpaper com ] -- -- 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

ruby bug fix in Make_cyg.mak

2013-11-21 Fir de Conversatie Steve Hall
I finally tracked down my ruby feature bug in Make_cyg.mak, line 275 has an offending .lib extension. Problem:Ruby feature broken in Cygwin build. Solution: Remove errant extension. Files: src/Make_cyg.mak --- src/Make_cyg.mak *** *** 273,277 DEFINES +=

Re: Dead key problem + possible solution

2013-11-13 Fir de Conversatie Steve Hall
are currently -perl -ruby -tcl -mzscheme. -- Steve Hall [ digitect dancingpaper com ] :: Cream for Vim http://cream.sourceforge.net -- -- 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

Re: Problem with Corel copyright

2013-11-01 Fir de Conversatie Steve Hall
On Fri, Nov 1, 2013 at 10:27 PM, Bram Moolenaar b...@moolenaar.net wrote: ...perhaps someone can take the Vim logo and generate an .eps file with another tool, which does not have this problem? Attached is the logo opened and exported via Scribus, the meta info removed. -- Steve Hall

Re: Make_cyg -mno-cygwin option deprecated

2013-09-19 Fir de Conversatie Steve Hall
On Thu, Sep 19, 2013 at 11:41 AM, Bram Moolenaar b...@moolenaar.net wrote: Steve Hall wrote: Bug in line 443 of Make_cyg.mak: -mno-cygwin is obsolete. Result is build failure of the standalone DLL. Is there an argument to replace it or does the line need to be removed from the Makefile

Make_cyg -mno-cygwin option deprecated

2013-09-18 Fir de Conversatie Steve Hall
Bug in line 443 of Make_cyg.mak: -mno-cygwin is obsolete. Result is build failure of the standalone DLL. -- Steve Hall [ digitect dancingpaper com ] -- -- 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

Re: Make_cyg -mno-cygwin option deprecated

2013-09-18 Fir de Conversatie Steve Hall
On Wed, Sep 18, 2013 at 2:10 PM, Steve Hall digit...@dancingpaper.com wrote: Bug in line 443 of Make_cyg.mak: -mno-cygwin is obsolete. Result is build failure of the standalone DLL. This also shows up in line 11 of xxd/Make_cyg.mak and causes failure. -- Steve Hall [ digitect dancingpaper

Re: Make_cyg -mno-cygwin option deprecated

2013-09-18 Fir de Conversatie Steve Hall
On Wed, Sep 18, 2013 at 2:23 PM, Steve Hall digit...@dancingpaper.com wrote: On Wed, Sep 18, 2013 at 2:10 PM, Steve Hall digit...@dancingpaper.com wrote: Bug in line 443 of Make_cyg.mak: -mno-cygwin is obsolete. Result is build failure of the standalone DLL. This also shows up in line 11

Re: Patch: support for the space argument for listchars

2013-08-18 Fir de Conversatie Steve Hall
of course, and who has time for that? :) -- Steve Hall [ digitect dancingpaper com ] OsterlundHall Architects [ http://osterlundhall.com ] -- -- 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

Re: Patch 7.3.821

2013-02-20 Fir de Conversatie Steve Hall
Hi Ken, On Mon, Feb 18, 2013 at 9:24 AM, Ken Takata ken...@csc.jp wrote: 2013/02/18 Mon 22:41:13 UTC+9 Steve Hall wrote: (Having to specify STATIC_STDCPLUS=yes at the build line is always required.) Actually It is not required, if you use stdc++ DLLs. You may find the required DLLs

Re: Patch 7.3.821

2013-02-18 Fir de Conversatie Steve Hall
On 02/16/2013 06:16 PM, Bram Moolenaar wrote: Patch 7.3.821 Problem:Build with OLE and Cygwin is broken. (Steve Hall) Solution: Select static or shared stdc library. (Ken Takta) Files: src/Make_cyg.mak Works for me. Just curious why this wouldn't be the default instead

Re: Patch 7.3.820

2013-02-15 Fir de Conversatie Steve Hall
Make_cyg.mak:613: recipe for target `obj/blowfish.o' failed make: *** [obj/blowfish.o] Error 127 -- Steve Hall [ digitect dancingpaper com ] -- -- 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

Re: Patch 7.3.820

2013-02-15 Fir de Conversatie Steve Hall
On Fri, Feb 15, 2013 at 9:58 AM, Ken Takata ken...@csc.jp wrote: 2013/02/15 Fri 22:54:17 UTC+9 Steve Hall wrote: Perhaps it was an earlier patch (my previous build was .801), but my build with Cygwin now is broken: [...] Make_cyg.mak:613: recipe for target `obj/blowfish.o' failed make

Re: Patch 7.3.820

2013-02-15 Fir de Conversatie Steve Hall
$_ZTI9IDispatch[typeinfo for IDispatch]+0x0): undefined reference to `vtable for __cxxabiv1::__si_class_type_info' collect2: ld returned 1 exit status Make_cyg.mak:567: recipe for target `gvim.exe' failed make: *** [gvim.exe] Error 1 -- Steve Hall [ digitect dancingpaper com ] -- -- You received

Re: [BugReport] Mark deletion doesnt persist between Vim sessions

2013-02-06 Fir de Conversatie Steve Hall
On Wed, Feb 6, 2013 at 3:43 AM, Tony Mechelynck antoine.mechely...@gmail.com wrote: For Windows, I recommend whatever is newest at http://sourceforge.net/projects/cream/files/Vim/ [...] now at 7.3.762 since 3 January [...] but OTOH I expect that Steve Hall (the maintainer of the Cream site

Re: cygwin compile error with Racket Scheme

2012-11-30 Fir de Conversatie Steve Hall
Sergey, On Thu, Nov 29, 2012 at 11:46 PM, Sergey Khorev sergey.kho...@gmail.com wrote: On Thu, Nov 29, 2012 at 8:28 PM, Steve Hall digit...@gmail.com wrote: Unable to compile vim via Cygwin with Racket Scheme 5.3.1, produces various errors: Current patchlevel of Vim does not support Racket

cygwin compile error with Racket Scheme

2012-11-29 Fir de Conversatie Steve Hall
[...] -- Steve Hall [ digitect dancingpaper com ] -- 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.735

2012-11-28 Fir de Conversatie Steve Hall
) after copying Ruby193/include/ruby-1.9.1/i386-mingw32/ruby/config.h to Ruby193/include/ruby-1.9.1/ruby/config.h Thanks! I'll finally be able to roll Ruby in to our build again after about a year. -- Steve Hall [ digitect dancingpaper com ] -- You received this message from the vim_dev

Re: Can't compile latest Vim using Make_cyg.mak

2012-11-20 Fir de Conversatie Steve Hall
with a Cygwin GCC build, starting with the Ruby 1.9 series. Something changed so that Vim's build no longer finds the necessary Ruby libraries, for me starting with ruby.h. I've spent hours (one today!), but never could track it down. -- Steve Hall [ digitect dancingpaper com ] -- You received

Re: Weird behavior after ^ or ´

2012-10-31 Fir de Conversatie Steve Hall
-709_release-notes.txt for downloading. Whoops, fixed this folder name for the record. -- Steve Hall [ digitect dancingpaper com ] -- 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

Re: Patch 7.3.638

2012-08-23 Fir de Conversatie Steve Hall
On Thu, Aug 23, 2012 at 12:58 PM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.3.638 [...] Not sure why, but the :version command of my build this time produced the line: Included patches: 1-638, 638 -- Steve Hall [ digitect dancingpaper com ] -- You received this message from

Re: Compiling Vim with +ruby support (vim 7.3 - ruby 1.9.3) on Amd64

2012-06-20 Fir de Conversatie Steve Hall
On Wed, Jun 20, 2012 at 2:57 AM, Ike Devolder ike.devol...@gmail.com wrote: i have posted in this mailinglist before for a solution for the dynamic ruby stuff but found no answer yet. http://code.google.com/p/vim/issues/detail?id=49 Same experience for me:

Re: Compiling Vim with +ruby support (vim 7.3 - ruby 1.9.3) on Amd64

2012-06-20 Fir de Conversatie Steve Hall
On Wed, Jun 20, 2012 at 7:12 AM, Steve Hall digit...@dancingpaper.com wrote: On Wed, Jun 20, 2012 at 2:57 AM, Ike Devolder ike.devol...@gmail.com wrote: i have posted in this mailinglist before for a solution for the dynamic ruby stuff but found no answer yet. http://code.google.com/p/vim

Re: Compiling Vim with +ruby support (vim 7.3 - ruby 1.9.3) on Amd64

2012-06-20 Fir de Conversatie Steve Hall
On Wed, Jun 20, 2012 at 7:19 AM, Steve Hall digit...@dancingpaper.com wrote: I should have added... just updated to Fedora 17 which has a broken Vim also related to Ruby: error while loading shared libraries: libruby.so.1.8: cannot open shared object file: No such file or directory Sorry

app positioning bug on Win7 via VimEnter

2012-02-12 Fir de Conversatie Steve Hall
is 2x the request. -- Steve Hall [ digitect dancingpaper com ] -- 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: Digital Signatures for the official Vim binaries on Windows

2012-01-02 Fir de Conversatie Steve Hall
/Vim/ — that one doesn't seem to be signed but is it Steve's or SourceForge's policy? No policy, but I'd be curious to know what the OP believes to be practically accomplished with signed files. Perhaps we're just talking about the official binaries? Or just checksums? -- Steve Hall [ digitect

Re: Digital Signatures for the official Vim binaries on Windows

2012-01-02 Fir de Conversatie Steve Hall
must be manually added on every machine that wants to trust that author is who he or she claims they are. It only takes funds because the crooks that are trying to scare everyone into a fully sponsored security solutions need money to survive. -- Steve Hall [ digitect dancingpaper com ] -- You

Re: Cream without cream 7.3.138 gives errors with Diff

2011-03-21 Fir de Conversatie Steve Hall
commented out? Exactly. -- Steve Hall [ digitect dancingpaper com ] -- 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: Cream without cream 7.3.138 gives errors with Diff

2011-03-21 Fir de Conversatie Steve Hall
to eliminate the default vimrc for Windows entirely... :) -- Steve Hall [ digitect dancingpaper com ] -- 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: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie Steve Hall
instead of relying on the installer to create these? Below is the _vimrc generated by the Cream installer, taken from Vim's installer years ago. If someone can point out how it differs from the current Vim default, I'll fix it. -- Steve Hall [ digitect dancingpaper com

RE: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie Steve Hall
From: Tony Mechelynck, Fri, March 18, 2011 5:51 am On 18/03/11 03:11, Steve Hall wrote: Can we not start distributing .vimrc and _vimrc instead of relying on the installer to create these? [...] If we distribute .vimrc and _vimrc, wouldn't that clobber any existing user vimrc during

Re: Cream without cream 7.3.138 gives errors with Diff

2011-03-18 Fir de Conversatie Steve Hall
diffexpr ? I guess that's probably a good idea for Windows, most users don't have a diff.exe on path. -- Steve Hall [ digitect dancingpaper com ] -- 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

Re: Patch 7.3.1[19]

2011-02-12 Fir de Conversatie Steve Hall
On Sat, 2011-02-12 at 14:00 +0100, Bram Moolenaar wrote: Patch 7.3.119 [...] FYI, the email subject on this was 7.3.1. -- Steve Hall [ digitect dancingpaper com ] -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are replying

RE: Looking for test coordinator

2010-07-30 Fir de Conversatie Steve Hall
breaks threading when replying? I sometimes have to use a browser-based mailer that is less than respectable. -- Steve Hall [ digitect dancingpaper com ] -- 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

RE: Looking for test coordinator

2010-07-28 Fir de Conversatie Steve Hall
hours to run. Our script labels, formats, and even inserts folds in the log for easy navigation. -- Steve Hall [ digitect dancingpaper com ] -- 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

RE: Suggest a Gvim 7.3 new look

2010-06-09 Fir de Conversatie Steve Hall
AND avoiding the glossy Apple OS X look which went out of style about five years ago. (Now avoided by even Apple themselves.) -- Steve Hall [ digitect dancingpaper com ] -- 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

RE: Patch 7.2.374

2010-02-24 Fir de Conversatie Steve Hall
/if_ruby.o:if_ruby.c:(.text+0xf38): undefined reference to `_rb_string_value_ptr' gobj/if_ruby.o:if_ruby.c:(.text+0x1157): undefined reference to `_rb_string_value_ptr' collect2: ld returned 1 exit status make: *** [gvim.exe] Error 1 -- Steve Hall [ digitect dancingpaper com ] -- You received

RE: Patch 7.2.374

2010-02-24 Fir de Conversatie Steve Hall
From: Bram Moolenaar, Wed, February 24, 2010 5:27 pm Steve Hall wrote: From: Bram Moolenaar, Wed, February 24, 2010 9:48 am Patch 7.2.374 I'm still seeing build errors with Windows/Cygwin related to Ruby, [...] Sorry, I still have no clue how to fix this without reverting

RE: Patch 7.2.368

2010-02-18 Fir de Conversatie Steve Hall
to `_rb_string_value_ptr' follow collect2: ld returned 1 exit status make: *** [gvim.exe] Error 1 -- Steve Hall [ digitect dancingpaper com ] -- You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

Re: Windows build issue with (strawberry) perl

2009-12-14 Fir de Conversatie Steve Hall
On Wed, 2009-12-09 at 21:39 -0800, char101 wrote: On Dec 10, 10:22 am, Steve Hall wrote: [problems building latest Windows binary gVim with strawberry perl 5.10.1.0] I see, probably it's because Perl_croak_xs_usage isn't listed in if_perl.xs. How about downgrading to lower perl

Windows build issue with (strawberry) perl

2009-12-09 Fir de Conversatie Steve Hall
with the perl bin and libs first on path, last on path, not on path, etc. This all worked just a few days ago on another machine, but I can't recall if it was strawberry perl or some other distro. Any ideas? -- Steve Hall [ digitect dancingpaper com ] -- You received this message from

Re: Windows build issue with (strawberry) perl

2009-12-09 Fir de Conversatie Steve Hall
(checked). Hmm, that's the version I'm compiling against (downloaded last week). Is it possible that the compiler could be finding another perl (ruby, tcl, mkscheme, cygwin) instead of using that specified by $PERL explicitly in the build shell? Thanks for helping me with this. -- Steve Hall

Re: Problem with without Cream vim-7.2.303 _vimrc

2009-12-03 Fir de Conversatie Steve Hall
whatever ends up in the default Vim distribution. -- Steve Hall [ digitect dancingpaper com ] -- You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

RE: Problem with without Cream vim-7.2.303 _vimrc

2009-12-02 Fir de Conversatie Steve Hall
? -- Steve Hall [ digitect dancingpaper com ] -- You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php

RE: Problem with without Cream vim-7.2.303 _vimrc

2009-12-02 Fir de Conversatie Steve Hall
diff is causing Windows to search the same directory as gvim. I'm not sure why or how Vim uses diff the way it does, but I would have thought this would have been worked out ages ago. My biggest concern is that maybe our packaging isn't up to date? -- Steve Hall [ digitect dancingpaper com

Re: Problem with without Cream vim-7.2.303 _vimrc

2009-12-01 Fir de Conversatie Steve Hall
On Tue, 2009-12-01 at 14:49 -0800, Gary Johnson wrote: The version of _vimrc installed by the Cream vim without Cream installer appears to be an obsolete version and contains a MyDiff() that doesn't work. Thanks for your helpful bugfix, I will change this for the next build. -- Steve Hall

Patch 7.2.286 fails on Windows

2009-11-17 Fir de Conversatie Steve Hall
undeclared identifier is reported only once fileio.c:7012: error: for each function it appears in.) make: *** [obj/fileio.o] Error 1 -- Steve Hall [ digitect dancingpaper com ] --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more

RE: Patch 7.2.286 fails on Windows

2009-11-17 Fir de Conversatie Steve Hall
From: James Vega, Tue, November 17, 2009 9:55 am On Tue, Nov 17, 2009 at 9:27 AM, Steve Hall wrote: fileio.c: In function `vim_settempdir': fileio.c:7012: error: `vim_tempdir' undeclared (first use in this function) fileio.c:7012: error: (Each undeclared identifier is reported only

RE: Patch 7.2.286 fails on Windows

2009-11-17 Fir de Conversatie Steve Hall
From: James Vega, Tue, November 17, 2009 10:29 am On Tue, Nov 17, 2009 at 10:06 AM, Steve Hall wrote: Hmm... but I see this if I patch only up to 7.2.286, and not if I patch only up to 7.2.285. Not sure how 7.2.294 is involved. Not sure, but somehow you've got 7.2.294 pulled

Re: Patch: support for the space argument for listchars

2009-10-28 Fir de Conversatie Steve Hall
-printing characters that look like dec 032 * double spaces * spaces after chars at window edges with wrap on * every char as a byte Currently, Vim can show every invisible character except intermediate spaces, why not add it and be complete? :) -- Steve Hall [ digitect dancingpaper com

RE: Patch: support for the space argument for listchars

2009-10-21 Fir de Conversatie Steve Hall
this could become official? -- Steve Hall [ digitect dancingpaper com ] --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---

RE: Patch 7.2.247

2009-09-11 Fir de Conversatie Steve Hall
did, turns out it was a logic error in the build script. Fixed now, no build problems. Sorry for the noise. -- Steve Hall [ digitect dancingpaper com ] --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http

Re: EOL for Cygwin - Win32 cross compiles

2009-03-07 Fir de Conversatie Steve Hall
and soon to be removed? Not sure why something so useful would be intentionally dropped. My gVim installer for windows is downloaded 5,000 times a month. -- Steve Hall [ digitect dancingpaper com ] --~--~-~--~~~---~--~~ You received this message from

Re: EOL for Cygwin - Win32 cross compiles

2009-03-07 Fir de Conversatie Steve Hall
away from BCC that not all the usual perl, python, tcl, mzscheme, ruby, ole, etc. features were. -- Steve Hall [ digitect dancingpaper com ] --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org

RE: Patch 7.1.303

2008-05-29 Fir de Conversatie Steve Hall
From: Bram Moolenaar, Thu, May 29, 2008 9:34 am Patch 7.1.303 (after 7.1.302) Problem:Compilation error on MS-Windows, again. Solution: Declare p. Files: src/ex_getln.c Fixes the Cygwin make error for me. -- Steve Hall [ digitect dancingpaper com

RE: Patch 7.1.302

2008-05-28 Fir de Conversatie Steve Hall
Using Borland C++ on Windows98, I have still a compile-time error : Error E2451 .\ex_getln.c 3716: Undefined symbol 'p' in function vim_strsave_fnaeescape *** 1 errors in Compile *** I see this with Cygwin make as well. -- Steve Hall [ digitect dancingpaper com

Re: Updated floating point patch

2008-04-12 Fir de Conversatie Steve Hall
-- Steve Hall [ digitect dancingpaper com ] --~--~-~--~~~---~--~~ You received this message from the vim_dev maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~~--~~--~--~---