broken getfontname()

2013-06-18 Thread Bee
Björn getfontname() seems broken is all versions of MacVim I have tried. It returns nothing. This came up in a vim_use thread: Macvim seems not to be reading my .vimrc http://groups.google.com/group/vim_use/browse_thread/thread/1cdf89cd18cbd596/40f5a41c0e30a261#40f5a41c0e30a261 MacVim 7.3 snaps

Re: make distclean fails to remove src/config.cache

2013-06-18 Thread dv1445
On Tue, Jun 18, 2013 at 09:27:17PM +0200, björn wrote: > I think it would be better to figure out why there is a difference > instead of blindly patching. I don't know what causes it though, so I > can't help. Very well then :) To all: don't use the '-C' flag with './configure', or else you will

Re: langmap and remappings

2013-06-18 Thread EGDmitry
That's a good idea, thanks. I just remembered — there was also a weird bug in MacVim so that when Dvorak langmap was applied, a lot of macvim shortcuts like cmd+s stopped working. But I think that one was closed as the one not to be fixed. -- -- You received this message from the "vim_mac" ma

Re: langmap and remappings

2013-06-18 Thread björn
On Tue, Jun 18, 2013 at 6:15 AM, EGDmitry wrote: > Hello folks, > > I am trying to understand how langmap interacts with existing mappings. > Consider this case: I use the suggested cyrillic langmap like this: > > set > langmap=ФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯ;ABCDEFGHIJKLMNOPQRSTUVWXYZ,фисвуапршолдьтщ

Re: latex-suite and Bibtex

2013-06-18 Thread björn
On Sat, Apr 13, 2013 at 6:07 PM, wrote: > > I have a problem with latex-suite in combination with bibtex: > > When I type \cite{ and press F9, the middle window shows the correct entries > of the bib file, but the bottom window show the complete bibtex entry, > instead of the summary with just t

Re: MacVim and Syntastic

2013-06-18 Thread björn
On Fri, Jun 7, 2013 at 2:26 PM, Blake Sweeney wrote: > > I'm getting some strange behavior with MacVim and Syntastic. When Syntastic > finds an error it puts a mark in the sign column, however, once I fix the > error > the mark in the sign column is not removed. I've tried this in just vim and I >

Re: Strange error in 7.3.1148 on Tiger PPC

2013-06-18 Thread björn
On Sun, Jun 9, 2013 at 7:17 AM, wrote: > On Tiger PPC, there is a new error in 7.3.1148 that was not in 7.3.1020 or > earlier. To reproduce, clone a fresh repo and build with > --enable-pythoninterp. Open a MacVim window and do > :py print "hello" > > I see the following error: > > sys:1:

Re: make distclean fails to remove src/config.cache

2013-06-18 Thread björn
On Thu, Jun 13, 2013 at 9:55 PM, wrote: > On Mon, May 27, 2013 at 01:10:58PM -0400, wrote: >> On 05/27/13 at 10:46:11 -0400 gmn wrote: >> > In my opinion, whatever scripts in MacVim that control this ought to >> > be changed so that the result matches BramVim, and config.cache >> > files will go i

Re: Errors printing to console on macvim focus, OSX 10.8.3

2013-06-18 Thread björn
On Tue, Jun 18, 2013 at 12:22 AM, Bion Hart Johnson wrote: > This line is printed to the console every time focus goes to macvim: > > 2013-06-17 15:19:23.453 MacVim[56792:707] didBecomeActive! This message seems to indicate that you have some kind of hack like SIMBL which is injecting code into Ma