... I am not sure which versions have this trouble: I am pretty sure that you will have trouble with the Carbon GUI on OS X, I am not sure about a terminal...
Benji Fisher
benji@...
Jan 3, 2004 2:29 pm
1241
Fixing bugs and adding new features takes a lot of effort. For the past two years I have attempted to do this next to a full-time job. During that time the...
Bram Moolenaar
Bram@...
Jan 7, 2004 10:01 am
1242
... I just tried it. With the minimal version that comes with OS X.iii (Panther) both ... and ... return nothing. With the Carbon version that I compiled, %...
Benji Fisher
benji@...
Jan 12, 2004 2:55 pm
1243
Vim + Mac fans: While trying to compile a new version of vim for OS X, I started getting internal errors from gcc and bzip2. I think I have hardware problems....
Benji Fisher
benji@...
Jan 12, 2004 4:31 pm
1244
... Thanks for replies. m. -- LaTeX + Vim = http://vim-latex.sourceforge.net/ Vim-list(s) Users Map: (last change 12 Dec) http://skawina.eu.org/mikolaj/vimlist...
Mikolaj Machowski
mikmach@...
Jan 12, 2004 6:15 pm
1245
... I have received a gratifying response to those requests, off list. Thanks to all who replied. I will put together a convenient package and contact one or...
Benji Fisher
benji@...
Jan 13, 2004 1:02 am
1246
Doh! Sorry, I wasn't watching! ... I can tackle this one, I think. Zope provides a tool called a ZWiki. Let's start there and if it's not enough, I can set...
Patrick Curtain
patrick@...
Jan 13, 2004 1:27 am
1247
... Last I checked, Plone ( http://www.plone.org/ ) was the easiest "zope installer" for OS X, and from what I remember it comes with all sorts of goodies.....
Bob Ippolito
bob@...
Jan 13, 2004 1:28 am
1248
Last week the possibility to sponsor Vim was created. A reaction was that bosses and bookkeepers might not like the terms "sponsoring" and "donation", but...
Bram Moolenaar
Bram@...
Jan 13, 2004 5:15 pm
1249
Mac Vim fans: Thanks to Ken Scott, there is a new binary of Vim.app available at http://macvim.swdev.org/OSX/#Downloading Since it was compiled with Python...
Benji Fisher
benji@...
Jan 14, 2004 2:16 am
1250
... I tried it on 10.2 (still don't have 10.3) and got this error message: dyld: Vim can't open library: /usr/lib/libiconv.2.dylib Is that a new library in...
Bram Moolenaar
Bram@...
Jan 14, 2004 10:12 am
1251
At 8:17 PM -0600 on Tuesday, January 13, 2004, Benji Fisher ... I tried putting "set transparency=235" in my .vimrc, but transparency doesn't take effect; I...
Emily Jackson
m5computing@...
Jan 14, 2004 12:09 pm
1252
... I would expect this version to have problems on 10.2 because of the Python libraries, but I suppose this is also a problem. Yes, 10.3 seems to come with...
Benji Fisher
benji@...
Jan 14, 2004 1:04 pm
1253
... Among other things. It's pretty hard to build something +python that works on 10.2 and 10.3 without actually including Python itself (which is possible...
Bob Ippolito
bob@...
Jan 14, 2004 1:09 pm
1254
... I can confirm this. The option has been set, but does not seem to have any effect. Here is a work-around: au VimEnter * set transparency=235 --Benji...
Benji Fisher
benji@...
Jan 14, 2004 1:14 pm
1255
... Should we move in this direction? That is, should we make the binary distribution for OS X as portable as possible? It would be simpler to have two...
Benji Fisher
benji@...
Jan 14, 2004 3:28 pm
1256
... I think that this route is good for Mac OS users, to embed the scripting languages. It wouldn't be quite as problematic if Apple didn't make so many...
Bob Ippolito
bob@...
Jan 14, 2004 3:37 pm
1257
... If someone can talk me through modifying the configure script, I'll try building it to accept the threaded perl, and see if it can do basic things or not. ...
Ken Scott
kscott-list@...
Jan 14, 2004 5:07 pm
1258
Maybe this should be glaringly obvious to me, but why is it that when I 'set alias' in my vimrc, it doesn't actually set? It works fine when I do it once in...
Ricardo SIGNES
rjbs-vim-mac@...
Jan 15, 2004 9:32 am
1259
... I asked the MacPython expert about this. His reaction was that it's not a good idea to include Python for 10.3. For 10.2 installing a recent MacPython...
Bram Moolenaar
Bram@...
Jan 15, 2004 12:16 pm
1260
... You mean 'anti', not 'alias', right? When I announced the binary with +antialias , I said ... I will add a shorter note to the same effect on the web page....
Benji Fisher
benji@...
Jan 15, 2004 7:27 pm
1261
* Benji Fisher <benji@...> [2004-01-15T14:27:28] ... Ah. I meant to go back and read the announcement for possible explanations, but I'd deleted...
Ricardo SIGNES
rjbs-vim-mac@...
Jan 16, 2004 12:19 pm
1262
... The next time we compile, it will be fixed. This was just a problem with my being one step behind Peter Cucka, who produced the antialias patch. As soon...
Benji Fisher
benji@...
Jan 16, 2004 12:48 pm
1263
... Tweaking the configure script is not easy. I prefer to leave that for people who understand autoconf. As for perl, I assume there is a reason not to link...
Benji Fisher
benji@...
Jan 16, 2004 12:52 pm
1264
... I do not know why Perl without threads is refused. There is an explicit configure check for it, thus there must be a good reason. But perhaps it was only...
Bram Moolenaar
Bram@...
Jan 16, 2004 1:05 pm
1265
... I did this; the only warning I saw was a warning for an unused variable. At the end, near the ld steps, I was getting a message that /usr/local/lib does...
Ken Scott
kscott-list@...
Jan 16, 2004 4:12 pm
1266
... The patch that added the configure check for threads is 6.1.438, made by Aron Griffis. I'll include him in the copy list. Aron, can you tell us how to...
Bram Moolenaar
Bram@...
Jan 16, 2004 6:58 pm
1267
Hi, Have other Mac Vim users noticed an issue with linewise yank/put? In particular, after doing a yy and a following p, the put isn't line-oriented, but...
Michael DeMoney
Michael.Demoney@...
Jan 16, 2004 8:50 pm
1268
... I just tried this with 6.181 and it worked fine. How did you notice the difference? All I did was do yyp with the cursor in the middle of the line. I also...
Stephen Riehm
stephen.riehm@...
Jan 16, 2004 8:55 pm
1269
... I've tracked it down to having this line in my .vimrc set clipboard=unnamed Without that line everything works fine; with it, I notice the behavior...