[9fans] p9p lib/acme.rc file error?

2011-03-20 Thread Rudolf Sykora
Hello, trying to use acmeedit I got from sb here I encountered this in $PLAN9/lib/acme.rc file: fn newwindow { winctl=`{9p read acme/new/ctl} winid=$winctl(1) winctl noscroll } fn winctl { echo $* | 9p write acme/$winid/ctl } ... many more lines I believe

Re: [9fans] p9p lib/acme.rc file error?

2011-03-20 Thread Rudolf Sykora
I am sorry, ignore it, please. I can have both variable and function at the same time, as it seems... Ruda On 20 March 2011 16:13, Rudolf Sykora rudolf.syk...@gmail.com wrote: Hello, trying to use acmeedit I got from sb here I encountered this in $PLAN9/lib/acme.rc file: fn newwindow {