Thread: broken autocomplete in head

broken autocomplete in head

From
Pavel Stehule
Date:
Hi

it looks like backslash is ignored, and then autocomplete for backslash commands is off.

Regards

Pavel

Re: broken autocomplete in head

From
Tom Lane
Date:
Pavel Stehule <pavel.stehule@gmail.com> writes:
> it looks like backslash is ignored, and then autocomplete for backslash
> commands is off.

Turns out adding rl_initialize() did that :-(.  Fixed now.
        regards, tom lane



Re: broken autocomplete in head

From
Pavel Stehule
Date:


2015-12-17 22:56 GMT+01:00 Tom Lane <tgl@sss.pgh.pa.us>:
Pavel Stehule <pavel.stehule@gmail.com> writes:
> it looks like backslash is ignored, and then autocomplete for backslash
> commands is off.

Turns out adding rl_initialize() did that :-(.  Fixed now.

Thank you

Regards

Pavel
 

                        regards, tom lane