Re: Problems with gnuplot from marcports

2011-01-09 Thread Brian Forte
On Sun, Jan 9, 2011 at 6:07 AM, Andrea D'Amore <and.dam...@macports.org> wrote: On Sat, Jan 8, 2011 at 2:30 AM, Brandon S Allbery KF8NH <allb...@kf8nh.com> wrote: There's always gvim :) (although, why isn't there an aqua version?)

Re: Problems with gnuplot from marcports

2011-01-09 Thread Jason Swails
On Sun, Jan 9, 2011 at 6:07 AM, Andrea D'Amore wrote: > On Sat, Jan 8, 2011 at 2:30 AM, Brandon S Allbery KF8NH > wrote: > > There's always gvim :) > > (although, why isn't there an aqua version?) > > I'm not sure what you mean, but I have MacVim.app from MacPorts installed. > gvim is a GUI vim

Re: Problems with gnuplot from marcports

2011-01-09 Thread Andrea D'Amore
On Sat, Jan 8, 2011 at 2:30 AM, Brandon S Allbery KF8NH wrote: > There's always gvim :) > (although, why isn't there an aqua version?) I'm not sure what you mean, but I have MacVim.app from MacPorts installed. -- Andrea ___ macports-users mailing list

Re: Problems with gnuplot from marcports

2011-01-07 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/7/11 19:48 , Jason Swails wrote: > Ha, I misread that. I thought tedit was a program you aliased with open -e > (not sure how I thought that worked). Your way makes much more sense. I > like my vi, so I don't use open for text files in any case

Re: Problems with gnuplot from marcports

2011-01-07 Thread Jason Swails
Ha, I misread that. I thought tedit was a program you aliased with open -e (not sure how I thought that worked). Your way makes much more sense. I like my vi, so I don't use open for text files in any case. I only just learned about -e and -t when looking at the man page again. Happy times, Ja

Re: Problems with gnuplot from marcports

2011-01-07 Thread Andrea D'Amore
On Fri, Jan 7, 2011 at 3:09 PM, Jason Swails wrote: > Why not set tedit to your default text editor and use "open -t" instead? > (also described in said man page) Because I find it easier to type "tedit" than "open -e" with the space and the dash. My default editor is "edit" already. -- Andrea

Re: Problems with gnuplot from marcports

2011-01-07 Thread Jason Swails
On Fri, Jan 7, 2011 at 3:13 AM, Andrea D'Amore wrote: > On Fri, Jan 7, 2011 at 3:58 AM, Ryan Schmidt > wrote: > > > "open -e " is the same as dragging the file onto the program > TextEdit > > I have a "tedit" alias for "open -e" in order to do quick GUI text > editing and to differentiate it fro

Re: Problems with gnuplot from marcports

2011-01-07 Thread Marcelo Chiapparini
Hi! I forgot that "man" is our friend, sorry for that... and thanks a lot for all the information regarding the open command. This is an amazing list! 2011/1/7 Andrea D'Amore > On Fri, Jan 7, 2011 at 3:58 AM, Ryan Schmidt > wrote: > > > "open -e " is the same as dragging the file onto the prog

Re: Problems with gnuplot from marcports

2011-01-07 Thread Andrea D'Amore
On Fri, Jan 7, 2011 at 3:58 AM, Ryan Schmidt wrote: > "open -e " is the same as dragging the file onto the program > TextEdit I have a "tedit" alias for "open -e" in order to do quick GUI text editing and to differentiate it from Bare Bones Software's "edit". -- Andrea __

Re: Problems with gnuplot from marcports

2011-01-06 Thread Ryan Schmidt
On Jan 6, 2011, at 17:35, Jason Swails wrote: > man open ;) > > 'open ' will open with its default program if there is one. > 'open -a ' will open with > > and my personal favorite, > > 'open -a ' just launches the program as though you clicked it on the > dock or double-clicked it in the

Re: Problems with gnuplot from marcports

2011-01-06 Thread Jason Swails
man open ;) 'open ' will open with its default program if there is one. 'open -a ' will open with and my personal favorite, 'open -a ' just launches the program as though you clicked it on the dock or double-clicked it in the finder (and remember that Mac is case-insensitive). i.e. "open -a

Re: Problems with gnuplot from marcports

2011-01-06 Thread Marcelo Chiapparini
Hi all! I've just turned off the "hide extension" feature in Finder. Thanks to all of you for the help. After years of working with Linux, this is my first time with a Mac... and I am loving. BTW, what is the '"open" utility Apple added to BSD'? can you point me to some information? Thanks! 2011/

Re: Problems with gnuplot from marcports

2011-01-05 Thread Ryan Schmidt
On Jan 5, 2011, at 22:55, Jason Swails wrote: > Or you can just live in the terminal :). I find it faster than navigating > Finder, and the "open" utility Apple added to BSD is quite handy. I do that too! :) ___ macports-users mailing list macports-

Re: Problems with gnuplot from marcports

2011-01-05 Thread Jason Swails
Or you can just live in the terminal :). I find it faster than navigating Finder, and the "open" utility Apple added to BSD is quite handy. On Wed, Jan 5, 2011 at 9:45 PM, Ryan Schmidt wrote: > > On Jan 5, 2011, at 11:22, Marcelo Chiapparini wrote: > > > TextEdit added an "txt" extension to the

Re: Problems with gnuplot from marcports

2011-01-05 Thread Ryan Schmidt
On Jan 5, 2011, at 11:22, Marcelo Chiapparini wrote: > TextEdit added an "txt" extension to the file, so, the file qhdmmint.gplt was > saved as qhdmmint.gplt.txt in the disk. This was why gnuplot didn't find it! > Now, erasing the "txt" and moving qhdmmint.gplt.txt to qhdmmint.gplt I got my >

Re: Problems with gnuplot from marcports

2011-01-05 Thread Marcelo Chiapparini
Hello, I've just solved the problem with the file not found. The file was edited with TextEdit in plain text mode. TextEdit added an "txt" extension to the file, so, the file qhdmmint.gplt was saved as qhdmmint.gplt.txt in the disk. This was why gnuplot didn't find it! Now, erasing the "txt" and m

Re: Problems with gnuplot from marcports

2011-01-05 Thread Jason Swails
Does it work if you just specify the script with gnuplot on the CL? gnuplot qhdmmint.gplt The nice thing about the aqua terminal is that the window should stick around. Good luck, Jason On Wed, Jan 5, 2011 at 10:05 AM, Marcelo Chiapparini < marcelo.chiappar...@gmail.com> wrote: > Hi Jean-Franc

Re: Problems with gnuplot from marcports

2011-01-05 Thread Marcelo Chiapparini
Hi Jean-Francois, thanks for the reply, using the full path the error message is the same: Yggdrasill2:cbpf marcelo$ gnuplot G N U P L O T Version 4.4 patchlevel 2 last modified Wed Sep 22 12:10:34 PDT 2010 System: Darwin 10.5.0 Copyright (C) 1986-1993, 1998, 2004, 2007-2010 Thomas Williams, C

Re: Problems with gnuplot from marcports

2011-01-05 Thread Jean-Francois Gobin
Marcelo, Could you try loading the script using the full path? Thanks, J. On Wed, Jan 5, 2011 at 11:41 AM, Marcelo Chiapparini < marcelo.chiappar...@gmail.com> wrote: > Hello, > > I've just bought a new iMac, running OS X 10.6. I am using it at home. In > order to maintain compatibility with f

Problems with gnuplot from marcports

2011-01-05 Thread Marcelo Chiapparini
Hello, I've just bought a new iMac, running OS X 10.6. I am using it at home. In order to maintain compatibility with files created at work, under Linux, I want to install gnuplot on my Imac. So, I am using MacPorts, which I've found a very helpful and clever project (thank you guys!). So, I foll