Ronan Waide writes:
 > On June 3, [EMAIL PROTECTED] said:
 > > 
 > > bbdb-hack-x-face fails when it evals:
 > > 
 > >     (funcall (intern "highlight-headers-hack-x-face-p"))
 > > 
 > > when I encounter a VM message with an X-Face: header.  My
 > > solution is to just remove that stuff:
 > 
 > Out of curiousty, what's the stacktrace for this? It should only be
 > calling that code if highlight-headers-hack-x-face-p is bound...
 > 

I think the problem is because highlight-headers-hack-x-face-p is
defined as a variable.  

This is the definition from highlight-headers.el

(defcustom highlight-headers-hack-x-face-p (featurep 'xface)
  "*If true, then the bitmap in an X-Face header will be displayed
in the buffer.  This assumes you have the `uncompface' and `icontopbm'
programs on your path."
  :type 'boolean
  :group 'highlight-headers)

I suspect that long, long ago, it may actually have been a
function.... 

-- 
Jeff Miller
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to