Re: [Bug-apl] Command line WS load

2014-11-13 Thread Blake McBride
Works great! Thanks! Blake On Thu, Nov 13, 2014 at 9:35 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > I have added *-q* and *-L* in* SVN 507* as proposed. > > /// Jürgen > > > > On 11/13/2014 03:16 PM, Blake McBride wrote: > > Dear Juergen, > > The -f option w

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Juergen Sauermann
Hi Blake, I have added -q and -L in SVN 507 as proposed. /// Jürgen On 11/13/2014 03:16 PM, Blake McBride wrote: Dear Juergen, The -f option works well for APL script files but i

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Blake McBride
Dear Juergen, While you are at it, perhaps you can add a "--qload" command line option that does the load without printing the "SAVED " message. This way a workspace can be run without having user question about what that means. Thanks. Blake On Thu, Nov 13, 2014 at 8:32 AM, Juergen Sauer

[Bug-apl] )QLOAD

2014-11-13 Thread Blake McBride
Greetings, I would like to propose the addition of )QLOAD )QLOAD does exactly what )LOAD does except it doesn't print the "SAVED -MM-DD HH:MM:SS" message. So the "Q" stands for quiet. The value of this addition would mean that one workspace can execute a )QLOAD command and load another work

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Blake McBride
Thanks a lot! On Thu, Nov 13, 2014 at 8:32 AM, Juergen Sauermann < juergen.sauerm...@t-online.de> wrote: > Hi Blake, > > OK, I understand. I will do that. > > /// Jürgen > > > On 11/13/2014 03:16 PM, Blake McBride wrote: > > Dear Juergen, > > The -f option works well for APL script files but i

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Juergen Sauermann
Hi Blake, OK, I understand. I will do that. /// Jürgen On 11/13/2014 03:16 PM, Blake McBride wrote: Dear Juergen, The -f option works well for APL script files but it doesn't load w

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Blake McBride
Dear Juergen, The -f option works well for APL script files but it doesn't load workspaces. Additionally, the -f option requires a path, )LOAD uses an implied path. I have a saved workspace named "Books.xml". I use it by starting APL from anywhere and then typing ")Load Books". I want to be ab

Re: [Bug-apl] Command line WS load

2014-11-13 Thread Juergen Sauermann
Hi Blake, I can look into that. I guess I need a little more information, for example what the difference to apl -f workspace is. /// Jürgen On 11/13/2014 04:13 AM, Blake McBride wrote: Greetings,