On Wednesday, June 9, 2004 at 08:08:58, Stefan Reichör wrote: [...] > ,---- emacs21.3.1: > | split-string is a compiled Lisp function in `subr'. > | (split-string STRING &optional SEPARATORS) [...] > And there is probably a different version on xemacs also?
The one above is available in stable XEmacs ... > * I see the following possibilities: > - Create a tla--split-string function that emulates the CVS > behaviour, if that is not available Having the OMITNULL semantic is easily done and in fact just what Matthieu did with (delete "" ... > - Use split-string in a way that works on all platforms (not sure, > if this is possible) Which should be the one above. > - Do not use split-string This brings us back to the first one. Robert
