Resolved (was: Re: Tab completion problem / puzzle)
Thanks, that solves / explains what I apparently did! I never intentionally
typed set -x, but I sometimes run xset and may have fat fingered that somehow
(but that would take quite fat fingers ;-)
On Sunday, December 01, 2019 01:57:42 PM David Wright wrote:
> Type "set +x" and this tracing should disappear. If not, then "set +v"
> should do it. How did set -x get set? Possibly you ran a script that
> didn't remember to unset it after setting it. For example, my
> ~/.xsession starts with set -x and ends with set +x.
Reply to: