[uim-commit] r1538 - branches/r5rs/uim

yamaken at freedesktop.org yamaken at freedesktop.org
Thu Sep 22 05:19:13 PDT 2005


Author: yamaken
Date: 2005-09-22 05:19:09 -0700 (Thu, 22 Sep 2005)
New Revision: 1538

Modified:
   branches/r5rs/uim/uimint.h
Log:
* uim/uimint.h
  - Resurrect the codes lost in mismerge of r1536


Modified: branches/r5rs/uim/uimint.h
===================================================================
--- branches/r5rs/uim/uimint.h	2005-09-21 19:42:24 UTC (rev 1537)
+++ branches/r5rs/uim/uimint.h	2005-09-22 12:19:09 UTC (rev 1538)
@@ -119,6 +119,24 @@
   int nr_psegs;
 };
 
+
+/*
+  Most of following definitions should be separated into another file such as
+  private.h since they are not relevant to input contexts. I'm not having
+  enough time to do and validate it. Anyone?  -- YamaKen 2005-07-30
+*/
+
+#if 0
+/*
+  Evaluating a S-expression in C involves the two problems, performance and
+  sourcecode-simpleness. Traditional UIM_EVAL_FSTRINGn() satisfies the latter,
+  but loses former. Manual sexp construction and evaluation by a sequence of
+  function calling is an opponent. The two should co-exist until better
+  solution has been implemented as a uim-scm API.  -- YamaKen 2005-07-30
+ */
+#define UIM_EVAL_SEXP_AS_STRING
+#endif
+
 #ifdef HAVE_PTHREAD_H
 #include <pthread.h>
   #define UIM_DEFINE_MUTEX(mtx)                                              \



More information about the uim-commit mailing list