>>>>> "RHS" == Richard Stanton <[EMAIL PROTECTED]> writes:

    RHS> Since I upgraded from EMACS 19.27 -> 19.29, I've noticed one odd thing
    RHS> about rmail/bbdb. I seem to keep getting asked if I want to replace a
    RHS> name (in the bbdb database) with itself.

[etc.]

I've found that this appears to be font-lock related. For example,
here's one entry in my .bbdb file:

["Sudish" "Joseph" (#("Sudish Joseph" 0 6 (fontified nil face 
lazy-lock-invisible-face) 6 7 nil 7 13 (fontified nil face lazy-lock-invisible-face))) 
nil nil nil ("[EMAIL PROTECTED]") nil nil]

While both name and AKA look in the BBDB buffer like "Sudish Joseph",
it's now clear why BBDB thinks one of them is different from the
other. It seems like various text properties are being stored with the
name.

Any idea what's going on? Oh, by the way, I just switched from hilit19
to font-lock highlighting, as well as from 19.27 to 19.29. I don't
know which is the cause. 

Here's the relevant section of my .emacs file:

-----------------------

(autoload 'turn-on-lazy-lock "lazy-lock"
  "Unconditionally turn on Lazy Lock mode.")

(add-hook 'font-lock-mode-hook 'turn-on-lazy-lock)
(add-hook 'rmail-mode-hook 'turn-on-font-lock)

----------------------

Richard Stanton

Reply via email to