Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
%F doesn't work in format style
- X-seq: zsh-workers 25048
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: %F doesn't work in format style
- Date: Thu, 15 May 2008 21:29:25 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=icaUO/m/CMO3wHur8fOGpQnRvtiMRNJGsbzv8WfS53k=; b=wnj322eveXG1bQIH4Yxy8TthSAMNTWijxZXFtfMaenoyWcmUKa0oNPKqp930UGqbVIZR6llnDwgf0N+FvlEA2jaddOocO5D/Z4ig9DYtkn6j7c/CVshQvTtZLPWyfaUdg7VXg7xKEUwReDkljZaebr0hZXYvS1OXGOFsUivGaB4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZDoahB6RcrD4fe4tvF+Vnex//GH4gJh0RyRhGmm/1ySHPd/niCpoOwD/0KoY4E/2Ezsnugw9xemqrhFw0JR/nIoQVvJ/lmmpvyHAI1gi7Gaq/exRW4vgC5HGJRc9DX/2KtHOU27Gt7nVUsWs8w8ZrsZJMcXD3/hFqUlR9ZB2sUk=
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
zstyle ':completion:*:corrections' format '%B---- %d (errors: %e)%b'
works fine
zstyle ':completion:*:corrections' format '%F{red}---- %f%d (errors: %e)%b'
produces
{red}---- corrections (errors: 2)
(unformatted)
The manpage claims
This string may also contain the sequences
to specify output attributes, such as `%B', `%S' and `%{...%}'
Is %F such as %B? :) It's listed in the same section anyway.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author