On 10/21/06, Martin Bähr <[EMAIL PROTECTED]> wrote: > On Sat, Oct 21, 2006 at 03:47:07AM +0200, Axel Liljencrantz wrote: > > * Even if fish exits abnormally, most of your history will be saved > > lovely. > > > * You may find commands from another fish session that hasn't exited > > yet in your history. > > useful. > > > * Duplicate entries are allowed in $history and in the history file. > > The duplicates are now removed by the history search functionality. > > hmm, will that have an impact on the number of history entries that can > be stored? or will the limit be increased? maybe the duplicates can be > removed when fishd starts?
It would be posible to remove older duplicates, but I honestly don't think this is really an issue. The memory and disk requirements for a huge history are quite modest. > > > I guess none of these qualify as a significant change > > i think the mixin of comands from other sessions is significant. > when you have a sequence of commands that you want to repeat it may be > confusing to suddenly have other commands in the history. but more often > than not, i do want to share the commands, so i do like it anyways. Agreed. I just added a patch that makes sure that the commands from the current session is always at the bottom of each sessions history, so there is no 'mixin'. > > 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
