* lsdb.el (lsdb-lookup-full-name-functions): New user option.
authorueno <ueno>
Tue, 30 Apr 2002 02:35:01 +0000 (02:35 +0000)
committerueno <ueno>
Tue, 30 Apr 2002 02:35:01 +0000 (02:35 +0000)
commit0ba51e406b7d7db2c08ef23f74bc94e7382b5e05
tree8435c56155f2afc74465e40eef4fcdc30558746c
parent08c1b506f74296191b6a73debf651758126d6add
* lsdb.el (lsdb-lookup-full-name-functions): New user option.
(lsdb-update-record-functions): New user option.
(lsdb-secondary-hash-tables): Defcustom.
(lsdb-address-cache): Rename from lsdb-reverse-hash-table.
(lsdb-secondary-hash-table-start): Define as function.
(lsdb-load-hash-tables): Load a whole list of secondary hash tables.
(lsdb-save-hash-tables): Save a whole list of secondary hash tables.
(lsdb-maybe-load-secondary-hash-tables): Rename from lsdb-maybe-build-reverse-hash-table.
(lsdb-lookup-full-name-from-address-cache): New function.
(lsdb-update-address-cache): New function.
(lsdb-lookup-full-name-by-fuzzy-matching): New function.
(lsdb-last-highlight-overlay): New variable.
(lsdb-complete-name-highlight): New function.
(lsdb-complete-name-highlight-update): New function.
(lsdb-complete-name): Highlight matched pattern.
(lsdb-mode): Use make-local-hook instead of make-local-variable.
lsdb.el