On 8/22/06, Martin Baehr <[EMAIL PROTECTED]> wrote: > On Tue, Aug 22, 2006 at 11:02:53PM +0200, Axel Liljencrantz wrote: > > I think I figured out the problem. If you look closely at the exit > > message, I think you will find that it is something like > > > > fish: Job 1, "fish_pager 0 foo bar baz ..." terminated by signal > > SIGINT (Quit request from job control (^C)) > > oh right, that makes sense, but how come you can't reproduce that?
The completions I tried where short enough that I didn't connect the output I saw with the behaviour you reported. > > > But I guess there should also be an upper limit to the length of the > > message, or this might crop up in other places. I'll fix it. > > for most cases you should be able display the commandline as it was > before the expansion, since you know which job is in the foreground, it > should be possible to pick that out. That is always what happens. This is a bit of an extreme case... > > > >although it could probably be a path of files instead of directories. > > >it would then be /etc/inputrc, /etc/fish_inputrc, $HOME/.fish_inputrc > > A list like that is used right now to find the inputrc file to use. > > then how come /etc/fish_inputrc was not loaded when i created a > .fish_inputrc without the $include /etc/fish_inputrc? Because ~/.fish_inputrc comes before /etc/fish_inputrc, and the reader stops at the _first_ file found, since this is the behaviour of readline. It is possible to extend this, e.g. to allow INPUTRC to be an array variable, but I thought it better to stay compatible with readline. > > 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/ > -- Axel ------------------------------------------------------------------------- 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
