On Fri, Nov 04, 2005 at 02:05:32AM +0100, thus spake Johan Bockg?rd˙: > Neon Absentius writes: > > >> "[\t ]" ;; match any of: TAB, SPACE > > > > It should really be two slashes: [\\t ]. That escaped me ;). > > No, it shouldn't. \\t is a backslash character followed by a t. \t is > the read syntax for a tab character. > Yes indeed. Oops! -- Computer science is not about computers, any more than astronomy is about telescopes. -- Edsger Dijkstra