Hi there,
I'm using p9p's acme, and I would like to take a piece of code and change,
for example this:
int main(int argc, char *argv[]) {
For this:
int main(int argc, char *argv[])
{
So, for doing that, I thought about using some regexps and the Edit command.
I would like to work with some ge
> Edit , x/^[^ ]+[ ]*[^(]*\([^)]*\)[ ]*\{[ ]*\n/ s/[ ]*\{[ ]*\n/\n\{/g
So, it was simply a matter of changing "$" for "\n" at the x command!
How come my command didn't work?
It really should work with the "$", shouldn't it?
Or even without the \n or the $, since the regexp already matched until t
Hi there everyone,
Many thanks for the explanation, it's much clearer now.
2014-04-01 9:24 GMT+02:00 Mark van Atten :
> On Mon, Mar 31, 2014 at 5:54 PM, Daniel Peyrolon
> wrote:
> >> Edit , x/^[^ ]+[ ]*[^(]*\([^)]*\)[ ]*\{[ ]*\n/ s/[ ]*\{[ ]*\n/\n\{/g
> >
> &g
Great to know!
I've been following your blog for quite a time, and was waiting for this!
Awesome!
2014-05-03 7:05 GMT+02:00 :
> > So, if you had a temptation to to give a try to a native Inferno OS for
> > experiments, it is now a simple way with cheap and easy-to-get raspberry
> pi.
>
> Fabulo
I'd like to add that I also want to buy it, and did exactly the same thing.
I never got to actually send an email, tough.
2014-07-31 15:23 GMT+02:00 Francesco Cardi :
> Hallo, i send some email for order the plan9´s manual, i want order
> from vitanuova.com, but don´t reply me. Anyone have got
Hello Steve,
I'm currently implementing JIT compilation on the FreeBSD firewall on
netmap, using LLVM.
(So yes, there's people doing this, maybe not as you expected it).
Maybe you can use LLVM on that OS, I'm not sure.
As for the DEP thing, Aram got before me, I was about to say that.
2014-09-0