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:29:48 +0800 Message-ID: <558029310904090729x1a5019d1r51e36d44cbf223ba@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016364274db8fc39304672014ea X-Trace: ger.gmane.org 1239380775 31319 80.91.229.12 (10 Apr 2009 16:26:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Apr 2009 16:26:15 +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:27:34 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 1LsJZj-0000PW-Rd for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Apr 2009 18:27:32 +0200 Original-Received: from localhost ([127.0.0.1]:57979 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LsJYL-0003HR-AH for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Apr 2009 12:26:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrvGN-0001d6-Sg for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 10:29:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrvGI-0001Zj-Hl for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 10:29:54 -0400 Original-Received: from [199.232.76.173] (port=53042 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrvGI-0001Za-CJ for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 10:29:50 -0400 Original-Received: from mail-qy0-f116.google.com ([209.85.221.116]:60787) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrvGI-0007gk-12 for help-gnu-emacs@gnu.org; Thu, 09 Apr 2009 10:29:50 -0400 Original-Received: by qyk14 with SMTP id 14so1057417qyk.14 for ; Thu, 09 Apr 2009 07:29:48 -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=H8gCi1qNb4EGSYy4V7634+YI382G4urqDVUwMWMkRbc=; b=OIEWxmythPndIzCrHdhBj0ELJB0PdAL5dt7dk44fNcsDrNzA8ZD9wQumGpMs82TLEC eaIsRrb2i0j1gD+rTRFUDmhKL379I2JqprpCeQuvvv7sXoH4il09dV95tjiIecHn9cVO wbTfw01KHhlfwf/wdMMaCg6B+Vs2DgS8F1Pfg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=SJwx+m/xSb4yVhQe9MqJEmTMW6TnamHYXqaCfPQK+CziYeGAdCBWjeTlIXBkyA75jV /xn0MOWfKwA9e3UcBGizxav4V+qvVnZu9YJsUzfCtQvd9HwZ/ron3dRIpZ6bvP+Log35 3HsgmKXVfWxKk72+t28heqmbZRI7dLsw0upa8= Original-Received: by 10.229.83.146 with SMTP id f18mr846943qcl.41.1239287388422; Thu, 09 Apr 2009 07:29:48 -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:36 -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:63637 Archived-At: --0016364274db8fc39304672014ea 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 --0016364274db8fc39304672014ea 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 --0016364274db8fc39304672014ea--