On Tue, Aug 22, 2006 at 06:32:31PM +0200, Axel Liljencrantz wrote: > And if you try to enter the completions that originally caused the > scrolling?
same. > You can get these using 'complete -C', e.g. to get the > completions printed when entering 'ls -<TAB>', use 'complete -C "ls > -"'. -C does not work, but this does: fish_pager 0 "" (complete --do-complete="a") however, the output is different because () mangles the newlines, which i assume fish internally doesn't. > [fish_inputrc_path] > What would you suggest the path should contain? > @sysconfdir@ and $HOME? basicly something like fish_complete_path and fish_function_path, although it could probably be a path of files instead of directories. it would then be /etc/inputrc, /etc/fish_inputrc, $HOME/.fish_inputrc (note that i have an issue with fish file locations, but more on that in an extra mail later) > But that would be silly in many ways, since _all_ the functionality > already lives inside fish, it's just reusing the same code. you could put it into a library, and link both programs against it, or, you could make fish accept the filename as indicator of which functionality you want to run. (like busybox) it would be nice to have the interactive read accessible seperately, then other shells could pick it up as well. greetings, martin. -- cooperative communication with sTeam - caudium, pike, roxen and unix offering: programming, training and administration - anywhere in the world -- pike programmer travelling and working in europe open-steam.org unix system- bahai.or.at iaeste.(tuwien.ac|or).at administrator (caudium|gotpike).org is.schon.org Martin Bähr http://www.iaeste.or.at/~mbaehr/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
