Re: How to Compile Java from MacVim and Show Output in Terminal

2012-07-09 Thread Peter Palmreuther
Hi, Am 07.07.2012 um 18:30 schrieb David Gillooly: I am taking a beginning Java class that just uses a text editor and shell to create java files,compile them and run them from a terminal that shows the results. This is basic java stuff. Beginning java for idiots level! I want to use

Re: $PATH

2011-11-04 Thread Peter Palmreuther
On Friday, November 4, 2011 2:30:18 AM UTC+1, Caleb Eggensperger wrote: :let works great, thanks! Good to hear. I hadn't tried logging out and back in with the environment.plist method, As it's only evaluated on login, this explains why you haven't seen any effect. but that would

Re: Macvim, iwork pages and encodings

2011-08-23 Thread Peter Palmreuther
Hi, Am 23.08.2011 um 09:10 schrieb consiglieri: If i save a text file, say text1.txt, that contains the following text påsk häre and look at it in quick preview it displays correctly. [...] However iWork's pages does not display the umlauts correctly. Apparently this is an encoding

Re: Installing a word count plugin -- or recommendations of other plugins

2011-07-21 Thread Peter Palmreuther
Hi, On Thu, Jul 21, 2011 at 16:20, Eric Weir eew...@bellsouth.net wrote: I've found a manuscript word count plugin at vim.org. Next time it would be nice to have a final link to the objected resource included in your message, instead of possible responders first have to search. In this case

Re: Installing a word count plugin -- or recommendations of other plugins

2011-07-21 Thread Peter Palmreuther
*argh* On Thu, Jul 21, 2011 at 17:22, I wrote: [...] - Execute :set filetype=unix and force a save. s/filetype/fileformat/g Correct order: Think, check, write. Wrong order: Think, mix thoughts, write, check :-( Sorry for the confusion. -- Peter -- You received this message from the vim_mac

Presenting 'vim' error messages

2011-07-21 Thread Peter Palmreuther
Hi all together, taking Erics mail one could see that, especially for those not very used to command line 'vim', some errors are presented in a way that, in first place, hides them. Namely in Konsole.app, i.e. Mac OS captures them from STDERR to system log and the user needs to know he's

Re: Environment Variables for MacVim

2011-06-11 Thread Peter Palmreuther
On 06/11/2011 at 2:57pm Stephen Rasku wrote: I have some customizations in my .vimrc that depend on environment variables to work. If I call MacVim from the terminal these customizations work but if I launch it from the dock it doesn't. I assume this is because my .bashrc is not sourced

Re: Configuring MacVim

2011-06-06 Thread Peter Palmreuther
Hello, On 06/06/2011 at 00:06 Eric Weir wrote: On Jun 5, 2011, at 3:29 PM, Peter Palmreuther wrote: On 06/05/2011 at 4:32pm Eric Weir wrote: I created a .gvimrc and put in my home directory. At present, I've only got two commands in it: set guioptions-=T colorscheme murphy

Re: Configuring MacVim

2011-06-06 Thread Peter Palmreuther
On 06/06/2011 at 11:20pm Eric Weir wrote: On Jun 6, 2011, at 2:43 AM, Peter Palmreuther wrote: Thanks, Peter. It is $HOME/.gvimrc. Which I guess is the one I created, and has only these two commands. guess is quite vague for problem hunting. Please open MacVim and enter command :e

Re: Configuring MacVim

2011-06-05 Thread Peter Palmreuther
Hi, On 06/05/2011 at 4:32pm Eric Weir wrote: I created a .gvimrc and put in my home directory. At present, I've only got two commands in it: set guioptions-=T colorscheme murphy They're not working. MacVim starts up with the toolbar and without the murphy colorscheme. Use ':version'

Re: where to paste my vimrc

2011-03-22 Thread Peter Palmreuther
Hello, On 22.03.2011 at 14:41 Ricardo S wrote: Hey people, I want to use vim as root in my mac (sudo). Just to make clear why any further discussion about this most probably should be continued on a different list: vim != MacVim. However, I didn't manage to find out where I should paste my