From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Parke Newsgroups: gmane.emacs.help Subject: Is there a way to unset all Emacs key bindings? Date: Wed, 15 Jan 2014 23:43:05 -0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1389861056 27765 80.91.229.3 (16 Jan 2014 08:30:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jan 2014 08:30:56 +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 Jan 16 09:31:03 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W3iLp-0000oB-FZ for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Jan 2014 09:30:57 +0100 Original-Received: from localhost ([::1]:59067 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3iLo-0001Vn-ST for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Jan 2014 03:30:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3hbr-0007VA-Iw for help-gnu-emacs@gnu.org; Thu, 16 Jan 2014 02:43:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3hbq-0003YL-Pp for help-gnu-emacs@gnu.org; Thu, 16 Jan 2014 02:43:27 -0500 Original-Received: from mail-ob0-x22a.google.com ([2607:f8b0:4003:c01::22a]:45202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3hbq-0003YD-Kc for help-gnu-emacs@gnu.org; Thu, 16 Jan 2014 02:43:26 -0500 Original-Received: by mail-ob0-f170.google.com with SMTP id uy5so2407765obc.29 for ; Wed, 15 Jan 2014 23:43:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=NmBfTA6LKZTBFUk4nUjvyIyLx0GNLovmEzmIhAPe4E0=; b=OhNfAx0EWG6cNm+FaLQyEuGwZE/8kaR+tRdtnV701z8q9UwR89rFqbKul3R0BWMIBx AePSUDe7AWqroZoWwhIl17bsiOGN+ccFMK+2IGojh3wbUXQllKmm2JqRPIcejPb0ulWQ 0XBCqwENwuM05yLWbwCvTEcCIHYNPVHRRu1x7FwIMlZIxMVw2CZAlx6yW2Wmht8yJWVu g96+v/l+pAwq0alpBPEaRLaKQRaDU1tJIR6cwLWQxCc0weatSlojI+xyb6B0TZzosssz mdGZbMTPI5Tyks3EV2YxVHW/hCJyVH9Hd+J7UGevbNS2U4unrg/6fbTxyOuxnYbOEPD9 Yk5g== X-Received: by 10.60.123.10 with SMTP id lw10mr3806314oeb.24.1389858205537; Wed, 15 Jan 2014 23:43:25 -0800 (PST) Original-Received: by 10.182.221.228 with HTTP; Wed, 15 Jan 2014 23:43:05 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22a X-Mailman-Approved-At: Thu, 16 Jan 2014 03:30:46 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95428 Archived-At: Hi, I have made a list of the key bindings I want. I want to unset all other key bindings. (Or, alternatively, I want to unset all the key bindings, and then global-set-key the bindings I want.) Is this possible? I have tried: (global-unset-key "\x00" ) ... through ... (global-unset-key "\xff" ) I also tried: (setq global-map nil) Neither of these worked. There are still over 2500 lines of bindings when I run describe-bindings (in both Lisp Interaction and Fundamental modes). Thanks! -Parke