Author: yamakenz
Date: Mon Aug 13 07:12:55 2007
New Revision: 4844

Modified:
   trunk/scm/uim-sh.scm

Log:
* scm/uim-sh.scm
  - (uim-sh-loop): Fix prompt printing on --strict-batch. Thanks
    No.806 of [uim thread 7]


Modified: trunk/scm/uim-sh.scm
==============================================================================
--- trunk/scm/uim-sh.scm        (original)
+++ trunk/scm/uim-sh.scm        Mon Aug 13 07:12:55 2007
@@ -91,6 +91,7 @@
 (define uim-sh-loop
   (lambda (my-read)
     (if (and (not uim-sh-opt-batch)
+            (not uim-sh-opt-strict-batch)
             (not (provided? "editline")))
        (display uim-sh-prompt))
     ;; Non-recoverable read error is turned into fatal errorr such as

Reply via email to