From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Samuel Wales" Newsgroups: gmane.emacs.help Subject: how to bind c-~ or c-` ? Date: Thu, 18 Dec 2008 14:09:12 -0700 Message-ID: <20524da70812181309o1d036d67u777a96365e80bbe4@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1229637038 22599 80.91.229.12 (18 Dec 2008 21:50:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2008 21:50:38 +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 Dec 18 22:51:42 2008 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 1LDQmD-0005tC-FM for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2008 22:51:25 +0100 Original-Received: from localhost ([127.0.0.1]:39366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDQl1-0007yi-DG for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2008 16:50:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDQ7Q-0003Js-80 for help-gnu-emacs@gnu.org; Thu, 18 Dec 2008 16:09:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDQ7P-0003Jg-HF for help-gnu-emacs@gnu.org; Thu, 18 Dec 2008 16:09:15 -0500 Original-Received: from [199.232.76.173] (port=58449 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDQ7P-0003Jd-Dy for help-gnu-emacs@gnu.org; Thu, 18 Dec 2008 16:09:15 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.157]:65434) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDQ7P-0004nE-42 for help-gnu-emacs@gnu.org; Thu, 18 Dec 2008 16:09:15 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so286927fgb.30 for ; Thu, 18 Dec 2008 13:09:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=zUDg5eCX4MqGqz2oxX9t3sHx/5OGFSaDO+bo8D2FJGY=; b=P9sHYt3S1sbN2NeCglyvWeZ3qE+26oBVgsHVHRVJkH4gUlM/8SfA7y3Cot5TWka+LJ phdok1FULgGZ374NCsvciLscoOFhC2/9GIhaX8FmRKdmxinzsxFwXZMQrwnF3SuU6MHM k10NOtp+j1pcChwu0Wmu9bzJ0a00Wbo0JzGGY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=L8RQbmuKbRTAQt0ZJIB0AlRHQLlBhqbWUw95wczCEdav2mOp2yNYbnVGBs6LK+V8VC 49KoL4ZqkyqvBPtYPIhheIbXuiq1XsOIa3RB0QUWwzVvKTW3Rl4VzXfH+FPRzjA9ahQl 50knmNiuuM2SoEIc3ZSdHIh1nqsMw8OrKO3b8= Original-Received: by 10.103.49.12 with SMTP id b12mr940580muk.81.1229634552308; Thu, 18 Dec 2008 13:09:12 -0800 (PST) Original-Received: by 10.103.246.8 with HTTP; Thu, 18 Dec 2008 13:09:12 -0800 (PST) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 18 Dec 2008 16:48:50 -0500 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:60817 Archived-At: I've tried to bind c-~ and c-` using incantations including "\C-~", [(control ...)], and simply doing M-x local-set-key and pasting the rather cryptic (local-set-key (quote [67108960]) (quote ignore)). That last trick has always worked to bind things I couldn't figure out how to bind, but not this time. Carbon Emacs. 22.1. Thanks.