Re: Odd bug when moving MacVim from one monitor to another

2013-08-02 Thread dacresni
that's just wierd When I move my MacVim session from my laptop monitor onto an external, the entire window goes white. The text fills in normally as I move the cursor. This is using MacVim 7.3.latest from Homebrew.  About MacVim shows: Custom Version 7.3 (66) Thanks

Re: Swap file warning dialogue box options -- can't use keyboard!

2013-08-02 Thread dacresni
On Thursday, August 1, 2013 4:22:29 PM UTC-5, Brent wrote: Whenever the swap file warning dialogue box pops up, I can't use tab to go to the different options, I have to use my mouse. Am I missing something? I don't think you can tab through buttons on Mac OS. I wish you could. The

Re: Conditional statement in .vimrc to check if gui or terminal version

2012-10-16 Thread dacresni
On Tuesday, October 16, 2012 4:28:44 AM UTC-5, Aaron Cruz wrote: Also, is there a reason you don't put solarized settings in gvimrc? It might simplify things for you. I didn't know this was a thing. My only issue of separation is that solarized on terminal mode doesn't work for me in

clewn macvim or vim on snow leopard

2012-01-20 Thread dacresni
I'm trying to build Clewn on snow leopard, has anyone else tried? I get this message and I'm not very familear with the vim code base config.status: creating Makefile config.status: WARNING: Makefile.in seems to ignore the --datarootdir setting config.status: creating runtime/Makefile

Re: Taking cues from iA writer

2011-07-08 Thread dacresni
I don't quite see how it doesn't fit but, do tell. https://lh5.googleusercontent.com/-8vxELVoUxCI/Thc3STcYQEI/AdY/Hr53LSQJlPs/Screen%252520shot%2525202011-07-08%252520at%25252011.56.58%252520AM.png -- You received this message from the vim_mac maillist. Do not top-post! Type your

Re: A block-quote desired

2011-04-18 Thread dacresni
i remember there being a code snipit menu for Gvim which would work on macvim. look up vim IDE perhaps throw bash into your search -- 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

Re: A block-quote desired

2011-04-18 Thread dacresni
http://www.vim.org/scripts/script.php?script_id=213 there it is, it has a menu for snipits. -- 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

MacVim featured in The ChangeLog Podcast

2011-04-16 Thread dacresni
http://thechangelog.com/post/4557774334/episode-0-5-6-vim-with-drew-neil-tim-pope-and-yehuda-kat they discuss vimcasts, Janus the vim distro (think linux distro), colorschemes and more. -- You received this message from the vim_mac maillist. Do not top-post! Type your reply below the text you

Re: Alt and Apple keys in Vim/MacVim using a MacBook Pro

2011-03-25 Thread dacresni
perhaps more like MacVim is an Aqua GUI for Vim, like Gvim is a GTK gui for Vim. -- 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

Re: Spell checking possibilities with MacVim

2011-03-25 Thread dacresni
not all words are in the dictionary, sometimes you specifically wish to spell a word wrong to emphasize a point or to exemplify the wrong spelling of a word. haven't you heard of *zarro boogs **found* ? -- You received this message from the vim_mac maillist. Do not top-post! Type your reply

Re: Bouncing problem

2011-03-25 Thread dacresni
my first test would be to check what which vim returns and also which vi also try launching vi from the command line, it should still come up as vim. Any farther help requests should come with an error message please. I dont know what's wrong if I dont have the error message. -- You received

Re: Arrow key behaves strange

2010-12-30 Thread dacresni
when you give the :version command, what does it say? On Dec 29, 1:51 pm, Kartikeya kartikeya...@gmail.com wrote: Hi, I just updated to vim 7.3 now my arrow keys are behaving strange. In the insert mode the arrow keys are inserting the following on the line above: Down arrow: A Up arrow: B

Re: v8 or node bindings possible

2010-11-25 Thread dacresni
that is a matter of the Vim codebase unless we route it through OSA script On Nov 24, 2:33 am, weepy jonah...@gmail.com wrote: v8 or node bindings possible ? -- 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

Re: Echo problem in MacVim

2010-11-13 Thread dacresni
Hi Bjorn, Hey, what about the rest of us? I found a weird problem in MacVim (it does not occur in console Vim). I have a script to echo the function prototype when ( is pressed: So when you run it in MacVim/Contents/MacOS/Vim it works? I cant get it to work in vim 7.3 nor 7.2 -- You

Re: Compiling MacVim

2010-11-11 Thread dacresni
On Nov 8, 8:00 am, gsieranski gpsieran...@gmail.com wrote: Hi All, I recently switched to OS X Snow Leopard from Fedora and was wondering about building MacVim. According to the GitHub build instructions you do the normal process of .configure, make. It does not mention anything thing about

Re: System's dictionary

2010-09-10 Thread dacresni
As a temporary solution I was thinking of adding a Look Up in Dictionary entry to the context menu so that you can at least right-click to look something up in the dictionary.  I just have to figure out if there is some Apple Script-way of doing this so that I can hook up osascript to do it.

Re: gestures

2010-09-03 Thread dacresni
I was about to ask the same thing, isn't its purpose to reduce interruptions of keyboard use for the mouse. (they say every time you move your hand from the keyboard to the mouse God kills a hamster) On Sep 3, 9:33 am, David Patrick Henderson dp.chaoswe...@gmail.com wrote: I have to question the

Re: Mouse in terminal.app

2010-05-05 Thread dacresni
I'm sure I've used a mouse on vim on my mac. for certain, mouse is useless until you allow it with :set mouse=a or something. -- 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

Re: Vim for iPad

2010-04-06 Thread dacresni
there would have to be some serious networking work done. the iPad/ iPhone OS is reminiscent of BitFrost (there's a reason for that) in the fact that this app can't just edit any file, only files it's created. There is no central filesystem quite like on the OLPC (or was there?). so you would wind

Re: Installation clarity

2009-12-09 Thread dacresni
that solution doesn't solve enough problems. I have added ~/bin in my path and put a symlink to mvim there. an alias my work better sense it's automatically updated when the target moves but my account is about the only thing that uses this program. I have many other things in that folder so it

Re: Project drawer like in TextMate

2009-10-12 Thread dacresni
I like the idea even though it begs to question the necessity of a drawer UI. gvim particularly respects the portability of the UI by keeping things like this to a minimum. I think this project should replace the Cocoa_Vim and features like this should be in a special branch. The problem is that

Re: mouse wheel in tabs

2009-10-09 Thread dacresni
its too bad there's no mac equivilant of xev right? perhaps there is a way to see what events the window is recieving. On Oct 8, 3:30 pm, björn bjorn.winck...@gmail.com wrote: 2009/10/7 algebris: Is there a possibility to bind mouse wheel to switch next tab in macvim? Hi Vyacheslav,

Re: Running part of a Vim file as an Awk program in the shell

2009-07-31 Thread dacresni
{range}![!]{filter} [!][arg] is whats in the manual, so :first_line, last_line !awk is the command you want On Jul 31, 8:09 am, Birdie Edwards jsmg...@gmail.com wrote: I have a single Vim file that contains 5 awk scripts.  Is there a way of running one of those scripts from inside Vim? If

Re: Google Code goes for Mercurial

2009-04-26 Thread dacresni
yeah, I thought it was Python (that influenced their decision) also. On Apr 24, 2:10 pm, Ted Pavlic t...@tedpavlic.com wrote: I thought some people on this list might find this interesting: Google Code Blog: Mercurial support for Project Hosting on Google Code

Re: Problem building snapshot 43 +python

2009-03-04 Thread dacresni
is the build script in the git repo? On Mar 3, 5:03 pm, expora exp...@gmail.com wrote: Thank you for your help Björn. I think I'm going to try uninstalling Python 3.0 as a last resort because right now I'm trying to learn the differences between python 2.5 and 3.0. The past MacVim snapshot