help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cua-mode overrides my C-z setting. How fix?


From: Scott Frazer
Subject: Re: cua-mode overrides my C-z setting. How fix?
Date: Thu, 11 Dec 2008 09:29:00 -0500
User-agent: Thunderbird 2.0.0.18 (Windows/20081105)

seberino@spawar.navy.mil wrote:
I defined C-z to execute some commands like so:

(global-set-key "\^z" (make-sparse-keymap))
(global-set-key "\^zt" 'dired-other-window)

I noticed this doesn't work anymore when CUA mode is enabled.

How fix? (Can I just override this single mod of cua-mode and keep the
rest of cua-mode? :)

Chris

(define-key cua--cua-keys-keymap [(control z)] nil)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]