06/03/04 02:15:40 1uHTGrLn
なぜかcygwinのemacsが起動しないのでuim.elで入力できるかは確
認できませんでした。
uim-fepではanthyで漢字も出ましたよ。このパッチが必要でしたが。
Index: uim-fep.h
===================================================================
--- uim-fep.h (revision 3156)
+++ uim-fep.h (working copy)
@@ -44,6 +44,9 @@
#ifdef HAVE_CURSES_H
#include <curses.h>
#endif
+#ifdef __CYGWIN32__
+#include <sys/termios.h>
+#endif
#include <uim/uim.h>
#define FALSE 0