> set +o vi
> # è
> # ^ OK, as long as vi is off.
> set -o vi
> # \U+00C3\U+00A8
> # ^ this is what I see when I type "è", with *vi* on

> set +o emacs
> # è
> # ^ OK, as long as emacs is off.
> set -o emacs
> #
> # ^ when I type "è" with *emacs* on, I see nothing

Of course you need to compile DASH with "--with-libedit" in order to
reproduce the issue.
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to