I tried using all options in the menu setting Options|Display|Paren Highlighting, but nothing works – no parenthesis match is performed. I also tried setting explicitly (paren-mode 'blink-paren t) in my init file, but that did not help either. Any ideas what may be happening and how do I fix it?
Thanks.
I have had paren mode working long enough in my XEmacs that I forget what exactly I did to turn it on, but I did dig these things out which might help.
From my .xemacs/init.el:
From my .xemacs/custom.el as part of custom-set-variables:
-John