> > #\bind_file emacs
> > \bind_file cua
> > \bind "M-g"     "math-insert greek"
> > \bind "M-m 1"   "math-insert tilde"
> > \bind "M-m 2"   "math-insert Leftarrow"
> > \bind "M-m 3"   "math-insert Rightarrow"
> > \bind "M-m S-3" "math-insert rightarrow"
> > \bind "M-m 4"   "math-insert exists"
> > \bind "M-m 5"   "math-insert Leftrightarrow"
> > \bind "M-m 6"   "math-insert hat"
> > \bind "M-m 7"   "math-insert forall"
> > \bind "M-m 9"   "math-insert bullet"
> > \bind "M-m v"   "math-insert bar"
> > \bind "M-p f"   "layout Flashback"
> > \bind "M-p g"  "layout Slide"
> > \bind "M-p m"  "layout Note"

The syntax of the math-insert LFUN has changed. This was such a great
simplification of the internal handling that backwards compatibility 
has been broken.

Try

\bind "M-m 1"   "math-insert \tilde"
\bind "M-m 2"   "math-insert \Leftarrow"
\bind "M-m 3"   "math-insert \Rightarrow"
\bind "M-m S-3" "math-insert \rightarrow"
\bind "M-m 4"   "math-insert \exists"
\bind "M-m 5"   "math-insert \Leftrightarrow"
\bind "M-m 6"   "math-insert \hat"
\bind "M-m 7"   "math-insert \forall"
\bind "M-m 9"   "math-insert \bullet"
\bind "M-m v"   "math-insert \bar"

instead.

Andre'

PS: Are you sure that

\bind "M-g"     "math-insert greek"

ever worked?


-- 
André Pönitz ............................................. [EMAIL PROTECTED]

Reply via email to