I too made the switch after reading Yegge's good stuff, but missed kill-region so badly I had to come up with this: (defun backward-kill-word-or-kill-region (&optional arg) (interactive "p") (if (region-active-p)…
I too made the switch after reading Yegge's good stuff, but missed kill-region so badly I had to come up with this: (defun backward-kill-word-or-kill-region (&optional arg) (interactive "p") (if (region-active-p)…