Re: (patch) Lua interface

2008-09-04 Fir de Conversatie Paul Moore
On Sep 4, 2:44 am, Luis Carvalho [EMAIL PROTECTED] wrote: Anyway, as for your question I'd say just default to using a shared lib. Most other interfaces seem to do so, and I'd say the costs should be   neglectable in this case. On Windows looking up the required symbols at   runtime seems

Tags/attributes for indentation

2008-09-04 Fir de Conversatie David Baelde
Hi, I'm the author of omlet, an indentation mode for Ocaml. I gave up developing and even maintaining it, and I'm looking for a good way to restart it from scratch. Currently, the code does some minimal (but not so trivial) parsing of the code before the pointer to find out how to indent a

Re: (patch) Lua interface

2008-09-04 Fir de Conversatie Tony Mechelynck
On 04/09/08 16:37, Paul Moore wrote: On Sep 4, 2:44 am, Luis Carvalho[EMAIL PROTECTED] wrote: Anyway, as for your question I'd say just default to using a shared lib. Most other interfaces seem to do so, and I'd say the costs should be neglectable in this case. On Windows looking up the

Re: Bug with screen redraw introduced by 7.1.329

2008-09-04 Fir de Conversatie Bram Moolenaar
Tyler Spivey wrote: hello. I have noticed that starting from 7.1.329, using vim in the console with the encoding set to utf8, there is a bug with redrawing characters. The characters show up on the screen fine (at least to my screen reader), but my screen reader is reading out the

Re: Bug with screen redraw introduced by 7.1.329

2008-09-04 Fir de Conversatie Matt Wozniski
On Thu, Sep 4, 2008 at 4:09 PM, Bram Moolenaar wrote: Tyler Spivey wrote: hello. I have noticed that starting from 7.1.329, using vim in the console with the encoding set to utf8, there is a bug with redrawing characters. The characters show up on the screen fine (at least to my screen

Re: (patch) Lua interface

2008-09-04 Fir de Conversatie Paul Moore
On Sep 4, 8:55 pm, Tony Mechelynck [EMAIL PROTECTED] wrote: 1. If the interface uses a separate DLL, then the absence of that DLL must not prevent Vim from running (as long as the interface isn't used, of course). That's my view. 2. If the DLL must be linked with the same C runtime as every