zsh-users
 help / color / mirror / code / Atom feed
From: Hemant Borole <hemantborole@gmail.com>
To: Thorsten Kampe <thorsten@thorstenkampe.de>
Cc: zsh-users@zsh.org
Subject: Re: Key bindings not working under screen
Date: Sat, 26 Feb 2011 12:09:48 -0800	[thread overview]
Message-ID: <AANLkTin_-iMnpkA9ecNbG28=oOqrZd8=Y=yEoWXDJSif@mail.gmail.com> (raw)
In-Reply-To: <ik8mvc$ent$1@dough.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1357 bytes --]

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
<thorsten@thorstenkampe.de>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
>
>


-- 
Hemant Borolé

      reply	other threads:[~2011-02-26 20:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-15 10:55 Thorsten Kampe
2011-02-15 11:16 ` Thorsten Kampe
2011-02-15 15:49   ` Bart Schaefer
2011-02-15 18:19     ` Thorsten Kampe
2011-02-15 15:44 ` Bart Schaefer
2011-02-15 18:59   ` Thorsten Kampe
2011-02-16  3:51     ` Bart Schaefer
2011-02-16 11:41       ` Thorsten Kampe
2011-02-16 17:01         ` Bart Schaefer
2011-02-25 16:56           ` Thorsten Kampe
2011-02-26 20:09             ` Hemant Borole [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTin_-iMnpkA9ecNbG28=oOqrZd8=Y=yEoWXDJSif@mail.gmail.com' \
    --to=hemantborole@gmail.com \
    --cc=thorsten@thorstenkampe.de \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).