From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3501 invoked from network); 21 Mar 2005 16:12:12 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Mar 2005 16:12:12 -0000 Received: (qmail 23720 invoked from network); 21 Mar 2005 16:12:06 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Mar 2005 16:12:06 -0000 Received: (qmail 23600 invoked by alias); 21 Mar 2005 16:12:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 21039 Received: (qmail 23590 invoked from network); 21 Mar 2005 16:12:03 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 21 Mar 2005 16:12:03 -0000 Received: (qmail 23576 invoked from network); 21 Mar 2005 16:12:03 -0000 Received: from vms040pub.verizon.net (206.46.252.40) by a.mx.sunsite.dk with SMTP; 21 Mar 2005 16:11:57 -0000 Received: from candle.brasslantern.com ([4.11.1.68]) by vms040.mailsrvcs.net (Sun Java System Messaging Server 6.2 HotFix 0.04 (built Dec 24 2004)) with ESMTPA id <0IDP0098DMBUOFW1@vms040.mailsrvcs.net> for zsh-workers@sunsite.dk; Mon, 21 Mar 2005 10:11:56 -0600 (CST) Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j2LGBpPC012395 for ; Mon, 21 Mar 2005 08:11:51 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j2LGBpDZ012394 for zsh-workers@sunsite.dk; Mon, 21 Mar 2005 08:11:51 -0800 Date: Mon, 21 Mar 2005 16:11:51 +0000 From: Bart Schaefer Subject: Re: Can't redefine execute-named-cmd ?? In-reply-to: <200503211113.j2LBDYRI006513@news01.csr.com> To: zsh-workers@sunsite.dk (Zsh hackers list) Message-id: <1050321161151.ZM12393@candle.brasslantern.com> MIME-version: 1.0 X-Mailer: Z-Mail (5.0.0 30July97) Content-type: text/plain; charset=us-ascii References: <1050321015030.ZM11555@candle.brasslantern.com> <200503211113.j2LBDYRI006513@news01.csr.com> Comments: In reply to Peter Stephenson "Re: Can't redefine execute-named-cmd ??" (Mar 21, 11:13am) X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On Mar 21, 11:13am, Peter Stephenson wrote: } } execute-named-command as well as the isearch commands have horribly } incestuous ways of using key bindings. Obviously so, but what does that have to do with the inability to redefine it? And why does it cause a crash when calling it by name with "zle execute-named-cmd"? Something more than keybindings is rotten in Denmark, if you'll pardon my cliche. } They could do with being } rewritten as a suite of functions with special keymaps. [...] } As things stand I will probably be available to work on this myself in } 2012 (but don't hold me to it). Yes, I've looked at that, too, and been similarly discouraged.