|
From: Ethan M. <merritt@u.washington.edu> - 2007-06-08 16:50:44
|
On Friday 08 June 2007 09:26, Daniel J Sebald wrote: > > Got it. I suppose removing spaces is analogous to removing redundant lines. So > rather than toss out the spaces, in condensed mode I could do comparison tests > based upon spaces removed rather than actually removing the spaces. I agree with <pl...@pi...> Please do not remove spaces when doing string comparisons. To do it correctly, you'd have to build a whole command parsing system into the history routines. -- Ethan A Merritt |