From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25246 invoked by alias); 17 Dec 2016 20:43:53 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 22226 Received: (qmail 20318 invoked from network); 17 Dec 2016 20:43:53 -0000 X-Qmail-Scanner-Diagnostics: from mail-vk0-f45.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.213.45):SA:0(-0.0/5.0):. Processed in 1.636403 secs); 17 Dec 2016 20:43:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.213.45 as permitted sender) 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=YE3aTjJUbguiRpbPQuZ6ODx8mBej29EJGwcdJW5y4TQ=; b=maClneiB6LcyZ+uanZJbrOlqeWOSwGiUSyjxCNQNYCZNUonBSibLGWEjEOaA3sGNZ4 kwfGjHPNzz8U8zYsszYq3ofysz1r0sViCPbcs/lJfU0cR5ezUxoa0mSZnpwn6K0ykEff h4yNtGAfejtRnNgiczT3zGQ92pzNsd8a36VdJEbAy/DZLhVmfpho0ARUBWIqPd6RFI+u lNg+B2c0arcTSLl/b5Fgs8F1ocHK7eUaptzinvRJHauj4sxsT5npRorvd57mZ6LlLypc 3avn859bzCrembKnCvFeF1mJQJGo9fFA3WVolIGxQVTY84Cfol1gCz1PhV02wlMtNO+F if6w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=YE3aTjJUbguiRpbPQuZ6ODx8mBej29EJGwcdJW5y4TQ=; b=TxSGF1YcenUJR6hsfRvtHJPB8nDjT903EtMOl4B/Sm3mcuwAqQs3a0le+OEOGi8Iyr mpvV/8h5/+GJSYLoTOl0rDzzeviGVv2Nsn18wbrN6HjF4g+6mDe/EclOmTLw0TKq//aJ cubaw9MfcsaRi8tlKzlepxoxj8p8D1Ah6+mGcgyJYExfTnUo8OAqqQZXaP0nToXJA7Cy vAv3G6sb/lRBVtn/UR4FCGUxg0roO1u9OlyPz3KqG+soDZz0+vrYdwh3VmVdt0EDnp/m p3o9Y9K01M1hr0kYM9gzBPTNyfWvYi76SNW4WObBY08UmNyADtdK7MGFiuGusHKCLQXd NgrA== X-Gm-Message-State: AIkVDXJGf6a0kdjB+Y1ptLQySmB7l47abmOlnVDASUEemGG44Lg96trYWgbY8TBGX+BmSg== X-Received: by 10.31.248.131 with SMTP id w125mr3787348vkh.10.1482007421942; Sat, 17 Dec 2016 12:43:41 -0800 (PST) From: Bart Schaefer Message-Id: <161217124354.ZM7815@torch.brasslantern.com> Date: Sat, 17 Dec 2016 12:43:54 -0800 In-Reply-To: <58559FC0.3080501@eastlink.ca> Comments: In reply to Ray Andrews "Re: trapped in bash" (Dec 17, 12:27pm) References: <58540944.3030706@eastlink.ca> <20161216215117.GF2023@pug.qqx.org> <58546D36.5050908@eastlink.ca> <161216150556.ZM4016@torch.brasslantern.com> <58559FC0.3080501@eastlink.ca> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Ray Andrews , zsh-users@zsh.org Subject: Re: trapped in bash MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Dec 17, 12:27pm, Ray Andrews wrote: } } Seems I have to rebuild all my own C projects as they have the same } 'not found' characteristic. Or you need to follow Aaron's instructions for installing the 32-bit runtime on your 64-bit system. Although that's not *guaranteed* to make everything work without rebuilding. } and so far everything is where I put it, except that command completion, } if there is no match, brings up the last command, whereas my setup } should do nothing (leave the prompt blank). Where might that change be } effected from? That doesn't sound familiar at all. Bringing up the last command seems to imply that one of the history completers is in the zstyle. Your best bet may be: 1. type ctrl-x h and see what completions are active in that context; 2. if that doesn't give you an obvious hint, use ctrl-x ? for a debug trace and look through that.