Hello.
=== modified file 'src/nsterm.m'
--- src/nsterm.m 2012-12-10 02:00:42 +0000
+++ src/nsterm.m 2013-01-08 09:21:58 +0000
@@ -5170,6 +5170,7 @@
if (NS_KEYLOG)
NSLog (@"doCommandBySelector: %@", NSStringFromSelector (aSelector));
+ processingCompose = NO;
if (aSelector == @selector (deleteBackward:))
{
/* happens when user backspaces over an ongoing composition:
Jan D.
I see somewhat similar behavior as well. I thought it might be related to autosave but have no verification yet. I did confirm the behavior using emacs -q and will gladly go after the problem with gdb but I would very much appreciate some suggestions. I rebuilt twice in the past week using the latest bazaar changes and saw the behavior in both builds. My previous build is about 3 months old and does not show the bad behavior, fwiw.
-pmr