I'm working on my copypaste package to address a confusing feature that Seamus has kindly drawn my attention to.
\yank copies text and commands from a LaTeX document onto a "clipboard", and \paste pastes it into the same (or another) LaTeX document.
I called it "yank" because (i) \copy is already defined in TeX, and (ii) "yank" is how vim users refer to copy. However, "yank" seems to mean the opposite of copy in emacs. (I don't use emacs.) That's confusing.
My question is: is \Copy already in use by any other package? That is, would any package that you know of conflict with mine if I renamed \yank to \Copy (uppercase)? Any suggestion for a better name?
\copyis an important TeX primitive. I've never seen\Copy. – egreg Jan 18 '13 at 18:23Reinsert ("paste") the last stretch of killed text. More precisely, reinsert the stretch of killed text most recently
– Andrew Swann Jan 18 '13 at 19:10