zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: Andy Spiegl <zsh.Andy@spiegl.de>, zsh-workers@sunsite.auc.dk
Subject: Re: bug in _mutt ?
Date: Mon, 26 Jun 2000 17:51:06 -0700	[thread overview]
Message-ID: <000626175106.ZM30186@candle.brasslantern.com> (raw)
In-Reply-To: <20000626214302.A28182@br-online.de>

On Jun 26,  9:43pm, Andy Spiegl wrote:
> > [...] on strings that aren't necessarily file names.  So you should find
> > that if you type
> > 
> > % mutt -f =sub<TAB>
> > 
> > it'll append the slash, and offer completions of
> > 
> > cus  mutt  zsh  zsh-workers  linux  kira  akte
> 
> Hm, it does append the slash, but then I only get a beep. :-(

Time for <C-x?> and a look at the trace output.  As I said, I don't use
mutt, so it's not straightforward for me to debug this stuff.

> actually in that case I would expect zsh to offer me _all_ the files in
> that directory.  Hm, that's probably the same issue as whether completion
> after = or + should only list the .muttrc-defined mailboxes or whether it
> should list all files under ~/Mail.  I'd prefer both...in separate groups.

Right now _mailboxes understands "mailboxes" and "files in $maildirectory"
as two separate groups, and the prefix `=' is used to introduce "mailboxes"
rather than being an abbreviation for $maildirectory.

It would be possible to treat `=' both ways by moving the `compset -P' test
from the `case' statement down into the `while _tags' loop, I think; it
would also be necessary to special-case the _files call for mutt to pass
it -W $maildirectory, and maybe some other things ...


  reply	other threads:[~2000-06-27  0:51 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20000619211650.A5701@br-online.de>
2000-06-19 20:18 ` Bart Schaefer
2000-06-20 11:28   ` Andy Spiegl
2000-06-20 11:53     ` Peter Stephenson
2000-06-20 13:33       ` Bart Schaefer
2000-06-21 15:24       ` Bart Schaefer
2000-06-22  1:56         ` Clint Adams
2000-06-22  3:55         ` Geoff Wing
2000-06-22  3:59           ` Clint Adams
2000-06-20 14:02     ` Clint Adams
2000-06-20 15:18       ` Andy Spiegl
2000-06-21  7:55         ` Andy Spiegl
2000-06-21 15:21           ` Bart Schaefer
2000-06-21 15:30             ` Bart Schaefer
2000-06-22  1:50             ` Clint Adams
2000-06-22  2:27             ` PATCH: multiple mailbox lines in muttrc Clint Adams
2000-06-22  4:07               ` PATCH: multiple mailbox lines in muttrc and more Clint Adams
2000-06-26 19:43             ` bug in _mutt ? Andy Spiegl
2000-06-27  0:51               ` Bart Schaefer [this message]
2000-06-20  8:01 Sven Wischnowsky
2000-06-20 12:21 Sven Wischnowsky
2000-06-20 12:28 Sven Wischnowsky
2000-06-22  8:36 Sven Wischnowsky
2000-06-22  9:48 ` Bart Schaefer
2000-06-22 13:43   ` Clint Adams

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=000626175106.ZM30186@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=zsh-workers@sunsite.auc.dk \
    --cc=zsh.Andy@spiegl.de \
    /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).