From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6369 invoked by alias); 26 Feb 2011 20:17:39 -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: 15830 Received: (qmail 1655 invoked from network); 26 Feb 2011 20:17:35 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) 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,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.214.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=o9p4pUVZIAT/VvlYiOWyfs0NEG2OkXflsREH06rzFQE=; b=VxzXBbcqvNhzywh0KxiM1Ith+5mZpaNgU6mrkeCcM7NbdJnhdSYicmYPNToynW+6Ah yZy4Q11Jhbahier7j1mo/iULPeH5622e3c5+I/ohCJsUQDyLywPyNxjBwjeXIKDjuDsd /Qk91vyo7XDVLwhIydrF2upIvFmz2p3PI0bZA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Gio/6pdHZIzc7Ge6RIyrm7DBsc46q6QnSxt3PGGRjXXHDxtIpw9i0fmihzD9ERbr/W ROD+DlMpUUVAnZKKNtPhPKnAzPPvDjsDSGl87ed+qXAuFTNBOvKkNingA1jMPBQiOnnH ZYV0BXS26f5Gxh3xqaag90kV29GlIzS+UbS+M= MIME-Version: 1.0 In-Reply-To: References: <110215074453.ZM31765@torch.brasslantern.com> <110215195121.ZM32256@torch.brasslantern.com> <110216090123.ZM799@torch.brasslantern.com> Date: Sat, 26 Feb 2011 12:09:48 -0800 Message-ID: Subject: Re: Key bindings not working under screen From: Hemant Borole To: Thorsten Kampe Cc: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=001636c5a8a452cbd1049d350724 --001636c5a8a452cbd1049d350724 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable move $HOME/.zsh* to some place. logout and log back in. Let the zsh config rerun and then everything appears to work, with the EDITOR set to vi in .zshrc On Fri, Feb 25, 2011 at 8:56 AM, Thorsten Kampe wrote: > * Bart Schaefer (Wed, 16 Feb 2011 09:01:21 -0800) > > > > On Feb 16, 12:41pm, Thorsten Kampe wrote: > > } Subject: Re: Key bindings not working under screen > > } > > } > # at the top of .zshrc > > } > exec 2> /tmp/zshrc$$ > > } > setopt xtrace > > } > > } It reaches the end ("setopt noxtrace") in both cases (screen call in > > } .zlogin and without) and the generated log files in $TMP (zshrcnnnn) > are > > } exactly the same... > > > > Then it's time to look for something in /etc/zlogin or ~/.zlogin that > > may be causing it (assuming screen starts zsh as a login shell). If > > that's not the problem the only thing I could suggest is to create a > > verbose shell function wrapper for bindkey, something like > > > > zmodload -i zsh/parameter > > bindkey() { > > print -u2 -- "$functrace[@]": bindkey "$@" > > builtin bindkey "$@" > > } > > > > and install that very early, perhaps in ~/.zshenv. > > I decided not to continue at this point since not setting EDITOR to vim > fixes the issue. > > Thanks, Thorsten > > --=20 Hemant Borol=E9 --001636c5a8a452cbd1049d350724--