gtk-matsu-980924-1.patch.gz In descendant widget of GtkEditable, selection is cleared only if insertion point is moved during execution of key_press event handler. But if insertion point is at the beginning of editable string, cursor can not move to backward, and if insertion point is at the end of string, cursor can not move to forward any more. So selection is not cleared. This patch changes this manner to be able to clear selection even in such situation. Regards, -Takashi Matsuda matsu@arch.comp.kyutech.ac.jp