zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: Zsh workers <zsh-workers@sunsite.dk>
Subject: Re: prefix-needed style in _popd
Date: Wed, 28 Mar 2001 06:22:06 +0000	[thread overview]
Message-ID: <1010328062206.ZM15021@candle.brasslantern.com> (raw)
In-Reply-To: <3AC1032D.263705A8@u.genie.co.uk>

On Mar 27, 10:16pm, Oliver Kiddle wrote:
} Subject: Re: prefix-needed style in _popd
}
} Bart Schaefer wrote:
} 
} > This is actually what _mailboxes does ... it adds all possible matches,
} > with + or @ or % or full paths or whatever ... I was wondering whether
} > it ought to be testing prefix-needed, too.
} 
} It should really. As should _mh. Also, it seems that _mh acts as if
} prefix-needed is true while _mailboxes acts like it is false. 

_mh has a lot more specialized knowledge about mh and its subcommands than
_mailboxes does.  For example, _mh also knows about sequences.  _mailboxes
just wants to generate all possible matches for other programs that can
interpret MH mailbox hierarchies.

Which now makes me think that _mailboxes is doing the right thing, and
thus that prefix-needed should be tested by callers of _mailboxes rather
than by _mailboxes itself.

Of course, _mutt is the only caller of _mailboxes at the moment, and *that*
behaves as if prefix-needed were true for options but not really for any
mailbox names.

There's also the question of whether it's more common to invoke the mail
commands with the abbreviation form (e.g., `+folder') or by full file
path.  Maybe the completion should show the abbreviated forms by default
and only show file paths when there's a non-empty prefix.

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

Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net   


  reply	other threads:[~2001-03-28  6:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-27  9:42 Sven Wischnowsky
2001-03-27 11:39 ` Oliver Kiddle
2001-03-27 17:56   ` Bart Schaefer
2001-03-27 21:16     ` Oliver Kiddle
2001-03-28  6:22       ` Bart Schaefer [this message]
2001-03-28 10:03         ` Peter Stephenson
  -- strict thread matches above, loose matches on Subject: below --
2001-03-27  9:22 Oliver Kiddle

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=1010328062206.ZM15021@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=zsh-workers@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).