From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: zeb7k@hotmail.com Newsgroups: gmane.emacs.help Subject: How to do a Ctl-Grave key binding? Date: Sat, 16 Mar 2013 05:17:12 -0700 (PDT) Message-ID: <59f2e864-07c2-4113-beaa-c9a8ba665fde@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1363485092 25275 80.91.229.3 (17 Mar 2013 01:51:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Mar 2013 01:51:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 17 02:51:58 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UH2lR-0004pq-7y for geh-help-gnu-emacs@m.gmane.org; Sun, 17 Mar 2013 02:51:57 +0100 Original-Received: from localhost ([::1]:60556 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UH2l4-0007RD-Gy for geh-help-gnu-emacs@m.gmane.org; Sat, 16 Mar 2013 21:51:34 -0400 X-Received: by 10.224.18.132 with SMTP id w4mr6143126qaa.1.1363436232330; Sat, 16 Mar 2013 05:17:12 -0700 (PDT) X-Received: by 10.182.14.8 with SMTP id l8mr33541obc.19.1363436232167; Sat, 16 Mar 2013 05:17:12 -0700 (PDT) Original-Path: usenet.stanford.edu!dd2no1872976qab.0!news-out.google.com!k8ni188qas.0!nntp.google.com!dd2no1872972qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=67.58.118.28; posting-account=UUxbJgoAAACQrRKBDw5BbyIup_QnHRQN Original-NNTP-Posting-Host: 67.58.118.28 User-Agent: G2/1.0 Injection-Date: Sat, 16 Mar 2013 12:17:12 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:197278 X-Mailman-Approved-At: Sat, 16 Mar 2013 21:51:14 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89555 Archived-At: Hi, I want to do a Ctl-Grave key binding. Just to be clear, grave, AKA backtick, is the key below ~ (tilde) on most PC keyboards. Hi, I've tried several variations of the last line from my .EMACS startup below but cannot get it to compile. (I think once I did have a syntax that would compile but then if I actually tried to use the sequence it would not respond.) Does anyone know a sequence that will work? I am using GNU EMACS 23.2.1 (i386-mingw-nt6.1.7601). (global-set-key [C-tab] 'my-own-specialized-indent) (global-set-key [C-`] 'my-own-specialized-outdent)