zsh-workers
 help / color / mirror / code / Atom feed
* Re:  Manual entry for compctl -M
@ 1999-02-02 14:54 Sven Wischnowsky
  1999-02-02 17:16 ` PATCH: 3.1.5-pws-6: compctl manual revision Peter Stephenson
  0 siblings, 1 reply; 5+ messages in thread
From: Sven Wischnowsky @ 1999-02-02 14:54 UTC (permalink / raw)
  To: zsh-workers


Peter Stephenson wrote:

> I'm just trying to tidy up the zshcomptl manual page a bit, since it's
> changed quite a lot (now I'll have to try and work the latest patch
> in).

Oops, sorry.

> The difficult bit is -M.  In particular I don't understand what
> is going on the partial completion example at all, nor can I get it to
> work.  The incantation given is:
> 
> compctl -M 'r:|[.,_-]=* r:|=*'
> 
> First, according to the description above this, it means that the
> `line pattern' is blank and the anchor is one of the set in [...].  Is
> that right?  Wouldn't I need to ignore what's on the left?

That's exactly what happens. The (first) pattern means: an empty
string to the left of (the anchor) `[.,_-]' matches any number of
characters. I.e.: any character on the left of the anchor `will be
ignored'.

> How does
> that help me complete, say comp.sources.u<TAB> as a partial word?  I
> tried something like
> 
> % compctl -M 'r:[.,_-]|=* r:|=*' -k '(comp sources unix)' foo
> % foo c.s.u<TAB>
> 
> but nothing happened.  I can get the c on its own to work, as usual,
> but nothing else.

The words have to contain the anchors:

  compctl -M 'r:|[.,_-]=* r:|=*' \
          -k '(comp.sources.unix comp.sources.misc)' foo

or just

  compctl -M 'r:|[.,_-]=* r:|=*'

as a global matcher and you can get `Zle/z_tr.c<TAB>' to complete to
`Zle/zle_tricky.c'.

(Note also that I put the anchor in its place again, after the `|'.)

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re:  PATCH: 3.1.5-pws-6: compctl manual revision
@ 1999-02-03  7:45 Sven Wischnowsky
  1999-02-03  8:06 ` Bart Schaefer
  1999-02-03  8:31 ` Peter Stephenson
  0 siblings, 2 replies; 5+ messages in thread
From: Sven Wischnowsky @ 1999-02-03  7:45 UTC (permalink / raw)
  To: zsh-workers


Peter Stephenson wrote:

> Here, after a certain amount of blood, sweat, toil and tears (or
> `blood, sweat, gravy and egg' as a washing powder commercial once put
> it) is a patch for compctl, which includes Sven's suggestions where
> appropriate so is intended to replace 5181.  Any further suggestions,
> obviously, are solicited.

Hm, this is 5179 for me.

> Unfortnately the expn.yo hunk will clash with the hunk in 5184, but if
> I try and postprocess it now I'll get into all sorts of trouble.

My 5184 doesn't contain a patch, maybe you mean 5183? But that doesn't 
clash.


Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1999-02-03  8:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-02 14:54 Manual entry for compctl -M Sven Wischnowsky
1999-02-02 17:16 ` PATCH: 3.1.5-pws-6: compctl manual revision Peter Stephenson
1999-02-03  7:45 Sven Wischnowsky
1999-02-03  8:06 ` Bart Schaefer
1999-02-03  8:31 ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).