... Not true, there are good indications he actually reads those. David ... --~--~---------~--~----~------------~-------~--~----~ You received this message...
Morel David
dmorel69@...
Mar 1, 2008 9:26 am
6550
... I've merged and pushed your changes. ... I guess that is not too urgent since we're not likely to update the input manager very often, but it would still...
björn
bjorn.winckler@...
Mar 1, 2008 3:42 pm
6551
... I haven't looked at the input manager code much so I can't really say anything about this. It would be great if you could try to debug this problem...
björn
bjorn.winckler@...
Mar 1, 2008 3:44 pm
6552
... In Camino, I can use the input manager only with the url bar. Forms in web pages are no NSTextFields in Camino, so the input manager shouldn't work there...
Nico Weber
nicolasweber@...
Mar 1, 2008 3:51 pm
6553
... Bill, I appreciate the gesture...whether there is a reply or not. Thanks again to everybody who has donated so far. Currently, the donations fund covers...
björn
bjorn.winckler@...
Mar 1, 2008 4:00 pm
6554
Hi, can someone with Tiger execute the following program and send the output to me? //begin main.m #import <Cocoa/Cocoa.h> static NSInteger CompareFunc(id a,...
Nico Weber
nicolasweber@...
Mar 1, 2008 4:47 pm
6555
Hi, this adds version checking to the integraton prefpane (this works iff the output of the test program I just sent produces the same output on Tiger as it...
Nico Weber
nicolasweber@...
Mar 1, 2008 6:04 pm
6556
... Here you go: $ gcc -framework Foundation main.m $ ./a.out 2008-03-01 19:32:15.780 a.out[2007] Before: (1, "1.2", "1.5", "1.41", "1.11", "10.2.1",...
björn
bjorn.winckler@...
Mar 1, 2008 6:34 pm
6557
... You've done a good job with the prefs GUI stuff so far so I'll patiently await your patch. :-) ... Done. Your patch + the new bundle version is in the...
björn
bjorn.winckler@...
Mar 1, 2008 7:07 pm
6558
... Ah - that explains why I got this: $ gcc -framework Foundation test.m test.m:4: error: parse error before 'CompareFunc' Works now, but... I get a different...
Brian Wolven
brian.wolven@...
Mar 1, 2008 7:24 pm
6559
... That's the order I wanted to have. Which version of Tiger are you using? Bjorn, which version are you using? Oh well, as long as the version number after...
Nico Weber
nicolasweber@...
Mar 1, 2008 9:28 pm
6560
... I'm using 10.4.11 PPC here. /Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more...
björn
bjorn.winckler@...
Mar 1, 2008 9:33 pm
6561
... 10.4.11 Intel here. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information,...
Brian Wolven
brian.wolven@...
Mar 1, 2008 9:37 pm
6562
Hi all, Total downloads: http://tinyurl.com/yugyz5 Total pageviews: http://tinyurl.com/3yxyt5 Daily downloads and pageviews: http://tinyurl.com/2ufbcy We seem...
Nico Weber
nicolasweber@...
Mar 1, 2008 9:42 pm
6563
Works as expected on 10.5.2 PPC as well: 2008-03-01 22:56:52.125 a.out[2891:10b] Before: ( 1, "1.2", "1.5", "1.41", "1.11", "10.2.1", "10.5.11", "10.4.3" ) ...
nicolasweber@...
Mar 1, 2008 9:59 pm
6564
Hi all As a matter of interest, if anyone was keeping track of these things, one of the Voiceover macvim bugs in the list I came up with, well, isn't. the...
yvonne thomson
yvonne@...
Mar 2, 2008 12:59 am
6565
After updating to the latest version it seems that Omni Completion isn't working. Whenever I hit ^X it blinks for a second saying ^X mode and then goes back to...
travis
eatsleepgolf@...
Mar 2, 2008 4:34 am
6566
I think it's some script thats causing the problem that I need to find so just ignore this. ... --~--~---------~--~----~------------~-------~--~----~ You...
travis
eatsleepgolf@...
Mar 2, 2008 6:54 am
6567
... After experiencing crashes with Cyberduck and Safari I removed the Inputmanager completely. I'll get the repo and have a look. Axel ...
Axel Kielhorn
A.Kielhorn@...
Mar 2, 2008 8:06 am
6568
... Back again with the new version from the repo and installed it via the preference dialog. Goog news: It doesn't crash Safari and Cyberduck on startup. ...
Axel Kielhorn
A.Kielhorn@...
Mar 2, 2008 8:30 am
6569
... Which version of OS X are you using? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more...
Nico Weber
nicolasweber@...
Mar 2, 2008 9:51 am
6570
Hi, ... That's intentional vim behaviour. If you put set virtualedit+=onemore in your _vimrc, it works. By the way, when you hit ⌘F5 in a MacVim window to...
Nico Weber
nicolasweber@...
Mar 2, 2008 10:14 am
6571
... Oops, sorry. 10.4.11 on intel. (I haven't build on 10.5.2 on PPC yet) Axel --~--~---------~--~----~------------~-------~--~----~ You received this message...
Axel Kielhorn
A.Kielhorn@...
Mar 2, 2008 10:20 am
6572
Hi everybody, my configuartion: Mac OS 10.5.2, MacVim snapshot 22, visualising with Skim 1.0.3. I've already read all the other topics about this matter,...
Daniele Avitabile
d.avitabile@...
Mar 2, 2008 2:02 pm
6573
... I don't know how much help it is, but everything works for me! I've never noticed any problems with \ll (make sure "Launch vim processes in a login shell"...
Robin
robince@...
Mar 2, 2008 2:33 pm
6574
Robin, I didn't know about the "Launch vim processes in a login shell" in the preferences. I selected and now everything works fine by me. Thanks! ... ...
d.avitabile@...
Mar 2, 2008 3:34 pm
6575
... Ben, I've looked over the patch a bit more carefully now. I moved all the work that was done in -[MMAppController launchVimProcessWithArguments:] into a...
björn
bjorn.winckler@...
Mar 2, 2008 4:00 pm
6576
Hey Matrix Mole, I'm getting the weird random strings in Safari's Edit menu as well. In Mail.app, the menu is right, but something else is broken. With text in...
dado
google@...
Mar 2, 2008 7:13 pm
6577
... I just found out the different behaviors in Mail.app have to do with the clipboard/paste buffers - On a new msg, type something, edit in vim, text...
dado
google@...
Mar 2, 2008 7:45 pm
6578
-- Middle of the week people are bored, and Emacs users are tearing their hair out after 3 days and have no end in sight. ... ...