Re: macvim attention message

2010-08-14 Thread björn
On 14 August 2010 02:19, framallo wrote: I was wondering how to config macvim to show attention messages like vim on terminal does. Because when macvim shows the mac system dialog I have to leave the keyboard and click a button, except for default action that I can press return If I run vim

Re: window title disspeared

2010-08-14 Thread björn
On 13 August 2010 17:55, James Cox wrote: running the last-but-one beta and it appears i can't make a window title appear at all. I'm trying the -servername tricks, but nothing's showing. I wondered if this sounds familar, and if there are some tricks i should try? I did mvim --servername

Re: MacOS X Carbon GUI build patch for 7.3f

2010-08-14 Thread Bram Moolenaar
LC Mi wrote: For i386 only. Cannot compile current carbon gui code with 64bit. With the patch: diff --git a/src/gui_mac.c b/src/gui_mac.c --- a/src/gui_mac.c +++ b/src/gui_mac.c @@ -4606,7 +4606,7 @@ gui_clear_block(row, gui.scroll_region_left, row +

Re: window title disspeared

2010-08-14 Thread björn
your message I cannot quite divine what the exact problem is. Care to elaborate? I did the same thing and i get an empty window title: http://idisk.me.com/imajes/Public/Pictures/Skitch/187x46-20100814-100615.png i start with nothing, and then when i resize the window, i get the new

Re: window title disspeared

2010-08-14 Thread björn
On 14 August 2010 19:00, James Cox wrote: On Sat, Aug 14, 2010 at 10:37 AM, björn wrote: Sounds like some plugin or option is interfering, did you try mvim -u NONE --servername test ?  Take a look at [1] as well. thanks- yeah, that's it. What should i be grepping for to figure out the

Re: MacOS X Carbon GUI build patch for 7.3f

2010-08-14 Thread Bram Moolenaar
Björn Winckler wrote: On 14 August 2010 21:55, Bram Moolenaar wrote: LC Mi wrote: Another configuration issue is --with-mac-arch=i386 doesn't work on 10.6. --with-mac-arch=i386 completely fails. The default build is x86_64, but gui_mac.c doesn't work with 64bit build. So my

Re: MacOS X Carbon GUI build patch for 7.3f

2010-08-14 Thread björn
On 14 August 2010 22:07, Bram Moolenaar wrote: Björn Winckler wrote: On 14 August 2010 21:55, Bram Moolenaar wrote: LC Mi wrote: Another configuration issue is --with-mac-arch=i386 doesn't work on 10.6. --with-mac-arch=i386 completely fails. The default build is x86_64, but

Re: MacOS X Carbon GUI build patch for 7.3f

2010-08-14 Thread Bram Moolenaar
Björn Winckler wrote: On 14 August 2010 22:07, Bram Moolenaar wrote: Björn Winckler wrote: On 14 August 2010 21:55, Bram Moolenaar wrote: LC Mi wrote: Another configuration issue is --with-mac-arch=i386 doesn't work on 10.6. --with-mac-arch=i386 completely fails.

Re: MacOS X Carbon GUI build patch for 7.3f

2010-08-14 Thread björn
On 15 August 2010 00:07, Bram Moolenaar wrote: Björn Winckler wrote: This does not look good (in os_macosx.m): #if defined(FEAT_CLIPBOARD) !defined(FEAT_GUI) It means the clipboard code will not get included when I compile MacVim (since it defines FEAT_GUI).  I think you meant

Re: window title disspeared

2010-08-14 Thread James Cox
On Sat, Aug 14, 2010 at 1:39 PM, björn bjorn.winck...@gmail.com wrote: On 14 August 2010 19:00, James Cox wrote: On Sat, Aug 14, 2010 at 10:37 AM, björn wrote: Sounds like some plugin or option is interfering, did you try mvim -u NONE --servername test ?  Take a look at [1] as well.