Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: prefix-needed style in _popd



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   



Messages sorted by: Reverse Date, Date, Thread, Author