VM

Lynx program name is hard coded

Bug #1022022 reported by Uday Reddy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
VM
Fix Committed
Low
Uday Reddy

Bug Description

Kyle Farrell reports (viewmail-info, 2012-07-05):

The vm-mime-display-internal-lynx-text/html does not
honor vm-lynx-program and hardcodes the string "lynx" as the program.
The method in vm-mime.el should be something like:

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

Uday Reddy (reddyuday)
Changed in vm:
milestone: 8.2.2a → 8.2.1a
Uday Reddy (reddyuday)
Changed in vm:
milestone: 8.2.1a → 8.2.90a
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.