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: Re: unassigning cntl-Z in cua mode Date: Sun, 22 Mar 2015 23:19:34 -0600 Message-ID: References: <87oankz5j4.fsf@gmail.com> <87k2y8z4jt.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1427088020 8728 80.91.229.3 (23 Mar 2015 05:20:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 23 Mar 2015 05:20:20 +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 06:20:12 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 1YZuma-0006Ya-6k for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Mar 2015 06:20:12 +0100 Original-Received: from localhost ([::1]:53712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZumZ-0002fT-9F for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Mar 2015 01:20:11 -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 1YZumN-0002fJ-TI for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 01:20:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZumJ-0002xx-Mz for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 01:19:59 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:39101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZumJ-0002w2-G4 for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 01:19:55 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YZumE-0006Ev-1K for help-gnu-emacs@gnu.org; Mon, 23 Mar 2015 06:19:50 +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 06:19:50 +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 06:19:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 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 In-Reply-To: <87k2y8z4jt.fsf@gmail.com> 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:103264 Archived-At: On 03/22/2015 11:05 PM, Alexis wrote: > On 2015-03-23T15:54:01+1100, Stuart McGraw said: > > SM> Ah, I was try to set it to nil. I just tried your suggestion SM> > instead but still no joy. No errors or messages but no effect SM> > either, ctrl-z still tries to do an undo. > > Odd. What does Emacs say when you ask about the C-z keybinding: > > C-h k C-z Still seems to be bound to undo: | C-z runs the command undo, which is an interactive compiled Lisp | function in `simple.el'. | | It is bound to C-z, C-_, , C-/, C-x u, . |... The "(global-unset-key (kbd "C-z"))" line is at the bottom of my .emacs file, I didn't do something silly like putting it above the cua-enabling stuff.