On Mon, 15 Mar 2010, Carlos R. Mafra wrote: > On Mon 15.Mar'10 at 10:53:09 +0100, Tamas TEVESZ wrote: > > > > > +The "Run..." dialog now autocompletes executables in your path > > (triggered by > > > +the TAB key) and records the history of past commands (last 500 by > > default). > > > > and how can the history be pulled out? :) tried the usual suspects but > > no joy.., i found stuff in dialog.c, but it's still not clear.. > > Like in bash, with the up and down arrow keys. > > But iirc, I had to create the file GNUstep/.AppInfo/WindowMaker/History > manually for the history to start working, so perhaps what you are > seeing here is a small bug in setting this up automatically, but I > am not sure.
it's because WINGs/proplist.c:WMWritePropListToFile() only creates the proplist file, but not the dir hierarchy, should it be missing (it was for me). now the question is, should it (mkdirhier) be added or not? -- [-] mkdir /nonexistent -- To unsubscribe, send mail to [email protected].
