From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22894 invoked by alias); 1 Nov 2012 00:10:25 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17368 Received: (qmail 14515 invoked from network); 1 Nov 2012 00:10:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.9 as permitted sender) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.0 cv=ZKCsaQHb c=1 sm=1 a=sgO5gNtQRqEA:10 a=8nJEP1OIZ-IA:10 a=PUDePFCDH1CJX-wPMFwA:9 a=wPNLvfGTeEIA:10 a=/bLbuBD0lrv91xL1PDQKaA==:117 Message-id: <5091BDEB.5050208@eastlink.ca> Date: Wed, 31 Oct 2012 17:10:19 -0700 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-version: 1.0 To: zsh-users@zsh.org Subject: delete key :( References: <20121031134007.GA9731@localhost.localdomain> <20121031142546.529e1709@pwslap01u.europe.root.pri> <121031093018.ZM11752@torch.brasslantern.com> <20121031223206.GA19590@localhost.localdomain> In-reply-to: <20121031223206.GA19590@localhost.localdomain> Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit All, Just a quick mini-bitch. Playing with the Salix distro, I imported all my ~/.z* files, and got things more or less working ok, except that a few standard keys didn't work, like 'delete' prints a tilde, etc. I've since figured out that this is because several keys are assigned to their normal function in the '/etc/zsh' directory of Debian based distros. Why on Earth would keys as standard as 'delete' not have their normal function ROOTB? Why must we work to get something so basic? Even bash gives us those keys by default.