Hi all, A couple of people have requested that MacVim be linked against Python 2.5 on Leopard but this presents problems since the binary I release must run on...
björn
bjorn.winckler@...
Nov 1, 2008 4:58 pm
9369
2008/11/1 Jason Foreman <jason@...>:
> On Nov 1, 2008, at 11:57 AM, björn wrote:
>> How is this solved on Windows?
>
> I believe you must have...
George V. Reilly
george@...
Nov 3, 2008 12:42 am
9370
... In case it matters, Python 2.5 on Tiger (from python.org) does not include the dynamically linked shared library. This is so whether one uses the installer...
cfrees@...
Nov 3, 2008 1:58 am
9371
Hi Björn, ... I believe you must have installed the version of Python that your Vim distribution was built with. For standard builds I think this is 2.3....
Jason Foreman
jason@...
Nov 3, 2008 6:04 am
9372
... Hehe. I could have told you that and saved you the trouble. It's come up on one of the Vim mailing lists before. It's not solved on Windows, but IIRC,...
Ben Schmidt
mail_ben_schmidt@...
Nov 3, 2008 6:13 am
9373
... I'm not so sure about that. I do use :python, but only indirectly, by using plugins that use it. As such, if it's good enough for the plugin, it's good...
Ben Schmidt
mail_ben_schmidt@...
Nov 3, 2008 6:28 am
9374
2008/11/2 Ben Schmidt <mail_ben_schmidt@...> ... When I ported the Vim Python interface code to Win64, I looked around for Vim plugins to exercise it,...
George V. Reilly
george@...
Nov 3, 2008 6:48 am
9375
... I expect there are more plugins that use it on non-Windows systems. I think I have a couple installed that use it, but certainly the main one is ...
Ben Schmidt
mail_ben_schmidt@...
Nov 3, 2008 7:14 am
9376
... I don't think it is a feasible solution...e.g. what happens the next time the API changes? No, I think loading Python dynamically is out of the question....
björn
bjorn.winckler@...
Nov 3, 2008 5:55 pm
9377
On Mon, Nov 3, 2008 at 11:55 AM, björn <bjorn.winckler@...> wrote:
> 2008/11/3 Ben Schmidt <mail_ben_schmidt@...>:
>> have separate MacVim...
Jason Foreman
jason@...
Nov 3, 2008 6:11 pm
9378
... What about feature freezing the current 10.4 version and continuing development for 10.5 only? Then you could enable garbage collection which would be...
Matt Tolton
matt@...
Nov 4, 2008 1:47 am
9379
... That sounds reasonable. ... I don't use Tiger, but I don't think dropping Tiger already is a good idea (see e.g. http://update.omnigroup.com/). Nico ...
Nico Weber
nicolasweber@...
Nov 4, 2008 4:51 am
9380
... +1. Real Python-heads can always compile themselves. ... I agree, but I do use Tiger. 10.4.9. :-) Ben. ...
Ben Schmidt
mail_ben_schmidt@...
Nov 4, 2008 10:17 am
9381
I was pestering Bjorn about making python be dynamically loaded, but I went ahead a compiled from source. Easy as pie, plus now I have python 2.5 support :) ...
Panos
panos.laganakos@...
Nov 4, 2008 1:45 pm
9382
Hello, Until some days ago, when I pressed backspace on the beginning of an indented line, the indentation would be reduced by one level, the opposite behavior...
Israel
israelchauca@...
Nov 7, 2008 4:15 pm
9383
... I must have either enabled expandtab or disabled smarttab. If you'd rather have actual tab characters, then :set noexpandtab, otherwise if you want space...
Tobia Conforto
tobia.conforto@...
Nov 7, 2008 4:24 pm
9384
... Jason, feel free to make your own builds available -- I have no objections to this. (Sorry for taking so long to reply to your post!) Björn ...
björn
bjorn.winckler@...
Nov 8, 2008 1:30 am
9385
Hi MacVim devs, thanks for all the work! :-) One question: I found out, that MacVim doesn't support balloon_eval according to some conversation on the list in...
Meikel Brandmeyer
mb@...
Nov 8, 2008 12:57 pm
9386
Hi Meikel, ... It is on my todo list but lately I've kind of busy so it will be a while before I get a chance to look into it. As far as I understand, what is...
björn
bjorn.winckler@...
Nov 8, 2008 2:49 pm
9387
... That was me, and Jigod was the one who put me out of my misery by pointing out that ballooneval wasn't in Mac GUI code. Although he didn't say that it...
Andrew Long
andrew.long@...
Nov 9, 2008 9:30 am
9388
Hi, ... What you are looking for is maybe digraphs. In insert mode <C-k>o: gives me an ö. :digraphs shows the combinations. Sincerely Meikel ...
mb
mb@...
Nov 9, 2008 11:55 am
9389
... That sounds like it... Grüß Gott! And it works. One of the things I find difficulty with in searching the Vim documentation is the many different ways...
Andrew Long
andrew.long@...
Nov 9, 2008 12:08 pm
9390
... I was probably wrong -- balloon_eval does not seem to require netbeans. Nico has told me he is going to look into implementing the balloon_eval feature. ...
björn
bjorn.winckler@...
Nov 9, 2008 2:11 pm
9391
... Well, I've downloaded the netbeans installation and will have look at it, then I'll have a look at the vim code. I'll get back to you in a couple of days. ...
Andrew Long
andrew.long@...
Nov 9, 2008 4:21 pm
9392
Hi, ... No, I'm just looking at balloon_eval for the moment. Andy, regarding combining characters: If you have an english keyboard, you can write a lot of...
Nico Weber
nicolasweber@...
Nov 9, 2008 5:06 pm
9393
... By the way, `:h netbeans-protocol` gives a good overview. You probably can reuse the protocol parsing and handling code for all those messages, but it'...
Nico Weber
nicolasweber@...
Nov 9, 2008 5:10 pm
9394
I'm interested in Python 2.5 support. These instructions don't work for me on Leopard-- /configure --enable-perlinterp --enable-pyttyhoninterp --enable- ...
Kevin Watters
kevinwatters@...
Nov 10, 2008 6:47 am
9395
... pyttyhoninterp?! ... Could you send your src/auto/config.log? That might help track down the problem. ... Maybe send the log for this one too. ... Well,...
Ben Schmidt
mail_ben_schmidt@...
Nov 10, 2008 7:50 am
9396
... Another thing to try (apart from Ben's suggestions) is to do a minimal configure, i.e. start with ./configure --enable-gui=macvim and add flags one at a...
björn
bjorn.winckler@...
Nov 10, 2008 8:47 am
9397
kevins-macbook:vim7 kevin$ ./configure --enable-gui=macvim; make results in sh: /Users/kevin/src/vim7/src/auto/osdef.sh: No such file or directory make[1]: ***...