bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] allow quoting completions w/o filename treatment


From: Grisha Levit
Subject: Re: [PATCH] allow quoting completions w/o filename treatment
Date: Wed, 5 Jul 2023 03:07:02 -0400

On Fri, Apr 14, 2023, 17:20 Grisha Levit <grishalevit@gmail.com> wrote:

>
> The attached patch hopefully addresses these difficulties by allowing for
> the decoupling of filename-specific match handling from match quoting.
>

Thanks very much for merging this.

It adds a new completion option `allquote' (I'm not quite happy with the
> name) which controls the corresponding new readline variable
> rl_all_quoting_desired.
>

I noticed you went with "fullquote" for the completion option name and it
occurs to me that this might be a bit confusing for users because of the
existing "complete_fullquote" shell option.

Maybe just "quote" would work? I don't mean to bikeshed this but wanted to
mention the potential overlap.

>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]