zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: Zsh Users <zsh-users@sunsite.dk>
Subject: Re: zsh 4.3.0-dev-2
Date: Sat, 10 Dec 2005 16:27:09 +0000	[thread overview]
Message-ID: <20051210162709.2c8b5349.p.w.stephenson@ntlworld.com> (raw)
In-Reply-To: <200512101603.jBAG3Y5F006182@pwslaptop.csr.com>

On Sat, 10 Dec 2005 16:03:33 +0000
Peter Stephenson <p.w.stephenson@ntlworld.com> wrote:
> If your keyboard provides such characters, don't use the "bindkey -m"
> option, which treats the high bit in 8-bit characters as if it were an
> escape character.  A shell with multibyte enabled will warn if you set
> the option.  You can remove all meta bindings with:
> 
> bindkey -L | grep '\\M' | 
>   sed -e '/^bindkey \(-R \|\)"\\M/s/[^ ]*$/undefined-key/' |
>   while read -r line; do eval $line; done
> 
> (that's the simplest I could come up with; the shell doesn't provide a
> direct antidote), but that doesn't seem to undo the effect completely,
> so there may be a bug lurking.

It's because I didn't restore the self-insert binding.  Add:

bindkey -R "\M-^@"-"\M-^?" self-insert

(although note this will override any meta bindings you have).


  reply	other threads:[~2005-12-10 16:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-09 15:32 Peter Stephenson
2005-12-10  3:48 ` William Scott
2005-12-10 16:03   ` Peter Stephenson
2005-12-10 16:27     ` Peter Stephenson [this message]
     [not found] <wgscott@chemistry.ucsc.edu>
2006-02-14 15:22 ` another (hopefully simple) completion question William Scott
2006-02-14 22:34   ` Peter Stephenson
2006-02-15  0:51     ` William Scott

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=20051210162709.2c8b5349.p.w.stephenson@ntlworld.com \
    --to=p.w.stephenson@ntlworld.com \
    --cc=zsh-users@sunsite.dk \
    /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).