From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1516 invoked from network); 2 Sep 2006 15:47:13 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-25) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 Sep 2006 15:47:13 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 49012 invoked from network); 2 Sep 2006 15:47:04 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Sep 2006 15:47:04 -0000 Received: (qmail 1984 invoked by alias); 2 Sep 2006 15:46:57 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10658 Received: (qmail 1974 invoked from network); 2 Sep 2006 15:46:57 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 2 Sep 2006 15:46:57 -0000 Received: (qmail 47936 invoked from network); 2 Sep 2006 15:46:56 -0000 Received: from p548524d2.dip0.t-ipconnect.de (HELO localhost) (84.133.36.210) by a.mx.sunsite.dk with SMTP; 2 Sep 2006 15:46:53 -0000 Received: from localhost ([127.0.0.1]) by localhost with esmtp (Exim 4.60) (envelope-from ) id 1GJXhr-000468-Pr for zsh-users@sunsite.dk; Sat, 02 Sep 2006 17:46:52 +0200 Date: Sat, 02 Sep 2006 17:46:51 +0200 (CEST) Message-Id: <20060902.174651.74747463.Meino.Cramer@gmx.de> To: zsh-users@sunsite.dk Subject: The opposite of bindkey -m From: Meino Christian Cramer X-Mailer: Mew version 5.1 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, in a previous mail I asked, whether it is possible to change zsh to understand meta-keys in "binary form" instead of keycombinations with ->key>, cause vim understands only those - "bindkey -m" was the solution. Now the midnight commander only partly works, since it insists of getting the other kind of meta-keys: -key. Is there any way to "disable" bindkey -m without restarting zsh ? If yes I could create an alias of the form "alias mc='bindkey ; mc' Kind regards, mcc