Updated list of features to vote on

2010-10-20 Thread Bram Moolenaar

Now that Vim 7.3 has been released, these features no longer need your
votes, as they have been included:

- add the conceal patch from Vince Negri
- add a strong encryption method
- Add the relative numbers patch by Markus Heidelberg
- add persistent undo: undo is still possible after exiting Vim

I have removed these items.  If you voted on them, you should now use
your votes for other features.  You can update them here, after logging
in: http://www.vim.org/sponsor/vote.php

You can see the voting results on this page:
http://www.vim.org/sponsor/vote_results.php


You haven't voted yet, or your voting rights have expired?  See this
page on how to be able to vote for Vim features:
http://www.vim.org/sponsor/index.php

All the donated money goes to Uganda to help poor children in Kibaale,
see http://iccf-holland.org/

-- 
FATHER: One day, lad, all this will be yours ...
PRINCE: What - the curtains?
 Monty Python and the Holy Grail PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\download, build and distribute -- http://www.A-A-P.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php


Cannot compile on Leopard with Python support

2010-10-20 Thread Philipp
Hi,

unfortunately I can't compile with Python 2.7 support which is
installed through Homebrew.

./configure --with-features=huge --enable-rubyinterp --enable-
pythoninterp --enable-perlinterp --enable-cscope

But running :python import sys; print sys.version always gives me
2.5.2 which is the default system wide python. Mac OS X 10.5.8.

Python flags from my config.mk:

PYTHON_SRC  = if_python.c
PYTHON_OBJ  = objects/if_python.o
PYTHON_CFLAGS   = -I/usr/local/bin/../Cellar/python/2.7/include/
python2.7
PYTHON_LIBS = -framework Python 67 PYTHON_CONFDIR  = /usr/local/bin/../
Cellar/python/2.7/lib/python2.7/config
PYTHON_GETPATH_CFLAGS = -DPYTHONPATH=':/usr/local/Cellar/python/2.7/
lib/python2.7/site-packages/distribute-0.6.14-py2.7.egg:/usr/local/
Cellar/python/2.7/lib/python2.7/site-packages/pip-0.8.1-py2.7.egg:/
usr/local/Cellar/python/2.7/lib/python27.zip:/usr/local/Cellar/
python/2.7/lib/python2.7:/usr/local/Cellar/python/2.7/lib/
python2.7/plat-darwin:/usr/local/Cellar/python/2.7/lib/python2.7/
plat-mac:/usr/local/Cellar/python/2.7/lib/python2.7/plat-mac/lib-s
criptpackages:/usr/local/Cellar/python/2.7/lib/python2.7/lib-tk:/usr/
local/Cellar/python/2.7/lib/python2.7/lib-old:/usr/local/Cellar/
python/2.7/lib/python2.7/lib-dynload:/usr/local/Cellar/python/2.7/
lib/python2.7/site-packages:/usr/local/lib/python2.7/site-packages:/
usr/lo
cal/Cellar/python/2.7/lib/python2.7/site-packages/
setuptools-0.6c11-py2.7.egg-info' -DPREF
IX='/usr/local/bin/../Cellar/python/2.7' -DEXEC_PREFIX='/usr/
local/bin/../Cellar/python/
2.7'

Thank you

-- 
You received this message from the vim_mac maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php