Re: [9fans] rc break

2009-05-11 Thread Uriel
Ah, very cool, break is one of the few things I have missed in rc some times. What do you think of adding return? I have wanted it a few times and Rob seems to think it makes sense to add it: http://9fans.net/archive/2003/03/44 Thanks! uriel On Tue, May 12, 2009 at 3:52 AM, erik quanstrom wrot

[9fans] rc break

2009-05-11 Thread erik quanstrom
i put a freshed copy of rc with a break statement up on sources. it also has history and allows newlines within lists like so x=(a b c ) there's also a printenv function. which does not print the environment, but rather rc's picture of the environment in the same format as

Re: [9fans] command output on acme

2009-05-11 Thread hugo rivera
Thanks to all for your advices. I am constantly amazed by acme's versatility. Saludos -- Hugo

Re: [9fans] RE; MP Interrupt

2009-05-11 Thread erik quanstrom
> I have seen the situation you've described in other operating systems > and it's often been H/W related and not due to the OS itself. In the > situations I've seen such problems were caused by the way the bios > assigns irq's. Though seemingly un-necesasry, I have solved similar problem > by simp

Re: [9fans] rc - no continue, next in a loop

2009-05-11 Thread erik quanstrom
> Hello everyone, > > I just realized there are no 'continue' and 'next' commands in rc. Is > there any way to e.g. quit the loop when one wants? there are some workarounds, but in the end i added a break statement to rc. inside rc's machine, i implemented break as jump to the statement after th

[9fans] rc - no continue, next in a loop

2009-05-11 Thread Rudolf Sykora
Hello everyone, I just realized there are no 'continue' and 'next' commands in rc. Is there any way to e.g. quit the loop when one wants? Thanks Ruda