The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
3720
mythily
smythily@...
Mar 9, 2006 12:47 pm
hi, I'm having the Vim6.2.It was working fine for these adys. But i'm trying to copy a file from one location to other using java program.Today i got the fault...
3721
mikmach@...
Mar 13, 2006 2:14 am
Requested file....
3722
Chris Allen
c.d.allen@...
Mar 13, 2006 10:24 am
On 3/9/06, mythily <smythily@...> wrote: This one has languished here long enough, I'll have a stab at it. ... Okay, so, your basic problem is that you've...
3723
Chris Allen
c.d.allen@...
Mar 14, 2006 9:52 am
The GUI build seems to have recently stopped working for me when using the zip file snapshot releases. Here's some log context + error: mkdir -p Vim.app ...
3724
Jussi Hagman
jhagman@...
Mar 14, 2006 11:03 am
... I'm puzzled. os_mac.rsr.hqx is a binary encoded resource file that we use in the mac GUI version of vim. There is and should not be any special make rules...
3725
Chris Allen
c.d.allen@...
Mar 14, 2006 11:09 am
... Interesting. This file exists in the archive, and when unzipped via unzip -L. It does not exist when unzipped through Stuffit Expander (as is the default...
3726
Jussi Hagman
jhagman@...
Mar 14, 2006 12:02 pm
... Oh, Stuffit. :) I had completely blocked it from my conscious mind. It does not ship with OS X 10.4 any more and there is actually no reason for using it...
3727
Chris Allen
c.d.allen@...
Mar 14, 2006 12:18 pm
... Really? I didn't know that. Of course, the command line utilities are always perfectly, good, too. ... Thanks, I'll pass, though. I think I'll stick...
3728
Chris Allen
c.d.allen@...
Mar 14, 2006 1:05 pm
... Well, that's interesting. I've just re-checked that I checked properly, and it definitely works correctly for me: sylph:~ chrisa$ export...
3729
service@...
Mar 14, 2006 5:52 pm
3730
Jeremy Conlin
jeremit0@...
Mar 14, 2006 7:33 pm
I have the latest snapshot of vim7 running on my Intel Mac. I think there is a bug in the matchparen.vim plugin. I have a C++ file and whenever I get to "}"...
3731
Bram Moolenaar
Bram@...
Mar 14, 2006 10:17 pm
... It looks like you have 'compatible39; not set but do have the 'C' flag in 'cpoptions39;. A bit strange, but it can happen. If this is the problem then this...
3732
ron@...
Mar 15, 2006 1:02 am
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
3733
service@...
Mar 15, 2006 2:37 pm
3734
Jeremy Conlin
jeremit0@...
Mar 15, 2006 2:39 pm
... You are right that I have compatible set. To my knowledge I have not changed cpoptions, I still don't know exactly what it does but that doesn't matter...
3735
Bram Moolenaar
Bram@...
Mar 16, 2006 12:20 pm
Benji and others, ... In the latest snapshot I have made it like this. I did a little bit of testing and it appears to work. I also noticed that "make...
3736
Chris Allen
c.d.allen@...
Mar 16, 2006 12:44 pm
... There's a little problem with the current snapshot, in that it installs a Unix-style non-GUI build into /Applications, too. Thanks, Chris Allen...
3737
Alan Schmitt
alan.schmitt@...
Mar 16, 2006 12:54 pm
... Great news. How long before it propagates to the aap version? (I think you said once it took some time to update the aap, but I'm not sure why.) Alan -- ...
3738
Bram Moolenaar
Bram@...
Mar 16, 2006 1:29 pm
... Should it only be used when building for Carbon? -- hundred-and-one symptoms of being an internet addict: 135. You cut classes or miss work so you can stay...
3739
Bram Moolenaar
Bram@...
Mar 16, 2006 1:31 pm
... I don't know when I'm going to update the Aap recipe, it's not a priority for me. -- hundred-and-one symptoms of being an internet addict: 137. You decide...
3740
Chris Allen
c.d.allen@...
Mar 16, 2006 1:34 pm
... I would say so. Having /Applications/man /Applications/share and /Applications/bin appear is rather unpleasant when you are expecting a Unix-style...
3741
george@...
Mar 17, 2006 5:30 am
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
3742
ron@...
Mar 19, 2006 4:20 am
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment....
3743
PayPal Security Service
service@...
Mar 20, 2006 3:02 pm
Spam detection software, running on the system "kumar.ltc.sk", has identified this incoming email as possible spam. The original message has been attached to...
3744
Kaya Bekiroglu
kaya@...
Mar 21, 2006 2:22 am
The correct gcc flag for i386 compilation is '-arch i386', not '-arch intel'. Personally I don't feel that "intel" should be an architecture (even if the...
3745
Kaya Bekiroglu
kaya@...
Mar 21, 2006 4:58 am
Let's try that without the attachment, which was mysteriously eaten: Index: src/INSTALLmac.txt ...
3746
Alan Schmitt
alan.schmitt@...
Mar 22, 2006 10:34 am
I have just compiled Vim.app on a Mac, and I have a couple quick comments: /Applications/Vim.app/Contents/Resources/vim/bin/Vim -u NONE -esX -c "helptags ." -c...
3747
Bram Moolenaar
Bram@...
Mar 22, 2006 11:12 am
... Can you explain how you managed to get the executable name "Contents/Resources/vim/bin/Vim"? It doesn't happen for me. What configure options did you use...