← Back to team overview

vm team mailing list archive

Re: [Question #679595]: Bug in vm-mime.el

 

Question #679595 on VM changed:
https://answers.launchpad.net/vm/+question/679595

    Status: Open => Solved

Jeff K confirmed that the question is solved:
Actually, don't delete the 'nil t', just pull it out of the concat:

 (defun vm-mime-display-internal-lynx-text/html (start end layout)
   (shell-command-on-region
    start (1- end)
    ;; (concat vm-lynx-program " -force_html /dev/stdin" )
    (concat vm-lynx-program " -force_html -dump -pseudo_inlines -stdin")
            nil t))

-- 
You received this question notification because your team VM development
team is an answer contact for VM.