Re: Re[2]: vim-display problem?!

2006-12-13 Thread Matthew Winn
On Tue, 12 Dec 2006 17:20:15 +0800, mbbill [EMAIL PROTECTED] wrote: Hello Matthew, Tuesday, December 12, 2006, 5:00:30 PM, you wrote: ?On Mon, 11 Dec 2006 19:00:27 +0800, [EMAIL PROTECTED] wrote: ?No, this is not a problem. This is a feature... ;-) ?It's not even a feature. It's the

RE: I can't make gvim the default application for .txt files in WinXP

2006-12-13 Thread Jeffrey Robertson
Jeffrey Robertson wrote: No. That's my problem. How does gvim tell Windows to make itself an option in this list? [...] A.J.Mechelynck wrote: I'm not sure; I think it's something in the registry. Maybe the install program should do it. Have you installed Vim from Steve Hall's

auto complete function of the tab does not work

2006-12-13 Thread Steven Woody
i just installed a 7.0 of vim on windows. i remembered, in the previous version, when i need to open a file using the ':ed' command, i can press tab after giving first few characters of the file ( or path ), vim would auto complete the reset. but after i installed the new vim 7.0. the tab does

Re: I can't make gvim the default application for .txt files in WinXP

2006-12-13 Thread Bill McCarthy
On Wed 13-Dec-06 9:26am -0600, you wrote: Bill McCarthy wrote: Like most of you on Win XP, I build my own Vim and Gvim (for Gvim I specify OLE=yes). From Windows Explorer, when I click on a .txt file, Gvim comes up for the file. I just tried clicking on a .vim file and received a dialog

Re: vim 7 python completion

2006-12-13 Thread Andrea Spadaccini
Ciao Karl, Hello everybody, I can't get the python omni-completion to work, can anybody help me? Are there any special steps to make it work? Can you point me to a tutorial? To cover the basics, is your vim compiled with +python? vim --version | grep +python Yes, it is. Maybe my

Re: vim 7 python completion

2006-12-13 Thread Aaron Griffin
On 12/13/06, Andrea Spadaccini [EMAIL PROTECTED] wrote: It shows correctly all the members of os. But if I do self.win = gtk.Window(gtk.WINDOW_TOPLEVEL) self.win.C-XC-O It doesn't show anything. Is it meant to work in this way? I would recommend upgrading to the latest

Re: vim 7 python completion

2006-12-13 Thread Andrea Spadaccini
Ciao Aaron, I would recommend upgrading to the latest version from www.vim.org (here: http://vim.sourceforge.net/scripts/script.php?script_id=1542 ) The following code works fine: import gtk class Foo(object): def __init__(self): self.win = gtk.Window()

Re: Cream slow to start up

2006-12-13 Thread Gary Johnson
On 2006-12-03, Yakov Lerner [EMAIL PROTECTED] wrote: You can try 'gvim.exe -V20/tmp/log' to identity points of slowness. You might need timestamps in the logfile for that. To add timestamps, you can try to redirect the logfile to the named pipe and the to utility which adds timestamps. What

Re: vim70: Dictionaries echo vs echom: Bug?

2006-12-13 Thread Thomas
You can already do quite a lot if you define your own assert function or command for this. Ok, I now uploaded a plugin[1] that does this. Maybe somebody finds this useful too. The handling of script local functions is suboptimal though, which is why I still think this should be integrated

Re: vim 7 python completion

2006-12-13 Thread Aaron Griffin
On 12/13/06, Andrea Spadaccini [EMAIL PROTECTED] wrote: Thanks a lot, now it works, except for warnings from python: Errore/i eseguendo function pythoncomplete#Complete: linea 35: __main__:157: GtkDeprecationWarning: gtk.FALSE is deprecated, use False instead Errore/i eseguendo function

Re: Vim Regexes and Mac Newlines

2006-12-13 Thread Brian McKee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13-Dec-06, at 4:36 PM, jeffthewookiee wrote: I'm currently working with vi on OS X machines. when I run something like this command: :%s/,/,\n/ I end up with output like this: CourtDismissedCount3,^@ Use \r not \n e.g. :%s/,/,\r/ Similarly

Making C-] do something different

2006-12-13 Thread Chuck Mason
In source code, C-] follows a tags file. In :help it follows links (Maybe there's a helptags file?). But I've created a new temp buffer from some vim code and I want C-] to do something different for only this buffer. For instance I have a line that looks like: ... sometext somenumber1

Re: Cream slow to start up

2006-12-13 Thread Yakov Lerner
On 12/13/06, Gary Johnson [EMAIL PROTECTED] wrote: On 2006-12-03, Yakov Lerner [EMAIL PROTECTED] wrote: You can try 'gvim.exe -V20/tmp/log' to identity points of slowness. You might need timestamps in the logfile for that. To add timestamps, you can try to redirect the logfile to the named

Re: auto complete function of the tab does not work

2006-12-13 Thread A.J.Mechelynck
Steven Woody wrote: i just installed a 7.0 of vim on windows. i remembered, in the previous version, when i need to open a file using the ':ed' command, i can press tab after giving first few characters of the file ( or path ), vim would auto complete the reset. but after i installed the new

Re: Making C-] do something different

2006-12-13 Thread A.J.Mechelynck
Chuck Mason wrote: In source code, C-] follows a tags file. In :help it follows links (Maybe there's a helptags file?). But I've created a new temp buffer from some vim code and I want C-] to do something different for only this buffer. For instance I have a line that looks like: ...

Re: auto complete function of the tab does not work

2006-12-13 Thread A.J.Mechelynck
Steven Woody wrote: On 12/14/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Steven Woody wrote: i just installed a 7.0 of vim on windows. i remembered, in the previous version, when i need to open a file using the ':ed' command, i can press tab after giving first few characters of the file (

Re: auto complete function of the tab does not work

2006-12-13 Thread A.J.Mechelynck
Steven Woody wrote: On 12/14/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Steven Woody wrote: On 12/14/06, A.J.Mechelynck [EMAIL PROTECTED] wrote: Steven Woody wrote: i just installed a 7.0 of vim on windows. i remembered, in the previous version, when i need to open a file using the