On Wed, Dec 01, 2010 at 09:57 PM, Dylan Smith said:
> All the fish man pages are in a single directory, so checking for
> their existence is trivial.
> > test -f $__fish_datadir/man/$fish_help_item.1  

I had already added a case statement:

 case (ls $__fish_datadir/man | sed '/\.1$/ s/\.1$//')

The test you suggest is simpler but would require an extra level of
indentation. 

> > It would be easier for me to make the changes now while the code
> > is still in my RAM.  If we wait, it will have to be retrieved
> > from tapes in the back room of my head.  I'm happy to do it now.
> >
> > I don't mean do it later. I just mean split changes into a patch
> > series so  
> they are easy to review, easier to bisect, and you can start getting
> fixes committed earlier.

Got it.  Good idea.


Peace, James

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to