From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stuart McGraw Newsgroups: gmane.emacs.help Subject: unassigning cntl-Z in cua mode Date: Sun, 22 Mar 2015 22:21:51 -0600 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1427085335 3385 80.91.229.3 (23 Mar 2015 04:35:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Mar 2015 04:35:35 +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 05:35:27 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 1YZu5G-0004sk-FP for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Mar 2015 05:35:26 +0100 Original-Received: from localhost ([::1]:53588 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZu5F-0003y0-U8 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Mar 2015 00:35:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZu56-0003xv-2d for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 00:35:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZu51-0007np-S9 for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 00:35:16 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:37421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZu51-0007id-MW for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 00:35:11 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YZu4u-0004Yk-GA for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 05:35:07 +0100 Original-Received: from 65.183.81.59 ([65.183.81.59]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Mar 2015 05:35:04 +0100 Original-Received: from smcg4191 by 65.183.81.59 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Mar 2015 05:35:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 65.183.81.59 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:103258 Archived-At: Hello all, I have recently started using CUA mode and it is ok except for one thing... I don't like having cntl-z mapped to undo. I run emacs in a terminal window (emacs -nw) a lot and routinely need to suspend emacs with cntl-z, do something in the shell, then resume emacs. How can I undo the mapping the CUA mode applies to the cntl-z key? I am elisp-illiterate so a cut and paste solution would be greatly appreciated. Emacs 24.4 on Fedora 21 if it matters. Thanks much...