Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14131 > unrolled thread

Re: [PATCH] Add nofirstword completion option

Started byChet Ramey <chet.ramey@case.edu>
First post2018-05-23 09:15 -0400
Last post2018-05-23 09:15 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] Add nofirstword completion option Chet Ramey <chet.ramey@case.edu> - 2018-05-23 09:15 -0400

#14131 — Re: [PATCH] Add nofirstword completion option

FromChet Ramey <chet.ramey@case.edu>
Date2018-05-23 09:15 -0400
SubjectRe: [PATCH] Add nofirstword completion option
Message-ID<mailman.325.1527081344.1292.bug-bash@gnu.org>

[Multipart message — attachments visible in raw view] — view raw

On 5/23/18 5:44 AM, Luca Boccassi wrote:

> So by that, do you mean that it's possible to stop autocompleting to
> files/dirs/binaries just using a programmable completion script? Or did
> I misunderstand? Apologies if that's the case.
> 
> Right now we do have completion scripts to implement the help text for
> the commands (and for the empty set, which displays a general help with
> a summary), what's missing is stopping files/dirs/binaries completion
> for the first word, so that exclusively the commands are shown.

Exactly. What you want, I gather, is a way to restrict completions on the
command word to the small set of router commands valid in whichever mode
the console happens to be. Programmable completion provides a mechanism to
do that, but there is a missing piece of functionality that would allow it
to work on the command word. That's the change I would prefer to see.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web