From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1506 invoked by alias); 16 Dec 2013 22:34:35 -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: 18230 Received: (qmail 1971 invoked from network); 16 Dec 2013 22:34:30 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=L3+q36BIkBcZls5wSIpGUKft3mBxFkJ3577AYFf/010=; b=j9PMIH9y8ZHd8CqbgeDEFu5dxMHQdlfHhMcO9AhAzuTIk3eW8cWuC3Yt7nFoQ2kfAW tGDRCc5i0eZnqK8lwlMmFyUKTW0zC4JKEbOPzRjq8+hs1L2xebVraYetUeVFp7SimFKg Rxvj2KsEmalay0wH7LDqNFbqWcKlCGZogxB6LoMyx58+6w3/iDCEViADgunplCbKF6gR wjlzKb4LQmBzgPBok+Q/iFtmKcANzHIyt1E+FM5Bvpc/w4eQl4f+3Z/3jt+tmlnEBdaZ Bi+mIoC1KmFDiKOEtJVmCEVTx3TeYrxD9yjOlyyMvyALQFpZiDtZMe8QxgLwJl5l48Xl foDg== X-Gm-Message-State: ALoCoQl509JmM1FA1wxvPYI/A664ywPPpDfVgSCP2RzM2FlvFyi+/35px7hOTItI5QAiVdwalskU X-Received: by 10.180.38.35 with SMTP id d3mr303576wik.2.1387233268067; Mon, 16 Dec 2013 14:34:28 -0800 (PST) X-ProxyUser-IP: 86.6.157.246 Date: Mon, 16 Dec 2013 22:34:24 +0000 From: Peter Stephenson To: zsh-users@zsh.org Subject: Re: AltGr key combination recognition Message-ID: <20131216223424.5b2dcb72@pws-pc.ntlworld.com> In-Reply-To: <20131216220017.GA28783@jamhome.us> References: <20131216211102.GB28400@jamhome.us> <52AF7472.7010006@necoro.eu> <20131216220017.GA28783@jamhome.us> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.7; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Mon, 16 Dec 2013 14:00:17 -0800 Michael Rasmussen wrote: > On Mon, Dec 16, 2013 at 10:45:22PM +0100, Ren=C3=A9 'Necoro' Neumann wrot= e: > > Am 16.12.2013 22:11, schrieb Michael Rasmussen: > > > My freshly installed zsh[1] does not accept AltGr character input.=20 > Switching to bash allows the combinations to work. One possibility is that you might have "bindkey -m" in effect, which swallows up bytes with the top bit set (that now outputs a warning, however, unless your initialisation is explicitly suppressing that). Try starting a vanilla zsh with "zsh -f" and using "bindkey -e" (you can't undo the effect of "bindkey -m" within a shell without explicitly unbinding the sequences). --=20 Peter Stephenson Web page now at http://homepage.ntlworld.com/p.w.stephenson/