In xemacs, how do I kill buffers matching a certain pattern? I tried "kill-matching-buffers", but my xemacs doesn't appear to have that. What .el/.elc file do I need to load/eval-buffer to get this function?
I'd also settle for a way to sort of filter the buffer list so I can see just the buffers I want to delete, or get them next to each other via sort.
kill-matching-bufferscode is as follows. You should be able to make it work withXEmacswith minimal effort.And if you need definition for
dolist(don't know if it is XEmacs), check cl-macs.el