From: laurent DOT charles AT st DOT com (Laurent Charles) Subject: [b20] expect and timeout 17 Nov 1998 18:00:51 -0800 Message-ID: <3651879F.5930ED65.cygnus.gnu-win32@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: gnu-win32 Hello, I face some problems with 'expect' (b20) with the timeout. The following commands: set timeout 1 expect -re "!!!" {send_user "rrr\n"} timeout {send_user "bbb\n"} never raises the timeout. If I try exactly the same commands on my solaris box, it replies "bbb" after about one second. Any idea? Thank you. --Laurent - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".