From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dani Barral Newsgroups: gmane.emacs.help Subject: unexpected Del behaviour after C-d binding Date: Tue, 26 Nov 2002 11:12:52 +0000 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <3DE35734.4060401@staffs.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1038309168 819 80.91.224.249 (26 Nov 2002 11:12:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 11:12:48 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Gde2-0000D3-00 for ; Tue, 26 Nov 2002 12:12:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GdfY-0004fo-00; Tue, 26 Nov 2002 06:14:20 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18GdeO-0004ID-00 for help-gnu-emacs@gnu.org; Tue, 26 Nov 2002 06:13:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18GdeN-0004Hk-00 for help-gnu-emacs@gnu.org; Tue, 26 Nov 2002 06:13:08 -0500 Original-Received: from mail.staffs.ac.uk ([193.60.4.62]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18GdeM-0004HA-00 for help-gnu-emacs@gnu.org; Tue, 26 Nov 2002 06:13:06 -0500 Original-Received: from staffs.ac.uk (bsdhcp-108-173.staffs.ac.uk [195.195.108.173]) by mail.staffs.ac.uk (8.9.1/8.9.1) with ESMTP id LAA27056 for ; Tue, 26 Nov 2002 11:13:05 GMT User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4017 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4017 Hi, I'm trying to configure the keyboard of my laptop into something more confortable for my hands. First I want to rebind some emacs commands and after I'll exchange some control,alt,... keys in X. The problem I having with GNU Emacs 21.2.1 is that the behaviour of the Del key changes after this: (global-unset-key "\C-d") (global-set-key "\C-d" 'next-line) Now everytime I press Del next-line is executed. However C-h Del returns: runs the command "^D" which is a keyboard macro. Could anybody what's wrong with those two bindings above? Cheers Dani