VM

Bug in vm-mime-display-internal-lynx-text/html

Bug #1822588 reported by Uday Reddy
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
VM
Fix Committed
Medium
Jeff K

Bug Description

vm-mime-display-internal-lynx-text/html has a missing closing parenthesis for concat.

Tags: mime
Uday Reddy (reddyuday)
Changed in vm:
status: New → Fix Committed
importance: Undecided → Medium
assignee: nobody → Uday Reddy (reddyuday)
assignee: Uday Reddy (reddyuday) → Jeff K (kosowsky)
milestone: none → 8.2.90a
Revision history for this message
Uday Reddy (reddyuday) wrote :

Fix committed (Missing closing parenthesis for concat). Revision 1533.

Revision history for this message
Jeff K (kosowsky) wrote :

As I mentioned in my follow-up note, I think you still need to pass 'nil t' to the containing function 'shell-command-on-region'.
The 't' says that 'shell-command-on-region' should replace the
existing text (which is necessary).
The required correction is just to move 'nil t' outside of the concat parentheses...

At least in my case, that was required to make it work...

Revision history for this message
Uday Reddy (reddyuday) wrote :

Yes, noted.

description: updated
tags: added: mime
Revision history for this message
Jeff K (kosowsky) wrote : [Bug 1822588] Re: Bug in vm-mime-display-internal-lynx-text/html

Thanks!
Uday Reddy wrote at about 11:50:47 -0000 on Thursday, April 4, 2019:
 > Yes, noted.
 >
 > ** Description changed:
 >
 > - 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)))
 > + vm-mime-display-internal-lynx-text/html has a missing closing
 > + parenthesis for concat.
 >
 > ** Tags added: mime
 >
 > --
 > You received this bug notification because you are subscribed to the bug
 > report.
 > https://bugs.launchpad.net/bugs/1822588
 >
 > Title:
 > Bug in vm-mime-display-internal-lynx-text/html
 >
 > Status in VM:
 > Fix Committed
 >
 > Bug description:
 > vm-mime-display-internal-lynx-text/html has a missing closing
 > parenthesis for concat.
 >
 > To manage notifications about this bug go to:
 > https://bugs.launchpad.net/vm/+bug/1822588/+subscriptions

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

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