Index: /CKEditor/branches/features/contenteditable/_source/plugins/selection/plugin.js
===================================================================
--- /CKEditor/branches/features/contenteditable/_source/plugins/selection/plugin.js	(revision 5591)
+++ /CKEditor/branches/features/contenteditable/_source/plugins/selection/plugin.js	(revision 5592)
@@ -642,8 +642,8 @@
 				};
 
-			return function( writeMode )
+			return function( onlyEditables )
 			{
 				var cache = this._.cache;
-				if ( cache.ranges && !writeMode )
+				if ( cache.ranges && !onlyEditables )
 					return cache.ranges;
 				else if ( !cache.ranges )
@@ -651,5 +651,5 @@
 
 				// Split range into multiple by read-only nodes.
-				if ( writeMode )
+				if ( onlyEditables )
 				{
 					var ranges = cache.ranges;
Index: /CKEditor/branches/features/contenteditable/config.js
===================================================================
--- /CKEditor/branches/features/contenteditable/config.js	(revision 5591)
+++ /CKEditor/branches/features/contenteditable/config.js	(revision 5592)
@@ -9,10 +9,3 @@
 	// config.language = 'fr';
 	// config.uiColor = '#AADC6E';
-	config.scayt_autoStartup = false;
-//	config.emailProtection = 'mt(NAME,DOMAIN,SUBJECT,BODY)';
-//	config.toolbar = [ ['Templates','-','Styles','Format','Font','FontSize'] ];
-//	config.enterMode = 1;
-//	config.shiftEnterMode = 1;
-//	config.forceEnterMode = true;
-//	config.resize_dir = 'horizontal';
 };
