It looks like this patch is not yet committed. I just did a cvs update and looked at src/support/Makefile.am and src/lyxfunc.C. Here's the patch again (fixed as you suggested). -- Kayvan Aghaiepour Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylvan.com/~kayvan | | Robin Gregory (2/28/92)
Index: src/support/Makefile.am =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/support/Makefile.am,v retrieving revision 1.5 diff -u -u -r1.5 Makefile.am --- src/support/Makefile.am 1999/10/19 20:59:27 1.5 +++ src/support/Makefile.am 1999/10/23 17:17:24 @@ -14,6 +14,8 @@ FileInfo.C \ FileInfo.h \ LAssert.h \ + LIstream.h \ + LOstream.h \ filetools.C \ filetools.h \ lstrings.C \ Index: src/lyxfunc.C =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxfunc.C,v retrieving revision 1.5 diff -u -u -r1.5 lyxfunc.C --- src/lyxfunc.C 1999/10/20 14:35:05 1.5 +++ src/lyxfunc.C 1999/10/23 17:17:30 @@ -285,7 +285,6 @@ if (!(keyevent->state&ControlMask) && !(keyevent->state&Mod1Mask) && (isochar && keysym_return < 0xF000)) { - argument = s_r[0]; // shall this be here argument += isochar; } if (argument.empty()) {