see the patch. JMarc, if this is OK for 1.2, please apply

thanks
john

-- 
"I know I believe in nothing but it is my nothing"
        - Manic Street Preachers
Index: lib/ChangeLog
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/ChangeLog,v
retrieving revision 1.237
diff -u -r1.237 ChangeLog
--- lib/ChangeLog       9 Jul 2002 13:39:43 -0000       1.237
+++ lib/ChangeLog       10 Jul 2002 01:15:16 -0000
@@ -1,3 +1,6 @@
+2002-07-10  John Levon  <[EMAIL PROTECTED]>
+
+       * bind/sciword.bind: disable M-x c to allow M-x
 
 2002-07-09  André Pönitz <[EMAIL PROTECTED]>
        
Index: lib/bind/sciword.bind
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/lib/bind/sciword.bind,v
retrieving revision 1.14
diff -u -r1.14 sciword.bind
--- lib/bind/sciword.bind       19 Mar 2002 11:17:45 -0000      1.14
+++ lib/bind/sciword.bind       10 Jul 2002 01:15:16 -0000
@@ -457,12 +457,15 @@
 \bind "M-k t"                  "keymap-toggle"
 \bind "M-k x"                  "keymap-off"
 
-
-
 #
 # Misc menu
 #
+ 
+# this clashes with M-x so we can't use it. M-x is more
+# important (reported by Serge Winitzki <[EMAIL PROTECTED]>)
+# \bind "M-x c"                  "screen-recenter"
+
+\bind "M-x"                    "command-execute"
 
-\bind "M-x c"                  "screen-recenter"
 
 \bind_file latinkeys.bind

Reply via email to