Morgan Gangwere wrote:
Thanks! i deleted all registry entrys and the cygwin dir. i suspect that how cygwin handles all the locations of things (such as where the binaries live) and how all that runs i also found that bash and such have an issue with mulit-word usernames windows allows these but Pine and Mutt fail because they are made for /home/username/mail/ but i used /home/user name/mail (username was Sys Admin) bash would show "[Sys [EMAIL PROTECTED]" but GNUStep would try to write to /home/sys/GNUStep/ not /home/Sys Admin/GNUStep/ should we fix this in a future version? make the username all one word (or use "_" in place - this makes it simpler)?
Paths with spaces with them are annoying but are legal path names, even outside of Windows. There are, unfortunately, still a number of packages and scripts out in the wild that don't properly account for this though. If you see specific issues, it's best to report them and even provide patches to correct them. Translating them into something else is buggy at best though. Better to just make sure the paths are quoted properly so that the underlying code sees them properly. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/