John Stoffel writes: > > Thanks for the pointers Uday, this is a good start. Now how would I > bind this all to a single key-stroke on my VM instance? I assume I > would need to defun a new function to step through and do all the > steps you list below, since I really don't want to have to do this all > by hand each time. And I'd love to be easily able to add/delete email > addresses from the list of email addresses to watch for.
Better do it manually first. Then you might considering defining a defun or a keyboard-macro. My memory is that keyboard-macros can't deal with M N (next-command-uses-marks), but I can't be sure. Cheers, Uday
