Eli Zaretskii writes: > > So, what can I use for stuffing text, so that I can > > paste them in other applications? > > In which version of Emacs?
I have now discovered the variables interprogram-cut-function and interprogram-paste-function, which are nice! The function `kill-new' does the stuffing I need. Cheers, Uday