* lsdb.el (lsdb-interesting-header-alist): Use comma as a delimiter of
AKA field.
(lsdb-complete-name-highlight): Use isearch-lazy-highlight-face if it exists.
hash tables are mainly used to hint lsdb-hash-table to gather
additional relationship information between record name and entries.
For example, lsdb-address-cache is a kind of secondary hash table
-which holds the mapping of mail addresses to record names.
+which maintains the mapping of mail addresses to record names.
The variable lsdb-secondary-hash-tables holds a list where each
element is corresponding to the name of global variable such as
(attribution 4 ?.)
(organization 4)
(www 4)
- (aka 4)
+ (aka 4 ?,)
(score -1)
(x-face -1))
"Alist of entry types for presentation.
(make-overlay (match-beginning 0) (match-end 0)))
(overlay-put lsdb-last-highlight-overlay 'face
(or (find-face 'isearch-secondary)
+ (find-face 'isearch-lazy-highlight-face)
'underline))))
(defun lsdb-complete-name-highlight-update ()