>>>>> In article <[EMAIL PROTECTED]>, Sergei Pokrovsky <[EMAIL PROTECTED]> 
>writes:
Sergei> Sometimes people fail to mention their full name in a From field, and
Sergei> Supercite's attribution header looks uninformative, like this:

>>>>> "mjb" == mjb  wrote:

Sergei> Here the attribution "mjb" is actually taken from a BBDB record, which
Sergei> actually does contain the appropriate `name' for the right-hand side
Sergei> of ==, but it is not taken.  That probably can be easily done (and
Sergei> probably in the same way as `attribution' on the left-hand side), and
Sergei> I wonder whether anybody has done it already?

 Take a look at bbdb-sc.el that comes with BBDB.

 I found I also needed to patch supercite.el (up to at least version
 3.1 as supplied with Xemacs 20.3) otherwise it stops using your
 sc-preferred-attribution-list and starts using a broken default one.

 Patch here:

*** supercite.el        Wed May  6 10:45:12 1998
--- supercite.el.orig   Wed May  6 10:43:11 1998
***************
*** 1250,1259 ****
              (setq attribution attrib
                    attriblist nil))
             ((listp attrib)
!             (setq attribution (eval attrib))
!             (if attribution
!                (setq attriblist nil)
!               (setq attriblist (cdr attriblist))))
             (t (error "%s did not evaluate to a string or list!"
                       "sc-attrib-selection-list"))
             )))
--- 1250,1257 ----
              (setq attribution attrib
                    attriblist nil))
             ((listp attrib)
!             (setq attribution (eval attrib)
!                   attriblist nil))
             (t (error "%s did not evaluate to a string or list!"
                       "sc-attrib-selection-list"))
             )))


-- 
Kevin Davidson                             Decisionhouse Systems Group
Quadstone Limited 16 Chester Street,  Edinburgh,   Scotland,   EH3 7RA
Tel: +44 (0)131 220 4491                      Fax: +44 (0)131 220 4492
_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to