Re: Conversion of old db
"Roland Winkler" <[email protected]> Wed, 1 Jan 2020 22:21:55 -0600
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri Dec 27 2019 Roland Winkler wrote: > > Warning (undo): Buffer ‘*BBDB*’ undo info was 12368960 bytes long. > > The undo info was discarded because it exceeded `undo-outer-limit'. > > Thanks for reporting this! [snip] > So bbdb-mode should bind buffer-undo-list to t. The patch has been installed in both GNU Elpa and BBDB's repository on savannah. 2020-01-01 Roland Winkler <[email protected]> * lisp/bbdb-com.el (bbdb-search): New keywords :invert and :case-fold. Allow arbitrary functions for keyword :bool. 2020-01-01 Roland Winkler <[email protected]> * lisp/bbdb.el (bbdb-mode): Bind buffer-undo-list to t. 2020-01-01 Roland Winkler <[email protected]> * lisp/bbdb.el: Declare functions used for insinuation. (bbdb-init-functions): Renamed from bbdb-init-forms.