vm team mailing list archive
-
vm team
-
Mailing list archive
-
Message #01276
[Question #679595]: Bug in vm-mime.el
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.