From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: A way to make Emacs completely disregard a key Date: Fri, 23 Jul 2010 11:49:20 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1279878648 19484 80.91.229.12 (23 Jul 2010 09:50:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Jul 2010 09:50:48 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 23 11:50:46 2010 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 1OcEtx-00028Y-I7 for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Jul 2010 11:50:45 +0200 Original-Received: from localhost ([127.0.0.1]:59968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcEtw-0005Y5-NJ for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Jul 2010 05:50:44 -0400 Original-Received: from [140.186.70.92] (port=48143 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcEt6-0005Xh-Df for help-gnu-emacs@gnu.org; Fri, 23 Jul 2010 05:49:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OcEt5-0002Eq-BW for help-gnu-emacs@gnu.org; Fri, 23 Jul 2010 05:49:52 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:42960) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcEt5-0002Ec-65 for help-gnu-emacs@gnu.org; Fri, 23 Jul 2010 05:49:51 -0400 Original-Received: by wyg36 with SMTP id 36so14466wyg.0 for ; Fri, 23 Jul 2010 02:49:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=k8JMMsme8epi2sQ8mA+2Vpzn/YjJcntHNIukZk4i28Y=; b=IFvIf36Gb7BYoIN3ieV9whkDoro9s9xKNwMIVMngpWlVRS+4K10bt81ztmygH5xhYU 9wrzXbyf2WPmMcnAroHXof8zKmjCSUqdBy9JUSdfHCWx2x4i1F++jmccGX+JbS3TlEi8 idwD4uIpJiosoG50AigjCB8TVLt7xsEQyluH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=gVQX0MMYDQvtmAalGDYvKCvrtAbeifoNtXLvLXjwwMwfKJhxOsqtAIRGxnnEGEM5+C xgi6rLiWjw4BEJc8lZe7DYiom0OSwNbjmDRE9I55355Gh/z8yXs5VLT5DiQExTfcrOL3 Zj4A5MehmAEhFlFVchp6cEGx9L/t9rrK11kNo= Original-Received: by 10.227.128.13 with SMTP id i13mr3265502wbs.31.1279878590315; Fri, 23 Jul 2010 02:49:50 -0700 (PDT) Original-Received: by 10.216.175.76 with HTTP; Fri, 23 Jul 2010 02:49:20 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:74250 Archived-At: I have undefined so that it is unbound. But still I get " is undefined" in the echo area and a beep, which I don't want. I know I can just bind this to a no-op command instead, but is there a smart way to make Emacs completely disregard any hit of the key? So e.g. C-x C-s would be interpreted as C-x C-s, since is not even snapped up by Emacs. Thanks, Deniz Dogan