Re: Syntax highlighting for .profile

2013-02-26 Thread Tim Johnson
* Charles Campbell charles.e.campb...@nasa.gov [130226 08:37]: Tim Johnson wrote: * Phil Dobbin phildob...@gmail.com [130226 07:10]: On 26/02/2013 01:51, Tim Johnson wrote: Hello: How can set syntax highlighting for .profile on the mac os 10.7, as I would for .bashrc or .bash_profile

Syntax highlighting for .profile

2013-02-25 Thread Tim Johnson
Hello: How can set syntax highlighting for .profile on the mac os 10.7, as I would for .bashrc or .bash_profile? thanks -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com -- -- You received this message from the vim_mac maillist. Do not top-post! Type your

Re: Disabling/changing cmd-P

2012-08-23 Thread Tim Johnson
* björn bjorn.winck...@gmail.com [120823 07:11]: I've recently started using vim on Mac OSX lion. I really don't like the cmd-P mapping to start a print job, because I use cmd-[ for application switch and being a bit of a clutz I annoy myself by hitting the 'p' instead. 1)How can I

Re: Disabling/changing cmd-P

2012-08-23 Thread Tim Johnson
* björn bjorn.winck...@gmail.com [120823 07:11]: I've recently started using vim on Mac OSX lion. I really don't like the cmd-P mapping to start a print job, because I use cmd-[ for application switch and being a bit of a clutz I annoy myself by hitting the 'p' instead. 1)How can I

Re: Disabling/changing cmd-P

2012-08-23 Thread Tim Johnson
* Tim Johnson t...@akwebsoft.com [120823 07:38]: However, now cmd-p is is paste (as in p), can I disable that? thanks (more coffee and reading more) Looks like the complete recipe is: macmenu File.Print key=nop map D-p nop Thanks again, bjorn. -- Tim tim at tee jay forty

Disabling/changing cmd-P

2012-08-22 Thread Tim Johnson
I've recently started using vim on Mac OSX lion. I really don't like the cmd-P mapping to start a print job, because I use cmd-[ for application switch and being a bit of a clutz I annoy myself by hitting the 'p' instead. 1)How can I disable cmd-P ? 2)If cmd-P is system-wide, I can live with

Re: MacVim SEGV with python plugins on Lion

2011-11-07 Thread Tim Johnson
* Chris Nicola chnic...@gmail.com [04 14:59]: I've added this to the macvim google code issue on Lion crashes but I'm hoping someone has already found a way to fix this. I recently updated to Lion and a couple of python plugins (VimRepress for example) crash with a SEGV message. I've

Howto Copy from ex

2011-10-22 Thread Tim Johnson
I find it very useful to copy from ex, and have used this feature on linux for many years. Unfortunately, I can't find a way to do it on macvim. 1)How can I do this? 2)Where is documentation on this? thanks -- Tim tim at tee jay forty nine dot com or akwebsoft dot com http://www.akwebsoft.com

Re: Howto Copy from ex

2011-10-22 Thread Tim Johnson
* Tim Johnson t...@akwebsoft.com [111022 16:42]: I find it very useful to copy from ex, and have used this feature on linux for many years. Sorry, I left out something, I want to copy to a system clipboard.. I'm using ClipMenu. I can select a line in ex, execute `p

Syntax highlighting does not work in MacVim

2011-10-20 Thread Tim Johnson
I'm familiar with gvim on linux ubuntu. Am now learning to use Macvim on Mac Mini (Lion OS). Syntax highlighting is not working, except for a few keywords. I'm using the same rc files with no modification. - | What additional needs to be done? |

MacVim does not build with Xcode 4.2

2011-10-13 Thread Tim Johnson
FYI: old (in more ways than one) linux coder. New to mac. A week or so ago, I build MacVim with Xcode with a minimum of fumbling on a Mac Mini 2011 with Lion. I restored the OS completely yesterday and downloaded Xcode. I may have had Xcode 4.1 last week. This time I have Xcode 4.2. MacVim did not

Re: [solved]Re: Linking in python[BTW]

2011-10-08 Thread Tim Johnson
* Christopher Stone listmeis...@thestoneforge.com [111007 19:03]: On Oct 07, 2011, at 12:47, Tim Johnson wrote: I first used the following: sudo port install MacVim +python2.7 +huge NOTE: python2.7 came installed on the machine

Re: Linking in python

2011-10-07 Thread Tim Johnson
* David Sanson dsan...@gmail.com [111007 07:10]: As Tim says, I think the official MacVim precompiled versions include python support. Did you install from MacPorts? I only ask because of the fall-back for $VIM: /opt/local/MacVim.app/Contents/Resources/vim If you are using MacPorts,

[solved]Re: Linking in python

2011-10-07 Thread Tim Johnson
* Tim Johnson t...@akwebsoft.com [111007 07:41]: * David Sanson dsan...@gmail.com [111007 07:10]: As Tim says, I think the official MacVim precompiled versions include python support. Did you install from MacPorts? I only ask because of the fall-back for $VIM: /opt/local

Linking in python

2011-10-06 Thread Tim Johnson
FYI: Linux 10 years, new to mac. I have installed MacVim on a mac mini (OS=lion). This version has everything that I need, I believe, except for python. Having python linked would enable python scripting for the editor. I have compiled vim in the past, but it has been some time, I've been using