From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: unassigning cntl-Z in cua mode Date: Mon, 23 Mar 2015 06:27:38 -0700 (PDT) Message-ID: <7d3dfb7c-4c4f-41ac-97d2-ab12b3d0140f@default> References: <87oankz5j4.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1427117295 22592 80.91.229.3 (23 Mar 2015 13:28:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Mar 2015 13:28:15 +0000 (UTC) To: Stuart McGraw , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 23 14:28:00 2015 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 1Ya2Od-0002S9-8u for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Mar 2015 14:27:59 +0100 Original-Received: from localhost ([::1]:55769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya2Oc-0000bV-E7 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Mar 2015 09:27:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya2OQ-0000bL-Al for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 09:27:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya2ON-0007Wc-3r for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 09:27:46 -0400 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:33573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya2OM-0007WV-Tw for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 09:27:43 -0400 Original-Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id t2NDRdnt024035 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 23 Mar 2015 13:27:40 GMT Original-Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by aserv0022.oracle.com (8.13.8/8.13.8) with ESMTP id t2NDRdNo007578 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 23 Mar 2015 13:27:39 GMT Original-Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id t2NDRc7g025597; Mon, 23 Mar 2015 13:27:38 GMT In-Reply-To: X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] X-Source-IP: aserv0022.oracle.com [141.146.126.234] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:103269 Archived-At: > > I don't use CUA mode (never have), but looking around a little > > gives me the impression that you can just customize this option > > to nil: `cua-enable-cua-keys'. >=20 > But I don't want to disable all of them, just ctrl-z. Sorry, I meant customize option `cua-remap-control-z'. I was looking at that one but I copied the wrong one. `M-x customize-group cua' shows you the available options. (In my case, I visited `cua-base.el' and searched for `C-z' to find it.)