On Thu, 12 Oct 2000 11:46:50 +0900, Dave Thomas wrote: > Ah, you're missing my trivial emacs function: > > (defun ruby-xmp-region (reg-start reg-end) For the vim-dudes a trivial mapping: map <M-F10> :!ruby -r xmp -n -e 'xmp($_, "\%l\t\t\# \%r\n")'<CR> Highlight code using shift-v and hit meta-f10. Michel