John
John Stoffel writes: > > Hi Robert, > I just tried patching my vm-8.2.0b version (as vm-8.2.0c) but when I > now look at emails with HTML, I get an error like this: > > Inline text/html by emacs-shr display failed: Variable binding depth > exceeds max-specpdl-size > > And I based my changes on your example code. > All that looks ok to me - though you don't need to make the > + (cond ((locate-library "shr") > + 'emacs-shr) if you're setting vm-mime-text/html-handler in your .vm file but it's clearly using that setting in view of the emacs-shr error (so I wouldn't change anything there). What do you get if you set M-x set-variable debug-on-error t and try it again? You may need to trim the output a bit. Which version of emacs is this? Have you byte-compiled vm-mime after editing it? Robert > > > And in my ~/.vm file I have a line: > > vm-mime-text/html-handler 'emacs-shr > > > which is probably wrong. I guess it's time I try to learn more elisp... :-) >
