From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1313 invoked by alias); 17 Dec 2016 22:41:00 -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: 22227 Received: (qmail 219 invoked from network); 17 Dec 2016 22:41:00 -0000 X-Qmail-Scanner-Diagnostics: from mta04.eastlink.ca 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(24.224.136.10):SA:0(-3.8/5.0):. Processed in 0.760638 secs); 17 Dec 2016 22:41:00 -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=-3.8 required=5.0 tests=RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.10 as permitted sender) X-Authority-Analysis: v=2.2 cv=ZvqvEJzG c=1 sm=1 tr=0 a=PO7vbHvrMImvGZeqfA9mQA==:117 a=PO7vbHvrMImvGZeqfA9mQA==:17 a=N659UExz7-8A:10 a=xWbO2uO0CfSDOv-fPV4A:9 a=pILNOxqGKmIA:10 X-EL-IP-NOAUTH: 24.207.113.71 Message-id: <5855BEF2.6090208@eastlink.ca> Date: Sat, 17 Dec 2016 14:40:50 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-version: 1.0 To: Bart Schaefer , zsh-users@zsh.org Subject: Re: trapped in bash References: <58540944.3030706@eastlink.ca> <20161216215117.GF2023@pug.qqx.org> <58546D36.5050908@eastlink.ca> <161216150556.ZM4016@torch.brasslantern.com> <58559FC0.3080501@eastlink.ca> <161217124354.ZM7815@torch.brasslantern.com> In-reply-to: <161217124354.ZM7815@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 12/17/2016 12:43 PM, Bart Schaefer wrote: > 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. No need to risk doing something that might be flaky, I'm just rebuilding as needed. So far there hasn't been a hint of a problem beyond needing to retrieve some 64 bit libraries. So I'm pumped that zsh will rebuild with similar results. > > } 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. > > Ah ... it's the stock files in /etc/zsh, I renamed the directory and everything is as I expect. It's one of my perpetual mini-rants to hate the way most linux programs hide bits of themselves all over the place. Actually I deleted all those on my main machine for fear of them doing funny things on Tuesday, but it's time I took a look at them again and put them work, maybe, now that I have some clue what I'm doing. Thanks Bart.