On Thu, 30 Jan 2003 00:29:51 +0100 Christian Gudrian wrote:

Christian> Alex Schroeder <[EMAIL PROTECTED]> schrieb:

>> Try M-: (bbdb-resort-database) RET.

Christian> Thanks for the hint.  C-h a did not yield any usable results when
Christian> querying for something like 'sort' ...

"C-h a bbdb.*sort" comes up with 9 hits here, including
bbdb-resort-database. But the function should probably be documented;
probably even interactive, as Alex suggested:

Index: lisp/bbdb.el
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb.el,v
retrieving revision 1.198
diff -u -u -r1.198 bbdb.el
--- lisp/bbdb.el        25 Dec 2002 15:06:00 -0000      1.198
+++ lisp/bbdb.el        30 Jan 2003 08:59:53 -0000
@@ -3451,6 +3451,12 @@
   (bbdb-record-lessp record1 record2))
 
 (defun bbdb-resort-database ()
+  "*Resort BBDB database.
+
+In case your bbdb got out of order, i.e. bu using inferior software on it, 
+allow to resort it in native order.
+
+This should not be needed in normal usage of bbdb."
   ;; only as a last resort, ha ha
   (let* ((records (copy-sequence (bbdb-records))))
     (bbdb-with-db-buffer

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        Sex, drugs and rock-n-roll



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to