From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11 invoked by alias); 25 Dec 2013 08:20:29 -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: 32179 Received: (qmail 20690 invoked from network); 25 Dec 2013 08:20:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) 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,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=wfX/6/S6z4ZFJ9f92ywbCFmkzZ4za5GnQjOsQOYeOgw=; b=EFzOKMERffgGNooyqDjEaRL7mMwbVqvkrlL+IOjMGTtTuz1tkaUibr0wyJtsdhqUqu UhMfkRwqFZirFtMNCUYbJ38tciOoZXH+mwHsixUm5c2DKd+S4OuajnM+0VeHLHNxIqYo hmd3xlRqj4PqS0ygc6tWyV6k0cn2a7sskF/aCambHJYLC+AaT/4DzbjrYJvDG2sAKWnr 42/rVBYFSN/Y8fBCrvlIFR4YVafNJuKcskJ7L5N0pXqVCFsVGEKyOiokao40TM/UHLQe RpJpPmJR4R1Qh2mhDT5AMg7mwEi0l8qGVjsPeiUGRB3HPA34/3HF1ENY6QlmYOrt3OM5 DnFw== X-Received: by 10.180.37.201 with SMTP id a9mr25374405wik.18.1387959608102; Wed, 25 Dec 2013 00:20:08 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20131224214220.2173519380.qww314159@soup.q.qbilt.org> References: <20131224214220.2173519380.qww314159@soup.q.qbilt.org> From: Richard Hartmann Date: Wed, 25 Dec 2013 09:19:48 +0100 Message-ID: Subject: Fwd: [Pkg-zsh-devel] Bug#733075: zsh: command completion not working after semicolon To: zsh workers Content-Type: text/plain; charset=UTF-8 Dear all, bug confirmed: % zsh -f eudyptes% autoload compinit;compinit eudyptes% ls bug confirmed eudyptes% echo zsh 5.0.4; bug confirmed 5.0.2 did not show this behaviour. Richard ---------- Forwarded message ---------- From: Jay Berkenbilt Date: Wed, Dec 25, 2013 at 3:42 AM Subject: [Pkg-zsh-devel] Bug#733075: zsh: command completion not working after semicolon To: Debian Bug Tracking System Package: zsh Version: 5.0.4-1 Severity: important Usually when I type a command followed by ;, after the ;, zsh is back to a state where TAB should complete on commands again. This is pretty basic completion behavior. After I upgraded to 5.0.4-1, I observed that this was no longer working. As soon as I type a ;, completion reverts to simple path completion. I observe this with my elaborate customizations and also with zsh -f. I have not looked into it, but it seems so fundamental, I thought it was worth reporting right away in case there's a real issue here. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.11-2-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages zsh depends on: ii libc6 2.17-97 ii libcap2 1:2.22-1.2 ii libtinfo5 5.9+20130608-1 ii zsh-common 5.0.4-1 Versions of packages zsh recommends: ii libncursesw5 5.9+20130608-1 ii libpcre3 1:8.31-2 Versions of packages zsh suggests: ii zsh-doc 5.0.4-1 -- no debconf information _______________________________________________ Pkg-zsh-devel mailing list Pkg-zsh-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-zsh-devel -- Richard