Matthieu Moy <[EMAIL PROTECTED]> writes: > What's the 3rd argument of split-string in your Emacs ? > > ,----[ C-h f split-string RET ] > | split-string is a compiled Lisp function in `subr'. > | (split-string STRING &optional SEPARATORS) > | > | [ ... ] > `---- > > I'm afraid this is a CVS-only feature :-( I think (split-string ... > "\n*") is a more portable solution.
Ah, yep that'll do too :o) > BTW, I don't have this bug. For me, the tla inventory command returns > "\n", and (split-string "\n" "\n") is nil, so, that's the expected > behavior. You probably have another problem on you side (I don't say > "don't fix the bug it's your fault", but "investigate, there is > probably something else too"). Okay, that's interesting. I'll look into this when I get some more time. For what it's worth, I *think* it only happened when I did a tla changes on a tree that hadn't been changed. I'll let you know anyway. Mark -- Mark Triggs <[EMAIL PROTECTED]>
