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 322 - 351 of 13671   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
322 david craig
dac@... Send Email
Oct 15, 2001
5:09 pm
I'd like vim available in terminal. Any guidance would be appreciated. This is separate (or is it?) from a carbonized version of MacVIM. [My perspective is...
323 Ken Scott
kscott-list@... Send Email
Oct 15, 2001
5:16 pm
If you have the Developer Tools installed, then having vim in Terminal is simple. Just download the current Unix source code, expand it somewhere (your home...
324 Eugene Lee
eugene@... Send Email
Oct 15, 2001
6:38 pm
... 1) making a working directory $ mkdir vim-work $ cd vim-work 1) download the source $ curl -O ftp://ftp.us.vim.org/pub/vim/unix/vim-6.0-rt1.tar.gz $ curl...
325 Benji Fisher
benji@... Send Email
Oct 16, 2001
2:31 am
... [6 steps snipped] Thanks for the detailed instructions. For those who do not have the "developer tools" installed (tsk, tsk) there are pre-compiled...
326 Eugene Lee
eugene@... Send Email
Oct 16, 2001
5:17 am
... No problemo. I'm waiting for a version of MacVim that can be compiled with Apple's Developer Tools to make a nice Cocoa app. :) -- Eugene Lee ...
327 Ken Scott
kscott-list@... Send Email
Oct 16, 2001
2:43 pm
... The current Vim source code (if you include the extra archive) is supposed to build a Carbon version of Vim. In my experience, this is technically true --...
328 gmark@... Send Email Oct 16, 2001
11:25 pm
... I must be missing something. I've been using it in terminal, but haven't been able to get an OSX-native desktop icon VIM. Mark...
329 Ken Scott
kscott-list@... Send Email
Oct 19, 2001
12:01 am
... I have not been able to build a functioning gvim for Mac OS X either. I am hopeful that the Carbon version will start behaving for me. Ken -- <>< Ken...
330 Eugene Lee
eugene@... Send Email
Oct 19, 2001
12:24 am
... Gvim is an X11 app. It runs fine if you have XFree86 and XDarwin installed. But this is not the same thing as a Cocoa/Carbon app that runs native on OS...
331 Benji Fisher
benji@... Send Email
Oct 19, 2001
5:29 am
... This is different from the 'runtimepath&#39; option. ... This is the opposite of what I see. I want $VIM to be set to /path/to/vim, but it is set to...
332 Dany St-Amant
dany.stamant@... Send Email
Oct 21, 2001
2:13 am
Hi, On MacOS X, I encountered a small problem in mbyte.c. It was due to the fact that the environment variable LANG is not set under MacOS X. A patch avoiding ...
333 Eugene Lee
eugene@... Send Email
Oct 21, 2001
9:48 am
... My LANG is by default set to "en", but I'm using /bin/bash (which I built myself a while ago). And even when I unset LANG, I don't get any kind of crash....
334 Bram Moolenaar
Bram@... Send Email
Oct 21, 2001
11:12 am
... Good point. This may happen on more systems, especially if setlocale() isn't supported. I notice the comment for this function is also wrong. I'll make a...
335 Gregory Seidman
gseidman@... Send Email
Oct 24, 2001
12:12 am
Hey there. I'm trying to get ramped up on the vim codebase so I can achieve the following goals: 1) a frontend for OpenStep/GNUstep/MacOS X, comparable to the...
336 Benji Fisher
benji@... Send Email
Oct 24, 2001
2:07 am
... Now that there is a version of OS X that seems to work (for me) I would like to see a GUI vim for it. (If only my poor old NeXT had lived to see this!) ...
337 Dany St-Amant
dany.stamant@... Send Email
Oct 24, 2001
2:57 am
... Vim 6.0 under MacOS X can be compiled out-of-the-box from Terminal.app, with XonX (I only tried the Athena Widget), and with Carbon (need patch 6.0.018). ...
338 Eugene Lee
eugene@... Send Email
Oct 24, 2001
4:30 am
... [...] ... Actually, I would prefer a Cocoa port instead of a frontend. And if this could be done, a simple frontend to launch the Cocoa app would be ...
339 Bram Moolenaar
Bram@... Send Email
Oct 24, 2001
9:20 am
... Oh, you have my support for attempting to implement this, trying various alternatives and showing how it works. But I won't include anything unless I'm...
340 Zdenek Sekera
zs@... Send Email
Oct 24, 2001
12:37 pm
... That already should take care of a few of your weekends, Greg :-) But, no doubt, it would be a great feature. ... E.g. can't edit the same file in...
341 Benji Fisher
benji@... Send Email
Oct 25, 2001
1:21 pm
... [snip] ... I can conform that it is easy to compile a terminal-only version using terminal.app under Mac OS X.1. ./configure, make, make install. Can you...
342 Benji Fisher
benji@... Send Email
Oct 25, 2001
1:39 pm
... Here is a modification of Eugene Lee's instructions. The main changes are to the method of applying patches (which still gives some warning messages, I am...
343 Eugene Lee
eugene@... Send Email
Oct 25, 2001
5:58 pm
... I didn't use the interactive FTP method, because I don't know how many people actually know how to use the command-line FTP client. ... The "11" needs to...
344 Benji Fisher
benji@... Send Email
Oct 25, 2001
6:25 pm
... [snip] ... I still think it should be -p2. Maybe I am wrong: yesterday was my first experience using the patch program, and I had to spend some time with...
345 Eugene Lee
eugene@... Send Email
Oct 25, 2001
7:12 pm
... The README in the patches directory suggests this: Before patching, change to the top Vim directory, where the "src" and "runtime" directories are located....
346 Ken Scott
kscott-list@... Send Email
Oct 25, 2001
7:17 pm
... FWIW, I've always done "patch -p0 < blah" from the top level vim directory (vim60 these days) and have never had a problem. Thanks for the for snippet to...
347 Dany St-Amant
dany.stamant@... Send Email
Oct 26, 2001
2:50 am
... I haven't yet tried to compile a Carbon version from the Terminal.app. I'll take a look at how Project Builder do the compilation to see what I can do, but...
348 Benji Fisher
benji@... Send Email
Oct 26, 2001
11:39 am
Dany: Thanks for the reply, not to mention all the work you do! ... It is not that important; I can use PB. I only asked because I mis-read what you said...
349 Dany St-Amant
dany.stamant@... Send Email
Oct 29, 2001
2:47 am
... I did some retesting and the support for the ! is partial. There's a comment in os_mac.h which mention that the output of the shell go into the debugger....
350 Dany St-Amant
dany.stamant@... Send Email
Oct 31, 2001
4:43 am
... The discussion is around using the Carbon MacOS X version, with some extra unix support (-DMACOS_X_UNIX). So it doesn't apply to your situation. Not being...
351 Gregory Seidman
gseidman@... Send Email
Oct 31, 2001
5:12 am
Has anyone prepared a package containing vim and gvim binaries compiled against Carbon with MacOS X unix support? If someone has done so, it would be great if...
Messages 322 - 351 of 13671   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