Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: trapped in bash
- X-seq: zsh-users 22226
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>, zsh-users@xxxxxxx
- Subject: Re: trapped in bash
- Date: Sat, 17 Dec 2016 12:43:54 -0800
- 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==
- In-reply-to: <58559FC0.3080501@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <58540944.3030706@eastlink.ca> <20161216215117.GF2023@pug.qqx.org> <58546D36.5050908@eastlink.ca> <161216150556.ZM4016@torch.brasslantern.com> <58559FC0.3080501@eastlink.ca>
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author