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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 13328 - 13357 of 13695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
13328 Ben Schmidt
mail_ben_schmidt@... Send Email
Jul 30, 2012
10:05 am
... Despite your detailed instructions, I can't reproduce this. Since your error is 'permission denied', though, my first step would be to check the ownership...
13329 björn
bjorn.winckler@... Send Email
Jul 30, 2012
5:06 pm
... This functionality has not yet been implemented. So unfortunately the only way to get it to work would be to implement gui_mch_flash() inside...
13330 björn
bjorn.winckler@... Send Email
Jul 30, 2012
5:13 pm
... This is not a file permission issue. MacVim registers a named bootstrap server so that Vim processes can connect to the GUI. The above error message is...
13331 Kyle Lippincott
spectral@... Send Email
Jul 30, 2012
6:08 pm
Is there a mac 'lsof' equivalent that might point out what file(s) are open by which processes, and we might be able to figure out what's going on or different...
13332 Douglas Drumond
drumond.douglas@... Send Email
Jul 30, 2012
6:30 pm
2012/7/30 Kyle Lippincott <spectral@...> ... open by which processes, and we might be able to figure out what's going on or different between the two...
13333 Ben Schmidt
mail_ben_schmidt@... Send Email
Jul 31, 2012
4:04 am
... I was wondering whether, though, perhaps the server inherited its owner from a file or something like that. IIRC, I've had strange IAC problems in the past...
13334 Manpreet Singh
manpreet.singh@... Send Email
Aug 3, 2012
6:25 am
The Xcode 4.4 release of a few days ago on Mac Lion (10.7.4) creates MacVim builds which can't create an edit window. vim works fine, gvim just refuses to...
13335 Chip Warden
chip.warden@... Send Email
Aug 3, 2012
5:37 pm
... This appears to be an issue with Xcode 4.4, not MacVim. A solution to your problem is posted at: ...
13336 Manpreet Singh
manpreet.singh@... Send Email
Aug 3, 2012
5:55 pm
... Nope. Does not help if you read further comments. - Manpreet -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply...
13337 Nico Weber
nicolasweber@... Send Email
Aug 4, 2012
4:59 am
... I debugged an issue with the same symptoms a while ago. It happened when I ran `make` (which builds vim) with a different compiler than xcodebuild (which...
13338 Manpreet Singh
manpreet.singh@... Send Email
Aug 4, 2012
5:08 am
... That did the trick. Thank you! - Manpreet -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are...
13339 gmn
dv1445@... Send Email
Aug 4, 2012
9:00 pm
... Yes, "CC=clang ./configure; make -j6" works. But *jeez* it is annoying that special steps have to be taken. Plus, during the compliation of the Vim...
13340 gmn
dv1445@... Send Email
Aug 4, 2012
9:13 pm
I'm sending this here rather than to vim_use because it's a Mac-specific problem, even though it's about the official console vim from Bram's hg repo (aka...
13341 gmn
dv1445@... Send Email
Aug 4, 2012
9:20 pm
... Hey, has anyone else noticed that there is no need for this maneuver at all on Mountain Lion, even though it has XCode 4.4 as well? I know there's a...
13342 Ben Schmidt
mail_ben_schmidt@... Send Email
Aug 5, 2012
2:29 pm
... Hmm. Strange. I've never had any problem building (Mac)Vim against Python, and I certainly don't use --disable-darwin. I suspect I've always been building...
13343 Ben Schmidt
mail_ben_schmidt@... Send Email
Aug 5, 2012
2:31 pm
... Maybe a way to fix this would be to change the XCode project to use a specific version of GCC rather than just the 'default compiler'. Then autotools and...
13344 gmn
dv1445@... Send Email
Aug 5, 2012
4:03 pm
... I forgot to mention that the problem also occurs on Snow Leopard. So it's not a PPC/Intel issue (my Tiger and Leopard machines are PPC). ... I put it...
13345 gmn
dv1445@... Send Email
Aug 5, 2012
4:25 pm
... OK, I just tried --disable-gui in my clone of the MacVim repo, and I get the same python error as before. -gmn ... -- You received this message from the...
13346 björn
bjorn.winckler@... Send Email
Aug 5, 2012
4:46 pm
... I'm guessing that there is a version mismatch between the headers that you build against and the library that is being linked with. In the output you see...
13347 gmn
dv1445@... Send Email
Aug 5, 2012
6:58 pm
... Though I started this thread as a question about BramVim, it now appears to me that the mystery is really about MacVim. Allow me to explain. Examining...
13348 Chen Huang
chinux@... Send Email
Aug 5, 2012
10:34 pm
The latest snapshot seems to use 32 bit rather than 64 bit. Can you post a 64 bit binary? -- You received this message from the "vim_mac" maillist. Do not...
13349 björn
bjorn.winckler@... Send Email
Aug 6, 2012
6:43 pm
... I had to stop building a 64 bit binary due to a bug in the Python interface (it crashes when built as 64 bit). Since I haven't been able to debug the...
13350 Kyle Murphy
kmurph73@... Send Email
Aug 12, 2012
12:30 pm
Scrolling, moving, typing, etc. are all a bit sluggish on the new rMBP. I've moved to native vim in iTerm2 in the meantime, which is quite fast, but I much...
13351 björn
bjorn.winckler@... Send Email
Aug 12, 2012
12:58 pm
... Have you enabled the "Experimental renderer" in the advanced preferences? I don't really know what "retina optimized" entails, but I at least will not be...
13352 Hisashi T Fujinaka
htodd@... Send Email
Aug 12, 2012
9:20 pm
... I don't see any delays. Any more specifics that I could use to try to reproduce your problems? You don't even metion your OS version, do you? -- Hisashi T...
13353 Kyle Murphy
kmurph73@... Send Email
Aug 13, 2012
12:23 am
... Enabling 'experimental renderer' fixed it. Thanks Bjorn. -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below...
13354 Kyle Murphy
kmurph73@... Send Email
Aug 13, 2012
12:25 am
... That did it. Thanks Bjorn (for that and MacVim). -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text...
13355 Sean Hess
seanhess@... Send Email
Aug 14, 2012
1:02 pm
Experimental Renderer fixed it for me. I was only noticing the issue in large MacVim windows. It was fast in small ones. It seemed like a key repeat rate...
13356 Andre
aip.schaefer@... Send Email
Aug 15, 2012
12:23 pm
... Building MacVim via MacPorts does build a very stable 64Bit version. May be that does help you? Just Follow the instructions on http://www.macports.org, *...
13357 Tony Mechelynck
antoine.mechelynck@... Send Email
Aug 16, 2012
1:53 pm
... The port (listed as "vim" some three-fourths down the page of http://www.macports.org/ports.php?by=category&substr=editors&page=2&pagesize=50 ) is...
Messages 13328 - 13357 of 13695   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