I don't know if this is a bug, or even if it is, whether it's a bug in MacVim, but it is of interest. To reproduce: 0. Have MacVim as an open app (there...
13320
gmn
dv1445@...
Jul 19, 2012 5:15 pm
The following seems like a bug, but it's only a minor irritant and is not worth the effort to fix just for its own sake. But on the off chance it's really a...
13321
grussell86
grussell86@...
Jul 19, 2012 10:23 pm
... Thanks all. I didn't realise Carbon was outdated which seems to be the root of the problem. I have now built and installed the MacVim successfully. -- You...
13322
Cong Zhang
aftonzhang@...
Jul 20, 2012 1:40 am
Hi guys, I have a question about the fortran plugin: fortran_codecomplete.vim. I tried to install this following the instructions from here: ...
13323
björn
bjorn.winckler@...
Jul 23, 2012 6:29 pm
... It sounds to me like you have two versions of MacVim.app on your hard drive. This causes problems because Mac OS X happily opens any one of them at random...
13324
björn
bjorn.winckler@...
Jul 23, 2012 6:40 pm
... I have seen messages like this pop up in the past (or at least mentions thereof). They are logged from inside a system framework so I can't stop them from...
13325
dv1445@...
Jul 23, 2012 7:51 pm
... No, sorry, I don't have more than one version on my Mac. Indeed, this is not the case on any of my Macs, which run 10.4, 10.5, and 10.7. I *did*, on one...
13326
gmn
dv1445@...
Jul 23, 2012 8:37 pm
... No problem. ... I do that to distinguish between running, in the terminal, the 'Vim' binary located inside MacVim.app on the one hand, and a 'vim' binary...
13327
rocketman
tobin@...
Jul 30, 2012 12:22 am
I have been unable to get a visual bell to work with mvim. Full details are here: ...
13328
Ben Schmidt
mail_ben_schmidt@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...