zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: zsh-users@sunsite.auc.dk
Subject: Re: different kind of glob_complete?
Date: Fri, 3 Sep 1999 14:40:03 +0000	[thread overview]
Message-ID: <990903144003.ZM26279@candle.brasslantern.com> (raw)
In-Reply-To: <990903093156.ZM25241@candle.brasslantern.com>

On Sep 3,  9:31am, Bart Schaefer wrote:
} Subject: Re: different kind of glob_complete?
}
} [...]  even in 3.0.5 the behavior
} is the same as 3.1.6.  So I need to correct the 3.0.6 doc.

I found the 3.1.6 doc slightly confusing, so here's a patch for it, which
matches what I'm putting into the 3.0.6 doc:

Index: Doc/Zsh/options.yo
===================================================================
@@ -389,11 +389,11 @@
 item(tt(GLOB_COMPLETE))(
 When the current word has a glob pattern, do not insert all the words
 resulting from the expansion but generate matches as for completion and
-cycle through them like tt(MENU_COMPLETE). The matches are generated
-as if a `tt(*)' is added to the end of the word or inserted at the cursor if
-tt(COMPLETE_IN_WORD) is set.  Since this doesn't use globbing, it
-works not only for files but for all completions, such as options,
-user names, etc.
+cycle through them like tt(MENU_COMPLETE). The matches are generated as if
+a `tt(*)' was added to the end of the word, or inserted at the cursor when
+tt(COMPLETE_IN_WORD) is set.  This actually uses pattern matching, not
+globbing, so it works not only for files but for any completion, such as
+options, user names, etc.
 )
 pindex(GLOB_DOTS)
 cindex(globbing, of . files)

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com


  parent reply	other threads:[~1999-09-03 14:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-03  7:41 Sven Wischnowsky
1999-09-03  9:31 ` Bart Schaefer
1999-09-03  9:45   ` Andrej Borsenkow
1999-09-03 14:40   ` Bart Schaefer [this message]
1999-09-03 17:28 ` Will Day
  -- strict thread matches above, loose matches on Subject: below --
1999-09-06  9:13 Sven Wischnowsky
1999-09-03  4:39 Will Day
1999-09-03  5:25 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=990903144003.ZM26279@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).