Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version;
        bh=8T/ov0nLbijpbdQ2qq7Mfe6pmGFvcqO6CEambmWRr7w=;
        b=TDOnlKohkU6THO5TYTh4orB015xVEf26yqXg7I8WawLXgLmvK4uDiJ4KUF9fFjxjMq
         eBaXilFu2AFRqvQ5jYA3A5shPNjG87sEYfGupEmAPNx7ULrJ6jBwcb2ezsZof5W2E6u2
         9ni99rQwE+yaOSo/ZBcxEnpp7y04KTeb6txX8sWlEyXAa2e2EbKXgvcXaPNNih1jiMNS
         4YqEoPhlyM4gNuACGDN/2beksHqbJiHfjlTS6re58+PEragW0TYIYXkokm0Xu7nv5aNg
         jE1R4g20VQUO+PCc6G77xpKwQ8gVWKbsCEMZOskHXKxyih18VCYkfGX1+0eh6i+YBcMx
         FeZA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version;
        bh=8T/ov0nLbijpbdQ2qq7Mfe6pmGFvcqO6CEambmWRr7w=;
        b=L1VVibgPanuOnsUoPdJRfmk3t1CvXlKMmiL1GNhk/+AxXxuhnv6uxAsGbwAlLvKzrK
         tx9762Ekc0ubFOhBPr1GDNqk1CNPI8gJN1ML4ObsnXRhZ5ego+gR70NMBJujlcSZ4TGB
         pzjTRlhDC+Osuc0ejF7OQk6yRq71BomAHwqCNKElxW7f8DSjrYLIKQ+VL6klhhzfBwUs
         hqM7x5vcWtl5ynPEoML4PkmmHlhZ8F3kSDhImXm/a2oTJ1pO4UTvCGzfeb78lwTk6+V6
         zBc9AInIUw05O2tVo2akEYbLtI50g9X+9LEJoJqAT2SAHVpbJMmGHu6Hj5mFZMfcqcWw
         5qWw==
X-Gm-Message-State: ALyK8tLI2ET6iLDdYT8usQr9PxWCwhg6Z4oG5wqKawNDPYKj3l8jo2wjuDhqWoD83ROiZg==
X-Received: by 10.98.90.67 with SMTP id o64mr4549040pfb.150.1465920822510;
        Tue, 14 Jun 2016 09:13:42 -0700 (PDT)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160614091402.ZM17103@torch.brasslantern.com>
Date: Tue, 14 Jun 2016 09:14:02 -0700
In-Reply-To: <3670.1465855245@thecus.kiddle.eu>
Comments: In reply to Oliver Kiddle <okiddle@yahoo.co.uk>
        "Re: Regression: broken completion on modification time" (Jun 14, 12:00am)
References: <87oa76172f.fsf@secretsauce.net> 
	<160612174712.ZM10957@torch.brasslantern.com> 
	<3670.1465855245@thecus.kiddle.eu>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers <zsh-workers@zsh.org>
Subject: Re: Regression: broken completion on modification time
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 38679

On Jun 14, 12:00am, Oliver Kiddle wrote:
}
} Bart wrote:
} > There was some controversy about this when it was added and discussion
} > of how to keep it from kicking in if menu selection was NOT enabled,
} > but I guess it never got fully resolved.
} 
} It should probably at least bail out if the complist module isn't loaded as
} per this patch. Or have you got any better ideas on what to check for?

You suggested:
> Looking for select in $_def_menu_style 

There's also the issue noted in workers/35770 (hopefully zsh.org is back
up) where the substitution of the descriptions for the actual values
(e.g. before/since for -/+) is confusing if the "format" style is not
set and the layout is poor when the "group-name" style is not set.

