From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "TongKe Xue" Newsgroups: gmane.emacs.help Subject: Binding C-' Date: Tue, 14 Oct 2008 16:21:34 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18326_16900839.1224026494078" X-Trace: ger.gmane.org 1224042186 19127 80.91.229.12 (15 Oct 2008 03:43:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 15 Oct 2008 03:43:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 15 05:44:06 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 1KpxIr-0005cQ-Tw for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Oct 2008 05:44:06 +0200 Original-Received: from localhost ([127.0.0.1]:55499 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpxHn-0000PK-Dp for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Oct 2008 23:42:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KptCr-0001B2-A3 for help-gnu-emacs@gnu.org; Tue, 14 Oct 2008 19:21:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KptCp-00019U-S1 for help-gnu-emacs@gnu.org; Tue, 14 Oct 2008 19:21:37 -0400 Original-Received: from [199.232.76.173] (port=36243 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KptCp-00019B-MF for help-gnu-emacs@gnu.org; Tue, 14 Oct 2008 19:21:35 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.185]:63219) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KptCp-0000sO-Oh for help-gnu-emacs@gnu.org; Tue, 14 Oct 2008 19:21:35 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so1194531nfi.26 for ; Tue, 14 Oct 2008 16:21:34 -0700 (PDT) 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; bh=aq9FrNrlFn41ddQ5ekH1yENtMVAQj9UkSSNwtpvZEmI=; b=CeeF9STTdTovcmCy1NayJxlNpT+2Ctkrx/R5CRCW0gyqFMBjCrbWHV45OWxXKDLA/b JgjMFdzvOn0rmQNQyE0RZqpCKny6W/PLdPtJxweLQoQu30WhpSVkeUpAMXrC9SFkIE02 5uiBgxL98MfCzNFo2s+Nnu+TgPwFpLcl7WRuY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=vKk2M+jarX/ez5eFNyEErkQxf61C/RdzxYMrS2sRUAvglQttaJOoLZAtTI0Ajtkm/O jx/oGToWIRBPKWYS4idVsM8lilzpxb/7hfTUAre148kGqN/pyX4BKdcEBd+X/pfYGcOo 2qtXU8umFFOTqCdrYbgq2/7kFx7fdxFN/9T9g= Original-Received: by 10.103.168.5 with SMTP id v5mr108125muo.35.1224026494139; Tue, 14 Oct 2008 16:21:34 -0700 (PDT) Original-Received: by 10.103.207.4 with HTTP; Tue, 14 Oct 2008 16:21:34 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Tue, 14 Oct 2008 23:41:59 -0400 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:58789 Archived-At: ------=_Part_18326_16900839.1224026494078 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I can bind vip-mode to C-z with:(global-set-key "\C-z" ...) However, I can't find C-' with (global-set-key "\C-'" ...) or (global-set-key "\C-\'" ...) How do I do this? ------=_Part_18326_16900839.1224026494078 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
I can bind vip-mode to C-z with:
(global-set-key "\C-z" ...)

However, I can't find C-' with

(global-set-key "\C-'" ...)
or
(global-set-key "\C-\'" ...)

How do I do this?



------=_Part_18326_16900839.1224026494078--