ergoemacs / ergoemacs-mode

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

Menu-d calls cut #415

Closed sg2002 closed 3 years ago

sg2002 commented 8 years ago

In the old version of ergoemacs I often used Menu-d for calling some rectangle and register keys, that work on selection. In the new version this no longer works due to Menu-d always cutting.

Since Menu-x already cuts, I guess this can be considered a bug.

mattfidler commented 8 years ago

This shouldn't cut. There is definitely a bug here.

mattfidler commented 8 years ago

This should be fixed.

sg2002 commented 8 years ago

Here's something connected to this issue and I'm not sure if it's an issue on it's own or not. C-x r SPC normally runs point-to-register. It's Menu d equivalent Menu d r SPC does nothing, you have to use Menu d r SPC SPC.

As far as I understand Menu d r SPC = C-x r Ctr something as this was in a popup in the old version and the second SPC disables this translation. Is there a place in the documentation where those translations are documented?

mattfidler commented 8 years ago

They should be documented on the website

mattfidler commented 8 years ago

I guess not. I thought it was in:

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

but it only talks about the general translation.