xahlee / xah-fly-keys

the most efficient keybinding for emacs
http://xahlee.info/emacs/misc/xah-fly-keys.html
485 stars 82 forks source link

`xah-copy-line-or-region`/`xah-paste-or-paste-previous` doesn't work as expected in `rectangle-mark-mode` #175

Closed zadca123 closed 5 months ago

zadca123 commented 5 months ago

I should be able to copy and paste rectangles when im being in rectangle-mark-mode and copy text with c key, xah-copy-line-or-region

but result is that i just paste whole lines in region with v, xah-paste-or-paste-previous, as if they weren't selected in rectangle-mark-mode i tried running emacs -Q and try to M-w (which is unbinded when using xah-fly-keys) in rectangle-mark-mode and just paste it in normal emacs mode with C-y and it works okay

xahlee commented 5 months ago

fixed. thanks.

zadca123 commented 5 months ago

Im not sure if its okay yet, after restaring emacs, before using rectangle-mark-mode even once, the command xah-copy-line-or-region returns funcall-interactively: Symbol’s value as variable is void: rectangle-mark-mode

xahlee commented 5 months ago

should be fixed now. thx.