I\'d like to just delete some text so I can yank some other text instead of it. How can I do that? C-w cuts the selected text to kill ring and I end up with
M-x eval-expression (setq kill-ring (cdr kill-ring)) - removes last item from kill-ring