Updated Win64 binaries for Vim 7.0.195

2007-02-18 Thread George V. Reilly
it. To uninstall Vim, use |uninstall.exe| in the same directory. I will not supply IA64 binaries unless specifically requested. -- Hello, I must be going. -- Groucho Marx (1890-1977) (Get Witty Auto-Generated Signatures from http://SmartBee.org) George V. Reilly [EMAIL PROTECTED] http

Re: Vim + MzScheme on Ubuntu

2007-02-11 Thread George V. Reilly
[Moving this to vim-dev] Taylor Venable wrote: On Wed, 07 Feb 2007 00:08:29 -0800 George V. Reilly [EMAIL PROTECTED] wrote: I tried to build Vim with MzScheme support on Ubuntu a few months ago and couldn't figure out what I needed to do to get MzScheme included in Vim. I got everything

Win64-related patches

2007-02-11 Thread George V. Reilly
it crash while trying to display an error message. -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog The biggest mistake is not learning from all your other mistakes. Index: src/dosinst.c === --- src/dosinst.c

Vim + MzScheme on Ubuntu

2007-02-07 Thread George V. Reilly
in Vim. I got everything all the other supported languages working. Can you summarize what you did? -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog The biggest mistake is not learning from all your other mistakes.

Re: Vim + MzScheme on Ubuntu

2007-02-07 Thread George V. Reilly
A.J.Mechelynck wrote: George V. Reilly wrote: Taylor Venable wrote: Well, after a lot of playing around (tracking down dependencies in Ubuntu) I finally got everything I needed and built Vim + all patches (resulting in 7.0.192 as of tonight) from source. Still no luck, though; it has exactly

Re: Vim 7 performance notes

2007-02-06 Thread George V. Reilly
macro until we understand why you are seeing those results. -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog The biggest mistake is not learning from all your other mistakes.

Re: Vim 7 performance notes

2007-02-04 Thread George V. Reilly
structures, which is very dependent on both the implementation and the preceding factors. Benchmarking malloc() in ./configure is not likely to tell you very much about its performance in a workload you care about. -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog The biggest

Re: Convert2HTML Again

2006-09-24 Thread George V. Reilly
one that follows my intentions within all the details of that specification. Whatever is chosen should be compatible with CSS, allowing the designer to specify a font for pre or #vim-pre (or whatever the class is). -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog

Re: Convert2HTML Again

2006-09-23 Thread George V. Reilly
ugly Truetype font with the spindly strokes. For a picture of the two fonts, see http://www.georgevreilly.com/courier.png Under Kubuntu, Courier looks a lot more like Courier New.) -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog The biggest mistake is not learning from

Re: virus-laden emails from someone on the Vim list

2006-07-07 Thread George V. Reilly
address is in Estonia; the rest are in Korea. Can anyone take this further? -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog George V. Reilly wrote: [CCing the Vim and Vim-Dev lists. Not that it did any good the last time I raised this subject.] It is NOT me, dammit

virus-laden emails from someone on the Vim list

2006-07-06 Thread George V. Reilly
. Richard Dooling /rd http://dooling.com --/George V. Reilly mailto:[EMAIL PROTECTED] http://www.georgevreilly.com/blog/ -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog

Re: Vim 7.0 x64

2006-07-05 Thread George V. Reilly
this: REGEDIT4 [HKEY_CLASSES_ROOT\*\Shell\Open with Vim\command] @=\c:\\Program Files\\Vim\\vim70\\gvim.exe\ \%1\ I think a similar issue came up on the Vim Developers list recently, so I'm CCing that. -- /George V. Reilly [EMAIL PROTECTED] http

clipboard + unnamed register under X11

2006-06-21 Thread George V. Reilly
not to remap a ton of commands. -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog

Re: svn, cvs

2006-06-17 Thread George V. Reilly
started using it a few months ago, just before Vim 7.0 released. Are those concerns still valid? -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog

Re: reltime() low part incorrect in win32?

2006-06-11 Thread George V. Reilly
, but not always, equal to the frequency of your CPU. To convert QuadPart to milliseconds, multiply QuadPart by 1000/Frequency, where Frequency is the result of a call to QueryPerformanceFrequency(). -- /George V. Reilly [EMAIL PROTECTED] http://www.georgevreilly.com/blog

Re: Upgrading VIM on Ubuntu

2006-06-05 Thread George V. Reilly
library; for example ncurses. Or specify the name of the library with --with-tlib. -- /George V. Reilly