Can you share a configure line that shows transparency working with 10.6 SDK? I like to build form source and would like Python 2.6 supported.
Today I did a git pull, ran this ./configure --enable-perlinterp --enable-pythoninterp --enable-rubyinterp --with-features=huge --enable-gui=macvim --with-tlib=ncurses --enable-multibyte --with-python-config-dir=/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config and got Python 2.6 and 10.6 SDK but weird transparency (text was grey but the background wasn't see-through). I've enabled CoreText in the Advanced Preferences panel too. TIA -C 2009/11/22 björn <[email protected]> > > Hi, > > I have uploaded a new snapshot of MacVim.app to > > http://code.google.com/p/macvim/wiki/Snapshot > > This is the first release to include the Core Text renderer (which has > been living in a feature branch for quite some time). This renderer > is almost an order of magnitude faster than the default renderer and > this is particularly noticeable when editing in full-screen mode. It > relies on Vim to handle drawing of composing characters which means > more predicable behavior (compared with other Vim GUIs) but this also > means that even if a font has special glyphs which includes the > composing characters these will not be used. Thus the default > renderer may look better if you are editing scripts will lots of > composing characters. Also, there are still some display issues that > I have not yet managed to fix (e.g. try ":set go+=l" or resizing with > the mouse, to see what I mean). On the flip side, transparency is > supported on 10.6 (only matters if you compile your own binary), > undercurls (as well as underlines) are supported, modeless selection > works, and probably other stuff that I can't think of right now. > > Anyway, to try out the Core Text renderer, simply go in to the > Advanced preferences and make sure the "experimental renderer" is > ticked. I use it exclusively these days. > > Changes since snapshot 50: > > * Fixed a bug which could lead to crashes when closing windows (Issue 129) > * Fix window tiling when using multiple monitors > * The NSRepeatCountBinding user default has no effect in MacVim > * Setting 'lines' and 'columns' in .vimrc works again > * Added the Core Text renderer > * Rearranged the Advanced preferences pane > > > Note that automatic updating is still disabled. I'll add it back > someday, but at the moment I do not have the energy to (I'd rather do > fun stuff when I have some free time to work on MacVim). > > Björn > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
