Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zstyle is badly broken as of 20060817
- X-seq: zsh-workers 22649
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: zstyle is badly broken as of 20060817
- Date: Sun, 20 Aug 2006 13:53:20 -0700
- In-reply-to: <060820134419.ZM4072@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <060819111155.ZM28512@xxxxxxxxxxxxxxxxxxxxxx> <20060820175434.07ec703c.p.w.stephenson@xxxxxxxxxxxx> <060820134419.ZM4072@xxxxxxxxxxxxxxxxxxxxxx>
On Aug 20, 1:44pm, Bart Schaefer wrote:
}
} schaefer<501> zstyle ":completion:*:default" list-prompt ''
} schaefer<502> zstyle | grep list-prompt
} list-prompt
} schaefer<503> zstyle -d ":completion:*:default" list-prompt
} schaefer<504> zstyle | grep list-prompt
} schaefer<505> zstyle ":completion:*:default" list-prompt "Go On"
} schaefer<506> zstyle | grep list-prompt
} schaefer<507> echo $?
} 1
} schaefer<508>
}
} And yet I if I invoke completion after 502, then I still get the list
} displayed scrolling after 508.
And after 503, I should add.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author