RE: VimWiki - released finally

2007-06-05 Thread Mike Hansen
-Original Message- From: Tom Purl [mailto:[EMAIL PROTECTED] [...] So what I don't understand is, why can't I change these categories? I've been editing Mediawiki pages for 4 years, and I've never seen anything like this. This isn't a figment of Tom's mind. I just poked around the

Re: Python Omni complete on Windows?

2007-05-23 Thread Mike Hansen
On 5/21/07, Mike Hansen [EMAIL PROTECTED] wrote: Oh great VIM gurus. With VIM 7.# on Windows, I can't seem to get the Omni complete to work for Python for my own modules written in python. Omni complete seems to work for standard library modules, but not for modules that I have in the same

Python Omni complete on Windows?

2007-05-21 Thread Mike Hansen
Oh great VIM gurus. With VIM 7.# on Windows, I can't seem to get the Omni complete to work for Python for my own modules written in python. Omni complete seems to work for standard library modules, but not for modules that I have in the same directory as the source I'm editing. I have a tags file

RE: is there a list-administrator ?

2007-05-09 Thread Mike Hansen
-Original Message- From: Toon Knapen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 1:11 PM To: vim@vim.org Subject: is there a list-administrator ? Is there a list-administrator also listening in ? I have tried to unsubscribe a zillion times now and I'm still

RE: Bitchy omni completion with own Python modules/objects

2007-04-27 Thread Mike Hansen
Subject:Bitchy omni completion with own Python modules/objects From: Christoph Haas email () christoph-haas ! de Date: 2007-04-27 8:54:14 Message-ID: 20070427085414.GF3937 () torf ! workaround ! org [Download message RAW] Dear list, I have now spent half a day to get omni

Confused about omni-complete for Python

2006-10-31 Thread Mike Hansen
I'm confused about omni-complete for Python. How should it work? Let's say that I type in the following on a .py file. import cgi form = cgi. At the . in insert mode I type Ctrl-X Ctrl-O. A bunch of errors pop up and the omni-complete fails. Error detected while processing function

RE: Confused about omni-complete for Python

2006-10-31 Thread Mike Hansen
-Original Message- On 10/31/06, Mike Hansen [EMAIL PROTECTED] wrote: I'm confused about omni-complete for Python. How should it work? Let's say that I type in the following on a .py file. import cgi form = cgi. At the . in insert mode I type Ctrl-X Ctrl-O