This is the thread:

   http://www.mail-archive.com/bug-b...@gnu.org/msg07023.html

Looks like we can/should use this for bash-4:

   echo 'set echo-control-characters on' >> ~/.inputrc
   bind 'set echo-control-characters on'

but need another solution for bash-3.  I did a short try with the workaround,
like this: 

   # Send QUIT/INT
   send \031
   send \003
   send "sync001"
   expect -re ".*sync001$prompt$"

but for some reason the "sync001" interferes with the output.  Otherwise we
should maintain the `sleep .1' just for bash-3?

_______________________________________________
Bash-completion-devel mailing list
Bash-completion-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel

Reply via email to