>>294
情報ありがとうございます。
もし持っている方、とりあえず修正点を見てみたいので・・以下と違う場合はください。よろしく。
現行の xdisp.cは、以下のパッチが当たっている。
このことですかね?
/* Prepare for redisplay by updating menu-bar item lists when
appropriate. This can call eval. */
+ #ifdef USE_W32_IME
+ static void prepare_menu_bars_0 ();
+ static void
+ prepare_menu_bars()
+ {
+ int count = SPECPDL_INDEX ();
+
+ specbind (Qw32_ime_buffer_switch_p, Qnil);
+ prepare_menu_bars_0 ();
+ unbind_to (count, Qnil);
+ }
+ static void
+ prepare_menu_bars_0 ()
+ #else
static void
prepare_menu_bars (void)
+ #endif
{
NTEmacs スレッド 5 [転載禁止]©2ch.net
■ このスレッドは過去ログ倉庫に格納されています
2016/09/14(水) 08:59:40.35ID:DcjhQOv40
■ このスレッドは過去ログ倉庫に格納されています
