On Wed, Jan 14, 2009 at 2:26 PM, hugo rivera <uai...@gmail.com> wrote: > Hi guys, > I realized that acme gets confused when handling files with spaces in > their names, is there an easy way to handle this? > I mean, for example, when I paint a file name with an space on it, > using the left click, it would be nice that acme could open that file. > Obviously removing spaces from my file names is a solution, but can > acme handle this by its own?
There exists a 9P wrapper that you can slot between your normal fs and Acme that will translate characters. I'm not sure what it's called, or where it lives. Sorry. The Acme SAC (based on Inferno) uses this automatically and maps spaces to little "space" characters (␣). Robby