On Monday 17 February 2003 09:43 am, you wrote: > You inserted non-breakable-space chars (i.e., chr(0xa0)) instead of normal > spaces. Try running 'lyx -dbg key' and see what happens when you press the > space key.
I paste it from a small text. i didn't see if there's any double space in it. But, how can lyx accept those double space? > To fix existing documents, you need to replace chr(0xa0) by chr(0x20). > This can be done with sed or perl. Anyone know how to do this? I think this is the problem. Please help me. Thanks guys, Dida
