- 136 名前:133 mailto:sage [2006/03/04(土) 02:15:40 ID: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
|

|