From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29421 invoked by alias); 22 Jul 2015 12:04:37 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35852 Received: (qmail 12166 invoked from network); 22 Jul 2015 12:04:34 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= daniel.shahaf.name; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=47A hJaLat/LsIhaTabi6undJ4ok=; b=IdO5mBTUqkWRKYFr1PGamfUppS7JLWOWRfl uowek31MY79vJ8NpHO2SKqKAmdQ9Jk7GrmMDAm1W4HeuFS96Rh72aAEboPKe+9Qc lH6KVsBZ8XNaO+F+w9HiJ9JxDrNcu32yWP9hbLDKqRqhzb9C7gRg8K/k1VJJIXF5 DyNMriFg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=47 AhJaLat/LsIhaTabi6undJ4ok=; b=MrWeyLkB+UCdkuZzdUnb+MT2yYOSoalq24 QQGQKphh2sLyjOiFVo43TtI1uYK6ebRs7Htfgl30Be5jZfLtmfwn4uKFGKKJ+SuN aaKmb16TRNXxPsbFON+2zqKDW6QfDdlGHSF5IYA30SbpKYZoY9DuJT+Ts9KCZ1XC +JbdytA4w= X-Sasl-enc: Rqxn3PTKk7n9lNso3Qozu6m5Q5u7JWI16Da1EOFohW4L 1437565849 Date: Wed, 22 Jul 2015 11:50:47 +0000 From: Daniel Shahaf To: zsh-workers@zsh.org Subject: Completion bug after assignment,unset Message-ID: <20150722115047.GB2171@tarsus.local2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) The following: zsh -f autoload compinit && compinit RPS2=$PS2; unset PS2 ; setopt completes files rather than options. (Reproduced by llua on IRC.)