Hi,

I just started using bbdb a couple of weeks ago; thanks for
everyone's efforts I think it's excellent.

There seems to be a really minor display bug in 2.34.  The following
temp fix seems to work for me - no promises bearing in mind that I'm
just learning elisp, bbdb (and for that matter diff...).

Regards,

Phil

--- c:/usr/share/emacs/site-lisp/bbdb/lisp/bbdb-gui-orig.el Tue Jan 15
09:00:12 2002
+++ c:/usr/share/emacs/site-lisp/bbdb/lisp/bbdb-gui.el      Fri Jan 18
09:43:48 2002
@@ -190,7 +190,12 @@
         ;; notice that you're on a more specific overlay. This is
         ;; bogus, like most GNU Emacs GUI stuff.
         (bbdb-set-extent-property e 'priority 3)
-        (setq p (+ start (length (bbdb-record-name record))))
+        ;; Temp workaround to make company highlighting work properly
on
+        ;; records that have no name field.  Need to account for the
+        ;; "???" string that is dumped in the name field at display
time.
+        (setq p (+ start (if (bbdb-record-name record)
+                             (length (bbdb-record-name record))
+                           3)))
         (if (bbdb-record-company record)
           (setq p (next-single-property-change (+ p 3) 'bbdb-field)))
         (goto-char start)


*************************************************************************
CMS Cameron McKenna's principal office is Mitre House 
160 Aldersgate Street London EC1A 4DD. A list of the 
partners' names and their qualifications is open for inspection 
at that address.  The partners are either solicitors or registered
foreign lawyers.
 
IMPORTANT NOTICE
 
We are engaged only to provide legal advice to our clients. 
Nothing we say or do (whether in this or any other 
communication) is intended or should be understood as advice 
to anybody on the investment merits of acquiring or disposing 
of particular investments or as an invitation or inducement to 
engage in investment activities; nor do we act as brokers of 
investment transactions.
 
This firm is not authorised by the Financial Services Authority 
under the Financial Services and Markets Act 2000.   We are 
regulated by the Law Society of England and Wales and can 
therefore in certain circumstances offer our clients a limited 
range of investment services that are incidental to the 
professional services we have been engaged to provide. 
We can also provide services in relation to investments which 
may reasonably be regarded as a necessary part of our 
professional services or which we are otherwise permitted to 
provide in conformity with that Act and related legislation. If for 
any reason we are unable to resolve a problem, our clients 
have access to the complaints and redress scheme operated 
by the Law Society of England and Wales.
*************************************************************************


_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/
  • (... [EMAIL PROTECTED]
    • ... Alex Abra
    • ... Sriram Karra
    • ... Sriram Karra
    • ... Rooke, Philip
    • ... Lars Bjørndal
      • ... WJCarpenter
    • ... [EMAIL PROTECTED]
    • ... [EMAIL PROTECTED]
    • ... mmet
    • ... 杭州杭诚专利事务所
    • ... Plesch Andreas

Reply via email to