From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Change C-d binding from delete-char to backward-delete-char-untabify Date: Wed, 06 Apr 2011 18:59:57 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1302136892 10663 80.91.229.12 (7 Apr 2011 00:41:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Apr 2011 00:41:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 07 02:41:28 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7dHk-00048A-Jo for geh-help-gnu-emacs@m.gmane.org; Thu, 07 Apr 2011 02:41:27 +0200 Original-Received: from localhost ([127.0.0.1]:49254 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7dHS-0006mi-4V for geh-help-gnu-emacs@m.gmane.org; Wed, 06 Apr 2011 20:41:02 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!news2.google.com!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!nntp.sysmatrix.net!news.sysmatrix.net.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 06 Apr 2011 18:59:48 -0500 User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) Original-Newsgroups: gnu.emacs.help X-No-Archive: yes Original-Lines: 13 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 12.73.132.95 Original-X-Trace: sv3-IHTC0NaAcWIZAkyJMxauaEHtmbbR5QowaPHGJEAevr8Pa9t8YFcYabH1XRRBUE3v7kAhgQH9SoY4w0r!05FU/HgqYUmVRbXJVaQhFf2ST+FymZusTkfpk0aLlt0iuyXA+wrT0+SDf7b8k8Jfg2IE7w2nC4Xv!amLfNm6dv71XJ1zjMIey//Uc9BrS8Q== Original-X-Complaints-To: abuse@sysmatrix.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1429 Original-Xref: usenet.stanford.edu gnu.emacs.help:186535 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-Gmane-Expiry: 2011-04-21 Xref: news.gmane.org gmane.emacs.help:80645 Archived-At: I notice that I use both of these functions in my .emacs: global-set-key define-key global-map Is it enough to make the new binding with either of these or does the default binding have to be unbound first? What is the difference between using those two methods? Can I then use the same method to bind [backspace] to delete-char? Thanks, Ed