Re: [9fans] acme open a directory with a more complicated name

2009-12-03 Thread Rudolf Sykora
2009/12/2 Rob Pike robp...@gmail.com New will take an arbitrary file name as an argument, except even with Thanks, New works. Later I will have a look at what FGB proposes... Ruda

[9fans] acme open a directory with a more complicated name

2009-12-02 Thread Rudolf Sykora
Hello, I am having a small but irritating trouble with acme. I have directories whose names are like r3_[1-5Co6-10Ni]/ When I 3-click on such a name in an acme (e.g. a directory) window, acme doesn't open it. What must I change in order it work? This is the behaviour at least in plan9port.

Re: [9fans] acme open a directory with a more complicated name

2009-12-02 Thread Federico G. Benavento
r3_[1-5Co6-10Ni]/ When I 3-click on such a name in an acme (e.g. a directory) window, acme doesn't open it. What must I change in order it work? the directory name... you could try to hack acme/addr.c:/^isaddr but it's quite possible you'd break something -- Federico G. Benavento

Re: [9fans] acme open a directory with a more complicated name

2009-12-02 Thread Rob Pike
New will take an arbitrary file name as an argument, except even with New spaces are taken as argument separators. -rob On Wed, Dec 2, 2009 at 10:42 AM, Federico G. Benavento benave...@gmail.com wrote: r3_[1-5Co6-10Ni]/ When I 3-click on such a name in an acme (e.g. a directory) window, acme

Re: [9fans] acme open a directory with a more complicated name

2009-12-02 Thread Federico G. Benavento
you could try to hack acme/addr.c:/^isaddr but it's quite possible you'd break something ignore that, I was confused -- Federico G. Benavento

Re: [9fans] acme open a directory with a more complicated name

2009-12-02 Thread Federico G. Benavento
the function you should look is isfilec() in look.c On Wed, Dec 2, 2009 at 5:00 PM, Federico G. Benavento benave...@gmail.com wrote: you could try to hack acme/addr.c:/^isaddr but it's quite possible you'd break something ignore that, I was confused -- Federico G. Benavento --