Peter Dyballa wrote: > Yes, maybe it has to be > > \def\char\n{\Cher\char\n} Simplest is to grab the original meaning of \n before re-defining it : \let \canonicaln = \n \def \n {whatever, using \canonicaln} ** Phil.