From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: vmlinz unconscious Newsgroups: gmane.emacs.help Subject: How to unset a prefix key locally? Date: Thu, 9 Apr 2009 22:31:33 +0800 Message-ID: <558029310904090731y13f83922m36524b42366724d2@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016361e8252d7de1d0467201aa8 X-Trace: ger.gmane.org 1239380839 31490 80.91.229.12 (10 Apr 2009 16:27:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Apr 2009 16:27:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 10 18:28:38 2009 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.50) id 1LsJaj-0000nI-Rm for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Apr 2009 18:28:34 +0200 Original-Received: from localhost ([127.0.0.1]:43064 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsJZL-0003ql-85 for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Apr 2009 12:27:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrvI8-0002Ze-Vy for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 10:31:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrvI4-0002Vn-DO for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 10:31:44 -0400 Original-Received: from [199.232.76.173] (port=53102 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrvI3-0002Vd-Vf for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 10:31:40 -0400 Original-Received: from mail-qy0-f116.google.com ([209.85.221.116]:41917) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrvI3-00085c-Mq for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 10:31:39 -0400 Original-Received: by qyk14 with SMTP id 14so1059057qyk.14 for ; Thu, 09 Apr 2009 07:31:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=GTkMHTYYIDhWez2TceRrhl51PImdwl/Wa5kqBf8W+cY=; b=Lr5UAmk6nDeMEfR4eYWtu0N+aTuah/93OmbRxNat0//kMlBfufdE5NcWT0P6JEuIeE 3jdC8J6C4eDDInqpWO6rKVAIWHNus4B2iRM88/Y6GKHzR/DaOpKFqxs7/h6SPY4W4jWC m3prCF7n2YIaxKQo2U3WbHn29KkdTLPOygmB8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bc/o2E5KN0/q1Hl5GGvpIvpqBc49owKjCG9hSvS/SzyIznQ9Mkwa0Pghuyr+rO/Bcl L5jovr8vxdceDDxXjxSwwNUjHHdVqrZzeUKn4P1em7GeMlNNynDdw5bLNWQ2ayk39EJ2 FUtOIuhDi/BZOqQP4tsmPaWmNiOyXFFmBvigc= Original-Received: by 10.229.110.21 with SMTP id l21mr878197qcp.26.1239287493717; Thu, 09 Apr 2009 07:31:33 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 10 Apr 2009 12:22:41 -0400 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 Xref: news.gmane.org gmane.emacs.help:63638 Archived-At: --0016361e8252d7de1d0467201aa8 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Hello, I'm using emacs23.0.91 packaged by debian, the simple.el defined a key sequence "C(upercase letter 'c') - m" and the prefix 'C'(upercase letter 'c') prevent me from typing letter 'C'. I tried to unset the key binding "C - m" locally ,but the prefix is still there . I looked up functions in elisp manual but there is no function to unset a prefix key. Now I have to stop simple.el from loading or to change the debian load settings of simple.el to comment out the key settings. So how can I locally unset a prefix key? Thx --0016361e8252d7de1d0467201aa8 Content-Type: text/html; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Hello,

I'm using emacs23.0.91 packaged by debian, the simple.el defined a key sequence "C(upercase letter 'c') - m" and the prefix 'C'(upercase letter 'c') prevent me from typing letter 'C'.

I tried to unset the key binding "C - m" locally ,but the prefix is still there . I looked up functions in elisp manual but there is no function to unset a prefix key.

Now I have to stop simple.el from loading or to change the debian load settings of simple.el to comment out the key settings.

So how can I locally unset a prefix key?


Thx --0016361e8252d7de1d0467201aa8--