Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim-mac · Vim (Vi IMproved) text editor Macintosh list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 10820 - 10849 of 13685   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10820 björn
bjorn.winckler@... Send Email
Oct 1, 2009
9:26 am
... Hi Orestis, That looks like the bug that Nico patched just recently. Go into src/MacVim/icons and do a "make clean" and everything should be fine (you did...
10821 orestis
arestis@... Send Email
Oct 1, 2009
10:23 am
Hello Björn, Thanks for the reply. I have already tried cleaning the directory before running make and i still got the same error (sorry for forgetting to...
10822 Michael Wookey
michaelwookey@... Send Email
Oct 1, 2009
11:13 am
... There is no need to re-pull the repository. The quickest way to clean out build objects is to use git: $ git clean -dqxf After which, you will have a...
10823 Kazuki Sakamoto
sakamoto.kazuki@... Send Email
Oct 1, 2009
1:31 pm
Hi, ... I tried it on Leopard intel and Snow Leopard. ... 'transp&#39; worked properly on Leopard and Snow Leopard. good! However, it could not render any...
10824 Kazuki Sakamoto
sakamoto.kazuki@... Send Email
Oct 1, 2009
1:46 pm
For your information, On Thu, Oct 1, 2009 at 10:17 PM, Kazuki Sakamoto ... I have compiled it with --with-macarchs="i386" --with-macsdk="10.5" on Snow Leopard,...
10825 björn
bjorn.winckler@... Send Email
Oct 1, 2009
3:56 pm
... Hi Doris, It seems that texshop is not using UTF-8 so either tell it to use UTF-8 or set the proper file encoding in Vim. I don't know which is the...
10826 Adam Mercer
ramercer@... Send Email
Oct 1, 2009
4:01 pm
... Getting the following on my Intel Leopard system: Dyld Error Message: Library not loaded: /System/Library/Perl/lib/5.10/libperl.dylib Referenced from:...
10827 björn
bjorn.winckler@... Send Email
Oct 1, 2009
4:31 pm
... Ok, I guess Sakamoto installed Perl 5.10 manually. Does Leopard have Perl 5.8.9 installed by default? ($ ls /System/Library/Perl) I will try to fix Perl...
10828 Tyson Roberts
nallohki@... Send Email
Oct 1, 2009
4:32 pm
Be sure to do a look at the man page for encoding in vim - it's nowhere near as straight forward as you might expect, and there are some strange special cases...
10829 Adam Mercer
ramercer@... Send Email
Oct 1, 2009
4:51 pm
... My Leopard system has Perl 5.8.8 installed. Cheers Adam --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac"...
10830 björn
bjorn.winckler@... Send Email
Oct 1, 2009
6:22 pm
... So Leopard works. Excellent! ... The question is: who is going to figure out how to get 'transp&#39; to work with the 10.6 SDK? (To everybody who uses...
10831 björn
bjorn.winckler@... Send Email
Oct 1, 2009
7:23 pm
... I've pushed a fix to the repo. Sakamoto: Please see if it fixes the problem for you as well. Björn --~--~---------~--~----~------------~-------~--~----~ ...
10832 björn
bjorn.winckler@... Send Email
Oct 1, 2009
7:54 pm
... I looked into this and changing to using a "device-dependent color space" the colors as measure by DigitalColor Meter is exactly the same RGB-triple you...
10833 Nikola Kneževi...
laladelausanne@... Send Email
Oct 1, 2009
8:26 pm
Hi, when I try to build a merge of master and feat/core-text under SL, created executable doesn't work. By "doesn&#39;t work" I mean that window opens, without any...
10834 björn
bjorn.winckler@... Send Email
Oct 1, 2009
8:33 pm
... I pushed a patch for this only 2 hours ago. It should work now. Björn --~--~---------~--~----~------------~-------~--~----~ You received this message...
10835 Robert H
sigzero@... Send Email
Oct 1, 2009
9:16 pm
... I believe: Leopard = 5.8.8 Snow Leopard = 5.10.0 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac"...
10836 Nikola Kneevi
laladelausanne@... Send Email
Oct 1, 2009
9:30 pm
... Yup, works great! Thanks, björn! Cheers, Nikola --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac"...
10837 Robert H
sigzero@... Send Email
Oct 1, 2009
9:36 pm
... Intel (10.6 Snow Leopard) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more...
10838 Brit Gardner
gardnebc@... Send Email
Oct 1, 2009
10:22 pm
Hello, Love MacVim and have been using it for a long time. I recently switched to a high-resolution monitor (2560x1600) and run MacVim full screen on it. I...
10839 Keyan
key.vim@... Send Email
Oct 1, 2009
10:22 pm
Hi, I am sorry if this has been discussed earlier, but is there any work dedicated to making the vim-cvs tree compilable on snow leopard? If not, what would be...
10840 björn
bjorn.winckler@... Send Email
Oct 1, 2009
11:15 pm
... Hi Brit, I don't know what can be done about the rendering speed at such high resolutions...I'd have to profile to see what the bottleneck is exactly, but...
10841 björn
bjorn.winckler@... Send Email
Oct 1, 2009
11:17 pm
... Hi Keyan, You will want to check out MacVim: http://code.google.com/p/macvim/ It runs fine on Snow Leopard...I even posted a link to a 64 bit build on this...
10842 björn
bjorn.winckler@... Send Email
Oct 1, 2009
11:44 pm
... I forgot to say that you should try to start MacVim without any plugins or rc-files ("mvim -u NONE") since e.g. some options are known to cause slowdowns...
10843 Kazuki Sakamoto
sakamoto.kazuki@... Send Email
Oct 2, 2009
12:57 am
Hi, ... Sorry for confusion. I used it with DYLD_FALLBACK_LIBRARY_PATH and 5.10.1 x86_64 libperl.dylib on Leopard. MacVim and Vim worked, but :perl command...
10844 Kazuki Sakamoto
sakamoto.kazuki@... Send Email
Oct 2, 2009
2:01 am
Hi, ... It worked properly with wide characters on Leopard and Snow Leopard, Thank you for your quick fix! sakamoto ...
10845 Keyan
key.vim@... Send Email
Oct 2, 2009
9:12 am
Hi, i tested MacVim a few weeks ago, and liked it. The only problem i had was that MacVim would ignore :winp settings. but i just read about the fullscreen,...
10846 björn
bjorn.winckler@... Send Email
Oct 2, 2009
7:08 pm
... I guess you could try starting in 64 bit mode and see if it makes any difference...? I'm afraid I don't know what the problem is: lets hope Nico has an...
10847 björn
bjorn.winckler@... Send Email
Oct 2, 2009
8:16 pm
... I'm curious: why do you need :winp? MacVim automatically saves the window position (and size as well these days) of the first window that you open and...
10848 travisjeffery
travisjeffery@... Send Email
Oct 2, 2009
8:24 pm
I'm running MacVim from a fresh build off of the Git rep and I get this output when I got run MacVim with mvim command: 2009-10-02 16:21:39.037...
10849 Nico Weber
nicolasweber@... Send Email
Oct 2, 2009
10:37 pm
... Not really. Are you running some theming software that replaced your / System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ ...
Messages 10820 - 10849 of 13685   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