> (defvar kill-filters nil > "List of functions for converting a string before it is killed. > Each function should accept a single argument, a string, and > return a string. Whenever a string is killed, it is passed as an > argument to the first function in the list, and the return value > of each function is passed as the argument to the next. The > final return value is the string that is actually put in the kill > ring and passed to `interprogram-cut-function'.")
But that makes it difficult to process the string in a way that depends on its context. Stefan _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel