From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: unassigning cntl-Z in cua mode Date: Mon, 23 Mar 2015 17:05:49 +1100 Message-ID: <87h9tcz1s2.fsf@gmail.com> References: <87oankz5j4.fsf@gmail.com> <87k2y8z4jt.fsf@gmail.com> <87iodsz2zf.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1427090774 13688 80.91.229.3 (23 Mar 2015 06:06:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Mar 2015 06:06:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 23 07:06:13 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 1YZvV6-0000qI-Py for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Mar 2015 07:06:12 +0100 Original-Received: from localhost ([::1]:53825 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZvV6-0000PW-3j for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Mar 2015 02:06:12 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZvUu-0000O6-A6 for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 02:06:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZvUr-0002ig-4W for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 02:06:00 -0400 Original-Received: from mail-pd0-x235.google.com ([2607:f8b0:400e:c02::235]:33069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZvUq-0002iW-TR for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 02:05:57 -0400 Original-Received: by pdnc3 with SMTP id c3so177338901pdn.0 for ; Sun, 22 Mar 2015 23:05:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=D9YPRjvD9VuAJP3p+h7h/k9Shvydvb72Rdk/TIh5FW8=; b=e/0vE2nRgkqeSM3wZW2itM659YsAOpbZu8a6cI4sznYjTAf+W+AJupHp+jJCAAGA/j xXNZlUweik7MepgXn0aV7uUx06kZe6xjYSnQ82tFgShi8jpblYp03kRgjUiyKJNlTx1Z z0ZUsAWfNvbyhSewL8jhhuNjXOar4zjtFNMYQlVueXoQuHL4OHALxphokNVi2pv3IYKk BxkgFahZXJfEk0KYfdzHZ9X0qe6gh3iVYETfagrp2xFzbpfEDiXGkEQDct/vvsUtmJaV Undr1GkKQ9wDKR8MfWa47YrgyzsFqZDACrzS7qRzMLiIdhoJTejM9TuFpB/FkgXt5CqI 7ShQ== X-Received: by 10.66.100.165 with SMTP id ez5mr209661839pab.153.1427090755863; Sun, 22 Mar 2015 23:05:55 -0700 (PDT) Original-Received: from localhost (ppp118-209-89-112.lns20.mel4.internode.on.net. [118.209.89.112]) by mx.google.com with ESMTPSA id w7sm6008447pbt.60.2015.03.22.23.05.53 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 22 Mar 2015 23:05:54 -0700 (PDT) In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c02::235 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:103267 Archived-At: On 2015-03-23T16:58:47+1100, Stuart McGraw said: >> Perhaps instead try: >> >> (setq cua-remap-control-z nil) SM> Bingo! When put above the cua-enabling code it works SM> excellently. Thank you!! :-) You're welcome! Alexis.