From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: quodlibetor Newsgroups: gmane.emacs.help Subject: Is it possible to bind "C-)" in emacs23? Date: Thu, 1 Oct 2009 12:06:31 -0700 (PDT) Organization: http://groups.google.com Message-ID: <6e86d656-84e6-4d30-8f2c-a4f061eed5fd@g31g2000yqc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1254426050 19252 80.91.229.12 (1 Oct 2009 19:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Oct 2009 19:40:50 +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 Oct 01 21:40:43 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 1MtRW6-0003Qm-WE for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Oct 2009 21:40:43 +0200 Original-Received: from localhost ([127.0.0.1]:57936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MtRW2-0001Ax-DJ for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Oct 2009 15:40:38 -0400 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!g31g2000yqc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 146.95.21.110 Original-X-Trace: posting.google.com 1254423991 4599 127.0.0.1 (1 Oct 2009 19:06:31 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 1 Oct 2009 19:06:31 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g31g2000yqc.googlegroups.com; posting-host=146.95.21.110; posting-account=-bGvIQoAAABPJI7xhxUa9jLKxm0Tx_GX User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090910 Ubuntu/9.04 (jaunty) Shiretoko/3.5.3, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:173496 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:68609 Archived-At: I would really like to bind C-). I've tried: (all of the following with both local- and global- set key) (local-set-key "\C-)" 'foo) ;error, invalid modifier in string "\C-\S-0" ;same [C-)] ;unbalanced parenthesis. [C-S-0] ; no error, but doesn't work [C-(kbd (self-insert-command ")")] ;totally borked [C-(kbd ")")] ; doesn't error, but really weird result etc, i can't remember. I tried entering into edmacro-mode to figure it out, and it hasn't helped me. Any tips seriously welcome.