From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Howard Yeh!" Newsgroups: gmane.emacs.help Subject: Meta-key Madness (argh!!) Date: 29 Nov 2006 22:12:12 -0800 Organization: http://groups.google.com Message-ID: <1164867131.959727.245990@l12g2000cwl.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1164868874 6016 80.91.229.2 (30 Nov 2006 06:41:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 30 Nov 2006 06:41:14 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 30 07:41:13 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpfbZ-0001sv-Ah for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Nov 2006 07:41:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpfbY-0005Z6-Hp for geh-help-gnu-emacs@m.gmane.org; Thu, 30 Nov 2006 01:41:08 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!l12g2000cwl.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 24.81.236.125 Original-X-Trace: posting.google.com 1164867138 16876 127.0.0.1 (30 Nov 2006 06:12:18 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 30 Nov 2006 06:12:18 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en_US, en_GB; rv:1.7.3) Gecko/20040916,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: l12g2000cwl.googlegroups.com; posting-host=24.81.236.125; posting-account=SUX7gQ0AAAB-8FRbE-5V1YHe8sG_NjBt Original-Xref: shelby.stanford.edu gnu.emacs.help:143514 Original-To: help-gnu-emacs@gnu.org 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:39115 Archived-At: Hi, I can't figure out how to bind "C-[" For some reason (global-set-key "\C-[" 'insert-parentheses) unbinds all my meta keys, and pressing "C-[" gives me the ESC key. What gives? I also has trouble binding c-i, m-i, because they are synonyms for . Though I have really ugly work around for them. Is there any established way to deal with this sort of problems?