New question #679595 on VM: https://answers.launchpad.net/vm/+question/679595
In the following function in the last line, 'nil t' cannot be arguments to 'concat' This is a residue from an earlier version when there was no concat. Solution is to delete 'nil t' (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. _______________________________________________ Mailing list: https://launchpad.net/~vm Post to : vm@lists.launchpad.net Unsubscribe : https://launchpad.net/~vm More help : https://help.launchpad.net/ListHelp