ergoemacs / ergoemacs-mode

ergoemacs-mode
ergoemacs.github.io/
GNU General Public License v3.0
293 stars 35 forks source link

Ctrl+c Ctrl+x doesn't work #444

Closed P4bl000 closed 7 years ago

P4bl000 commented 7 years ago

Hello. After update emacs to 25.1.1 version, i see this problem. Copy/cut work on alt+c/alt+x shortcuts. After press ctrl+c/ctrl+x nothin's happen. I set ergoemacs-ctl-c-or-ctl-x-delay to 1, but no result. If i try to set timeout through menu i have this message. Wrong number of arguments: (2 . 2), 1

mattfidler commented 7 years ago

This is a partial fix. Ctrl+Shift+c does not activate the C-c menu when something is selected. Instead it only activates copy. The same is true for C-x.

P4bl000 commented 7 years ago

And how ia can use standart C-c <ergoemacs-timeout> shortcut? This is one of the main reasons that i install ergoemacs. Comfort hotkeys.

mattfidler commented 7 years ago

If you update the ergoemacs-mode, you should be able to use the standard shortcuts:

https://ergoemacs.github.io/cua-conflict.html

For some reason the Ctrl+Shift+c doesn't yet work.

mattfidler commented 7 years ago

The Ctrl+Shift+c and The Ctrl+Shift+x keyboard shortcuts work as advertised again. Let me know if this is true for you, if you have time.