Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 30234 - 30263 of 71407   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
30234 Kontra, Gergely
kgergely@... Send Email
Nov 4, 2002
2:00 pm
Hi! I sometimes need to see diffs in vim. It is quite usable and pretty. One thing I miss: when you change to one window to another, the cursor can go to a...
30235 Bram Moolenaar
Bram@... Send Email
Nov 4, 2002
4:00 pm
... Good to hear it works. I never tried it on MS-Windows. ... I have added a remark on the web page. Perhaps I should make an aap.bat file, so that you can...
30236 Mike Steed
msteed@... Send Email
Nov 4, 2002
4:12 pm
... If I understand the problem, one way to solve it is to add .py to the value of PATHEXT in the environment. Then CMD will also match "fetch" with...
30237 Bram Moolenaar
Bram@... Send Email
Nov 4, 2002
4:33 pm
... If I understand it correctly, adding ".py" to PATHEXT has the effect of being able to type "aap" as a command instead of "aap.py". But this doesn't tell...
30238 Mike Steed
msteed@... Send Email
Nov 4, 2002
4:49 pm
... Right (sorry, I missed that aap is the Python script, not fetch). In order for this to work, there must be an association between the .py extension and...
30239 Ross Presser
rpresser@... Send Email
Nov 4, 2002
7:02 pm
... It's accessed with the FTYPE command, another cmd.exe builtin. The help messages produced by FTYPE /? and ASSOC /? are attached. ... Correct. Available...
30240 Bram Moolenaar
Bram@... Send Email
Nov 4, 2002
8:23 pm
... Strange that the Python installer does make the association but does not add .py to PATHEXT. Making the association sounds more complicated to me. ... I...
30241 Bram Moolenaar
Bram@... Send Email
Nov 4, 2002
8:23 pm
... Very strange. You would have to run Vim in a debugger to find out what is happening. ... You could try without the interpreters. The signal handling in...
30242 Philippe FREMY
P.FREMY@... Send Email
Nov 5, 2002
8:42 am
Hi all, I am the guy behind the port of gvim to KDE and the implementation of a KDE vim component (see http://www.freehackers.org/kvim/) Warning, this is a...
30243 Paul Romanchenko
paul@... Send Email
Nov 5, 2002
9:06 am
... [big text skipped] I definitely agrued with Philippe. I read and heard that vim is not like emacs it just editor, but plain editor must be supported by...
30244 Vince Negri
vnegri@... Send Email
Nov 5, 2002
9:17 am
... You missed out one project: 4. Maintenance of the existing codebase until the "new Vim" is stable enough for production use. Do you have a proposal for how...
30245 Thomas Köhler
jean-luc@... Send Email
Nov 5, 2002
9:23 am
Hi, ... I personally don't need it. I'm still editing text with vim (in one way or another) and use applications that allow text being edited in external...
30246 Michal Vitecek
fuf@... Send Email
Nov 5, 2002
10:06 am
... well, vim supports scripting in those languages but IMHO support for python scripting is pretty terrible (i don't know for the other languages and i don't...
30247 Neil Bird
neil@... Send Email
Nov 5, 2002
10:06 am
Just thinking aloud ... Around about 05/11/2002 08:40, Philippe FREMY typed ... ... Agreed; the current mechanism for the remote control of a vim object is...
30248 Philippe FREMY
P.FREMY@... Send Email
Nov 5, 2002
10:23 am
... Through an API :-) ... I don't think it is even necessary to do that with shared library. The important thing is that the core vim engine can be isolated,...
30249 Philippe FREMY
P.FREMY@... Send Email
Nov 5, 2002
10:49 am
... What is needed is a clean API to control vim properly. On top of my head, I see: - set/get current text of the buffer - set/get any line of the buffer -...
30250 Michal Vitecek
fuf@... Send Email
Nov 5, 2002
10:55 am
... i'd add also: - set/get value of variable - add/delete buffer ... just a small correction: IMHO buffer has nothing to do with cursor position - it should...
30251 Vince Negri
vnegri@... Send Email
Nov 5, 2002
11:06 am
... That's ok, I was worried about having to implement CORBA on Win16 ;-) ... the ... I would support any efforts to improve the source code's structure as it ...
30252 Bram Moolenaar
Bram@... Send Email
Nov 5, 2002
11:13 am
... This has been asked for many times. My reply has always been the same: Vim is an editor. If you want to do more than edit text, use a framework in which...
30253 vipin aravind
vipin.aravind@... Send Email
Nov 5, 2002
11:35 am
Hello, I have uploaded the beta1.1 version of the utility in the link below. As a word of caution it might be unstable,so please make sure you save your work ...
30254 Paul Romanchenko
paul@... Send Email
Nov 5, 2002
11:39 am
... Sure, vim is an editor. But there are many things in the vim which makes vim more than editor and some restrictions which don't allow to integrate vim into...
30255 vipin aravind
vipin.aravind@... Send Email
Nov 5, 2002
11:44 am
Hello, its tough to satisfy everyone.Bram,Can you satisfy everyone?I like vim because all I need is the .exe which transportable in a floppy plus a few vim...
30256 Paul Romanchenko
paul@... Send Email
Nov 5, 2002
11:53 am
Hello! ;) I'm afraid I was not understood ;) I like vim (otherwise I wouldn't use it). vim is most powerfull editor for me. But there are many things missing...
30257 Bram Moolenaar
Bram@... Send Email
Nov 5, 2002
12:08 pm
... That is doubtful. You should give real-world examples to make your point. It's too easy to think about all kinds of nice mechanisms you could add....
30258 Vince Negri
vnegri@... Send Email
Nov 5, 2002
12:16 pm
... I agree that having a clearly defined interface would be a benefit, particularly to those wishing to roll their own bindings for some bespoke modified Vim....
30259 Philippe FREMY
P.FREMY@... Send Email
Nov 5, 2002
12:31 pm
... Bram, I must say I was expecting something more constructive than this simple reply from you. We, the KVim guys (Thomas, Mickael and me) have tried to use...
30260 Vince Negri
vnegri@... Send Email
Nov 5, 2002
12:35 pm
... The big difference is non-shared registers (see below) and non-shared options. Anyone used to an editor with multiple top-level windows is used to being...
30261 Paul Romanchenko
paul@... Send Email
Nov 5, 2002
12:36 pm
... Now I can't to start first vim with ":e file" and second with ":e file". The second vim will complain about .swp. Sure, I can to start second vim and make...
30262 Bram Moolenaar
Bram@... Send Email
Nov 5, 2002
1:16 pm
... You can't edit the same file twice, that's true. That might be the only difference between the two concepts. ... Isn't that what using a different...
30263 Bram Moolenaar
Bram@... Send Email
Nov 5, 2002
1:16 pm
... Is that really true? I'm sure that when we would make a Vim with multiple toplevel windows and share all registers, options, etc. then the next request...
Messages 30234 - 30263 of 71407   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help