From 00af0cdf357fef70aac961d572e477a385e1f45a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 3 Jan 2002 13:44:21 +0000 Subject: [PATCH] revert last "bug-fix" for the 'C-m 11' problem git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3286 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cursor.C | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 2a7d6e0b6d..63e4f83063 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -1305,7 +1305,9 @@ bool MathCursor::script(bool up) bool MathCursor::interpret(char c) { - //lyxerr << "interpret 2: '" << c << "'\n"; + + // Removed super/subscript handling from here to ::script -MV + // handle macroMode if (inMacroMode()) { string name = macroName(); @@ -1410,8 +1412,8 @@ bool MathCursor::interpret(char c) } // no special circumstances, so insert the character without any fuss - lastcode_ = LM_TC_MIN; insert(c, lastcode_); + lastcode_ = LM_TC_MIN; return true; } -- 2.39.5