VM

Comment 9 for bug 616828

Revision history for this message
Tim Cross (tcross) wrote : [Bug 616828] Re: vm-summary-selected-face acting strange

BTW, I noticed some code like

(if (and selected vm-summary-highlight-face)
 (vm-summary-highlight-region
  (vm-su-start-of m) (point)
    vm-summary-highlight-face))

Given that users may get their config wrong, do you think we should really test
the value of vm-summary-highlight-face to ensure it is a legit face name i.e.

(if (and selected (facep vm-summary-highlight-face))

Tim

--
Tim Cross
<email address hidden>

There are two types of people in IT - those who do not manage what
they understand and those who do not understand what they manage.
--
Tim Cross
<email address hidden>

There are two types of people in IT - those who do not manage what they
understand and those who do not understand what they manage.