On Sat, Sep 07, 2002 at 08:20:26PM -0500, Bo Peng wrote: > The position of the prime symbol inserted by '\math-insert \prime' is > displayed 'correctly', but it is actually not in the superscript > position. > > To solve this problem, I tried to use > > \bind "C-s apostrophe" "command-sequence math-superscript; \math-insert \prime" > > but it does not work. Any idea?
You need to add ; at the end (just after \prime). But why do you want to have this key binding ? Just use the ' key in order to insert a prime symbol.
