Can we add #\= to *special-chars* so that instead of this:
 
   (ps blah=) => "blah=;"
 
we get something like this:
 
  (ps blah=) => "blahequals;"   ?
 
Dan