Re: EOF not disabled in readline

2020-07-25 Thread Dale R. Worley
Grisha Levit writes: > It seems that disabling the EOF character does not have an effect on > readline. For example: > > $ stty sane > $ stty eof undef > $ ^D > Use "logout" to leave the shell. > $ read -e; echo $? > ^D > 1 That's messy! When you execute "read -e", yo

apparent inconsistencies in readline documentation

2020-07-25 Thread Daniel Molina
Hi, I found some aspects of readline documentation that seem inconsistent to me and I wanted to share them. 1. The difference between backward-kill-line and unix-line-discard readline commands. Documentation states:    backward-kill-line (C-x Rubout)   Kill backward to the begin