On 2/3/06, Axel Liljencrantz <[EMAIL PROTECTED]> wrote: > Yes, but I'll have to figure out a way to actually actually do forking > without using sleep.
Something from the wait() family of functions? > Is this always, or just when using 'status --job-control=none'. > Looking at the code, I can see that disabling job control should make > the pager go nuts. I've fixed that now. Ah, yes. That's exactly what was causing it. > > The version of fish from this tarball also goes nuts when it's > > executed as the first process in an empty terminal (IE, as the shell). > > Again, fish 1.20.1 and 1.20.0 didn't do this. > Nuts as in really slow startup, I take it? No. Nuts as in it complains about not being able to find gettext, spews a bunch of unintelligible errors, and then appears to somehow get confused and fail to handle the rest of the init files. 1.18 did that, 1.20.0 and 1.20.1 worked right. -- -Nick Pilon ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
