From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 494 invoked from network); 27 Aug 2006 20:11:27 -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,UNPARSEABLE_RELAY 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; 27 Aug 2006 20:11:27 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 74131 invoked from network); 27 Aug 2006 20:11:21 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 27 Aug 2006 20:11:21 -0000 Received: (qmail 10965 invoked by alias); 27 Aug 2006 20:11:11 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 10648 Received: (qmail 10956 invoked from network); 27 Aug 2006 20:11:10 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 27 Aug 2006 20:11:10 -0000 Received: (qmail 72916 invoked from network); 27 Aug 2006 20:11:10 -0000 Received: from dan.emsphone.com (199.67.51.101) by a.mx.sunsite.dk with SMTP; 27 Aug 2006 20:11:08 -0000 Received: (from dan@localhost) by dan.emsphone.com (8.13.6/8.13.6) id k7RKB5AZ023646; Sun, 27 Aug 2006 15:11:05 -0500 (CDT) (envelope-from dan) Date: Sun, 27 Aug 2006 15:11:05 -0500 From: Dan Nelson To: Bart Schaefer Cc: zsh-users@sunsite.dk Subject: Re: Feature-request Message-ID: <20060827201105.GA21198@dan.emsphone.com> References: <060826114554.ZM15290@torch.brasslantern.com> <060827125414.ZM17313@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <060827125414.ZM17313@torch.brasslantern.com> X-OS: FreeBSD 6.1-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.12-2006-07-14 In the last episode (Aug 27), Bart Schaefer said: > On Aug 27, 8:17pm, James Andrewartha wrote: > } > } At least with gnome-terminal and putty, > } > } bindkey "^[[Z" reverse-menu-complete > > The esc-[-Z sequence for shift+tab does seem to be standard in more > recent versions of X11 (possibly Xorg but not XFree86?), though I'm > not having any luck tracking down where it gets set. E.g., it works > in my xterm on RedHat EL4, but not RedHat EL3, and it's not getting > assigned in the app-defaults. There's also a termcap string for the back-tab keystroke: kB. zmodload zsh/termcap bindkey ${termcap[kB]:-"^[[Z"} reverse-menu-complete -- Dan Nelson dnelson@allantgroup.com