Search the web
Sign In
New User? Sign Up
vim-mac · Vim (Vi IMproved) text editor Macintosh list
? 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.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4508 - 4537 of 10988   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4508
Hi! I am having trouble with the latest gvim version. From having no trouble at all, I now get a crash a couple of times a day when opening files for editing....
Peter Krantz
peter.krantz@...
Send Email
Jun 5, 2007
1:30 pm
4509
Hi, ... it would help a lot if you could figure out how to reproduce the problem... Nico...
Nico Weber
nicolasweber@...
Send Email
Jun 5, 2007
6:01 pm
4510
You may have noticed that the Vim maillist server has died. It was an old machine. A big thanks to the people in Berlin for keeping it alive for such a long...
Bram Moolenaar
Bram@...
Send Email
Jul 19, 2007
4:29 pm
4511
I have a feeling this has already been answered somewhere. In Vim.app (i.e., gvim), if I open a file for which a swap file already exists, I am given the "What...
Ted Pavlic
ted@...
Send Email
Jul 20, 2007
8:39 pm
4512
Hi, I just find that in insert mode, every time vim tries to draw a part cursor (to indicate the insertion point), there is a draw_string call following it at...
Jjgod Jiang
gzjjgod@...
Send Email
Jul 20, 2007
9:15 pm
4513
... No. It sucks, and it will hopefully be fixed by Jigod's Summer of Code project. If not, I'll fix it, but I'm not working on gui_mac.c as long as SoC is not...
Nico Weber
nicolasweber@...
Send Email
Jul 21, 2007
2:49 am
4514
Hi Nico, ... My patch will leave gui_mac.c untouched, instead, it will create a new file called gui_mac.m, when ./configure --enable-gui=carbon, vim will be...
Jjgod Jiang
gzjjgod@...
Send Email
Jul 21, 2007
7:43 am
4515
... Ok, cool. Do you have made any changes to gui_mac.c that might be useful for me? You said you were working on converting the drawing code to quartz. If you...
Nico Weber
nicolasweber@...
Send Email
Jul 21, 2007
7:55 am
4516
... Isn't this the cursor blinking? You can see in other GUI files that gui_mch_draw_part_cursor() just draws a rectangle, nothing more. E.g., in gui_x11.c....
Bram Moolenaar
Bram@...
Send Email
Jul 21, 2007
11:45 am
4517
... Cool, I forgot to handle this flag, it's OK now. But I just found a new problem about cursor blinking, every 4 seconds, gui_wait_for_chars will: ...
Jjgod Jiang
gzjjgod@...
Send Email
Jul 21, 2007
2:05 pm
4518
... I'm glad you found it. ... I would not worry about this. This is in the generic GUI code. It is probably caused by the 'updatetime' option. -- If they...
Bram Moolenaar
Bram@...
Send Email
Jul 21, 2007
3:55 pm
4519
I have a feeling this has already been answered somewhere. In Vim.app (i.e., gvim), if I open a file for which a swap file already exists, I am given the "What...
Ted Pavlic
ted@...
Send Email
Jul 22, 2007
5:59 pm
4520
This post was a mistake. It was in my "Unsent" for some reason, and got sent out the next time I opened Thunderbird. Sorry for the dupe... ... ... -- Ted...
Ted Pavlic
ted@...
Send Email
Jul 22, 2007
6:05 pm
4521
Testing - please ignore Andy -- Andrew Long andrew dot long at yahoo dot com --~--~---------~--~----~------------~-------~--~----~ You received this message...
Andrew Long
andrew.long@...
Send Email
Jul 23, 2007
6:26 pm
4522
Andrew Long andrew dot long at yahoo dot com --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For...
Andrew Long
andrew.long@...
Send Email
Jul 23, 2007
11:33 pm
4523
-- Andrew Long andrew dot long at yahoo dot com --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. ...
Andrew Long
andrew.long@...
Send Email
Jul 23, 2007
11:46 pm
4524
Andrew Long andrew dot long at yahoo dot com --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For...
Andrew Long
andrew.long@...
Send Email
Jul 23, 2007
11:49 pm
4525
As you are reading this it means the maillists are working for you again. Unless you were expecting an e-mail and have to read it online. Apparently there are...
Bram Moolenaar
Bram@...
Send Email
Jul 24, 2007
1:01 pm
4526
I am happy to announce MacVim.app - a new port of Vim to Mac OS X. This is a project I have been working on for almost a year now and it is finally in such a...
bjorn.winckler
bjorn.winckler@...
Send Email
Jul 25, 2007
7:58 am
4527
... Nice :-) For some reason, I prefer the current tabs-in-a-slider approach ( ;-) ), but otherwise it looks good. ... I nearly killed my system by clicking...
Nico Weber
nicolasweber@...
Send Email
Jul 25, 2007
9:03 am
4528
... Zooming turns out to be kind of hard to implement, so I am not surprised that you are experiencing problems...I will look into this. As for the toolbar...
björn
bjorn.winckler@...
Send Email
Jul 25, 2007
9:40 am
4529
Hi, ... As you can see from current vim-cocoa source code, I'm trying a lower level approach, do the drawing by myself. It looks like a more straightforward...
Jjgod Jiang
gzjjgod@...
Send Email
Jul 25, 2007
9:56 am
4530
... Yep, this queuing is what MacVim does too...actually _all_ incoming calls from Vim (i.e. gui_mch_* stuff) are put onto a queue, which is consequently ...
björn
bjorn.winckler@...
Send Email
Jul 25, 2007
10:50 am
4531
I have created a patch for the current vim7 source so that it is now possible to build the entire MacVim project. The instructions can be found at: ...
bjorn.winckler
bjorn.winckler@...
Send Email
Jul 25, 2007
7:11 pm
4532
I inderstand that there are different ways to use Cocoa for Vim. I hardly know anything about this GUI, thus I have no opinion about what would be a better...
Bram Moolenaar
Bram@...
Send Email
Jul 25, 2007
7:32 pm
4533
... I just wanted to say it looks very nice! I haven't downloaded it yet, but it looks great from the screenshots. I can't wait to try it out. Jeremy ...
Jeremy Conlin
jeremit0@...
Send Email
Jul 25, 2007
8:25 pm
4534
Hi Björn! I as well find this very promising; great work! I hope that you can continue this, and that your and Jiangs efforts (which I also applaud) will be...
Niklas Lindström
lindstream@...
Send Email
Jul 26, 2007
2:55 pm
4535
hello all, i am the developer of viAllOver, http://dabble.org/viallover/, an inputmanager that makes cocoa textviews and scrollviews behave more like vi. i was...
Matt O'Brien
mazatty@...
Send Email
Jul 26, 2007
4:48 pm
4536
... This might not come as a big surprise...but this is exactly how I want Vim to behave as well, and I dislike the idea of having several instances of the ...
björn
bjorn.winckler@...
Send Email
Jul 26, 2007
6:39 pm
4537
... Of course it's right to have only one instance of vim. I just hoped that you had added support for several top level gui frames ("windows" how you normally...
Nico Weber
nicolasweber@...
Send Email
Jul 27, 2007
12:44 am
Messages 4508 - 4537 of 10988   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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