--- gcin-1.4.0.pre2/gcin-settings.c	2007-12-21 14:35:39.000000000 +0800
+++ ./gcin-settings.c	2008-02-15 18:10:56.000000000 +0800
@@ -39,6 +39,7 @@
 int pho_simple_win=1;
 int tsin_space_opt;
 int tsin_buffer_size, tsin_tail_select_key;
+int tsin_buffer_editing_mode;
 int gcin_chars_big5_only;
 int gcin_flags_im_enabled;
 int gcin_shift_space_eng_full;
@@ -121,6 +122,7 @@
   tsin_buffer_size = get_gcin_conf_int(TSIN_BUFFER_SIZE, 40);
   tsin_tab_phrase_end = get_gcin_conf_int(TSIN_TAB_PHRASE_END, 0);
   tsin_tail_select_key = get_gcin_conf_int(TSIN_TAIL_SELECT_KEY, 0);
+  tsin_buffer_editing_mode = get_gcin_conf_int(TSIN_BUFFER_EDITING_MODE, 0);
 
   phonetic_char_dynamic_sequence = get_gcin_conf_int(PHONETIC_CHAR_DYNAMIC_SEQUENCE, 1);
   phonetic_huge_tab = get_gcin_conf_int(PHONETIC_HUGE_TAB, 0);
