zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@sunsite.dk>
Subject: Re: echo-ing case insensitively
Date: Thu, 13 Feb 2003 04:59:37 +0000	[thread overview]
Message-ID: <1030213045937.ZM6783@candle.brasslantern.com> (raw)
In-Reply-To: <20030212225953.GA2479@fruitcom.com>

On Feb 12, 11:59pm, Eric Smith wrote:
>
> I do not use directories much - I prefer underscores in filenames.

I suspect I know what you mean, but it's really not clear what the
second clause has to do with the first.

> What I want to do though is give this function an argument like
> say - `draft' and I want to see:
> today_draft
> Draft.mail
> some_other_DRAFT

	se () {
	    setopt localoptions extendedglob noshwordsplit
	    if [[ -n $2 ]]
	    then print -l (#i)$1/*$2*
	    else print -l (#i)*$1*
	    fi
	} 

> I want to type `draft' at the prompt and press <tab> and then
> get all the options above to show as possible expansions.
> 
> How?

Which of compctl or compsys are you using?


  reply	other threads:[~2003-02-13  5:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-12 22:59 Eric Smith
2003-02-13  4:59 ` Bart Schaefer [this message]
2003-02-13 14:57   ` Eric Smith
2003-02-23  1:47     ` 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=1030213045937.ZM6783@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@sunsite.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).