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...
Show off your group to the world. Share a photo of your group with us.

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 6145 - 6174 of 10989   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6145
Hi, attached is a patch that lets MacVim write to protected directories (for example /Library/InputManagers). The first two commits add a class called...
Nico Weber
nicolasweber@...
Send Email
Feb 1, 2008
10:43 am
6146
I do a :version and it is the one by bjorn...still no native tabs. I have the latest download. Robert ... --~--~---------~--~----~------------~-------~--~----~...
Robert Hicks
sigzero@...
Send Email
Feb 1, 2008
11:41 am
6147
... What do you mean with native tabs? Are you using Tiger or Leopard? What's the output of `:set guioptions?`? Can you post a screenshot of how MacVim looks...
Nico Weber
nicolasweber@...
Send Email
Feb 1, 2008
1:23 pm
6148
... Crap it is the guioptions! I had to reset some things and I put: set go=Acgtm that is from a site that I use to help me customize my .vimrc and .gvimrc. I...
Robert Hicks
sigzero@...
Send Email
Feb 1, 2008
2:44 pm
6149
... Thanks! Robert --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit...
Robert Hicks
sigzero@...
Send Email
Feb 1, 2008
2:58 pm
6150
... Compiling a universal binary with all the languages works fine, but linking fails. I've copied the output from the linking stage. It seems like some...
björn
bjorn.winckler@...
Send Email
Feb 1, 2008
6:31 pm
6151
... It looks like it's picking up your mac ports libs, which aren't ... I guess I missed a step in the description of what I did to make the build. The first...
Bem Jones-Bey
bem@...
Send Email
Feb 1, 2008
6:58 pm
6152
... Thanks for the suggestions, but I'd rather not have to enable another user etc. Does anybody know how to make ld look in the right place for libraries?...
björn
bjorn.winckler@...
Send Email
Feb 1, 2008
7:35 pm
6153
... I would not encourage fixed paths like this since an app bundle is supposed to be able to be moved around (of course, if you move the app bundle to some...
björn
bjorn.winckler@...
Send Email
Feb 1, 2008
8:42 pm
6154
... I've managed to figure out that it is the configure script that points the linker to the MacPorts libraries (in /opt/...). Removing '/opt/local/bin' and...
björn
bjorn.winckler@...
Send Email
Feb 1, 2008
8:47 pm
6155
... That should have said: "Removing '/opt/local/bin' from $PATH and then running configure takes care of the problem. Sorry, Björn ...
björn
bjorn.winckler@...
Send Email
Feb 1, 2008
8:49 pm
6156
Hi, ... it's just one patch this time. Attached. Nico --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac"...
Nico Weber
nicolasweber@...
Send Email
Feb 2, 2008
11:51 am
6157
... I just managed to get a successful build with my normal user account. I used the following shell script to do it (invoked from the root directory of my git...
Bem Jones-Bey
bem@...
Send Email
Feb 2, 2008
9:52 pm
6158
greetings, i love full screen mode. after a while though, i get stuck in it. hitting ⇧⌘F doesn't do anything. using the mouse to activate the menu and...
itodd
charged2885@...
Send Email
Feb 3, 2008
5:20 am
6159
On 03/02/2008, itodd <charged2885@...> wrote: > > greetings, > > i love full screen mode. after a while though, i get stuck in it. > hitting ⇧⌘F...
björn
bjorn.winckler@...
Send Email
Feb 3, 2008
11:31 am
6160
... Bem, Thanks for your help, but unfortunately I still get the same error when linking: /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: for architecture i386 ...
björn
bjorn.winckler@...
Send Email
Feb 3, 2008
12:18 pm
6161
... Yes, mine only contains the ppc binary. I though maybe there'd be a universal version somewhere under /Developer but I couldn't find anything at all...
björn
bjorn.winckler@...
Send Email
Feb 3, 2008
4:34 pm
6162
... Yeah, you're right. I missed that in the output in your earlier mail. Hopefully Ben's suggestions help. I just checked with a friend of mine that has a PPC...
Bem Jones-Bey
bem@...
Send Email
Feb 3, 2008
5:03 pm
6163
... I see, I thought it a bit strange that Python would work and not Perl... ... Yes, that is true. But annoying. I compiled Perl 5.8.8 manually as a...
björn
bjorn.winckler@...
Send Email
Feb 3, 2008
7:22 pm
6164
Björn, I'm not on the latest snapshot. I built it myself but didn't clone the 0801A branch. I'll rebuild and test again. :set nofu worked btw. it got me out. ...
itodd
charged2885@...
Send Email
Feb 3, 2008
9:22 pm
6165
Björn, I'm not on the latest snapshot. I built it myself but didn't clone the 0801A branch. I'll rebuild and test again. :set nofu worked btw. it got me out. ...
itodd
charged2885@...
Send Email
Feb 3, 2008
9:23 pm
6166
Hi, thanks to the dev. It looks really nice. Would it be possible to add a slightly bigger margin on the left. I always have the feeling letters are falling...
Mike
sinflut@...
Send Email
Feb 3, 2008
11:29 pm
6167
... Hi Mike, check out http://code.google.com/p/macvim/wiki/UserDefaults , MMTextInsetLeft is what you're looking for. If you do `:set number`, the "real" text...
Nico Weber
nicolasweber@...
Send Email
Feb 3, 2008
11:32 pm
6168
... Something related to menu handling was fixed in 801, so updating will likely fix it for you. Nico --~--~---------~--~----~------------~-------~--~----~ You...
Nico Weber
nicolasweber@...
Send Email
Feb 4, 2008
12:09 am
6169
... Why doesn't one of us with an Intel machine just tar/zip up our universal /System/Library/Perl along with /usr/bin/perl* and send it to you? You can backup...
Ben Schmidt
mail_ben_schmidt@...
Send Email
Feb 4, 2008
2:00 am
6170
Hello all, Setting up transparency works real nicely when I do it by hitting colon. When I put something like "set transparency=10" in my .gvimrc, it doesn't...
dv1445@...
Send Email
Feb 4, 2008
2:08 am
6171
Hello all, Like some, I despise the <Esc> key. I also despise, given my Mac use, the <Ctrl> key. I use Tiger to make CapsLock into Ctrl, no problem. But I...
dv1445@...
Send Email
Feb 4, 2008
3:05 am
6172
... This is to be expected. The codes that console Vim is sent by the terminal program tend not to be distinct for keys with and without modifiers, so Vim has...
Ben Schmidt
mail_ben_schmidt@...
Send Email
Feb 4, 2008
3:22 am
6173
... I did this as prescribed, and vim shows me this: ^@ What does that mean? I did h: @ and it looks like the @ sign has something to do with registers, which...
dv1445@...
Send Email
Feb 4, 2008
3:58 am
6174
... ^@ means ctrl-@, and at :help i_CTRL-@ we find what this ordinarily does: "Insert previously inserted text and stop insert." So that definitely explains...
Ben Schmidt
mail_ben_schmidt@...
Send Email
Feb 4, 2008
4:08 am
Messages 6145 - 6174 of 10989   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