On Thu, 18 Mar 2010, Carlos R. Mafra wrote: > the tab completed to > > file name with spaces.pdf > > which does not work so it is a bug. Thanks for pointing this out. > > Have you tried to read the code from bash and steal it for this > case? Perhaps it is easy to fix without doing that, but I haven't > looked.
this is because ExecuteShellCommand invokes stuff via a shell. i am not sure why this is good, or why this is needed. if we could do away with that (ie do not involve a shell), the fix looks quite simple. why do we need to involve a shell? > > Also, it would be good that autocomplete feature start at ~/ by > > default once a command has been entered. > > No, I think that trying to do to much in the "Run" dialog is not > worth the trouble. Let's keep it simple and without bugs :-) that may not be too complicated. i'll scribe this in my todo, and if it doesn't make spaghetti, i might make it so. -- [-] mkdir /nonexistent -- To unsubscribe, send mail to [email protected].
