Hi Roland,
A trivial patch to recover the key ";" behavior of the old bbdb. I use
it often.
Take care,
Ivan
diff --git a/emacs/bbdb/bbdb-com.el b/emacs/bbdb/bbdb-com.el
index 4a5af00..817de33 100644
--- a/emacs/bbdb/bbdb-com.el
+++ b/emacs/bbdb/bbdb-com.el
@@ -918,6 +918,12 @@ then the entire field is edited, not just the current
line."
(bbdb-change-record record bbdb-need-to-sort)
(bbdb-redisplay-record record)))
+;;;###autoload
+(defun bbdb-record-edit-notes ()
+ "Edit notes of current record."
+ (interactive)
+ (bbdb-edit-field (bbdb-current-record) 'notes))
+
(defun bbdb-record-edit-name (record &optional first-and-last)
(let (fn ln new-name old-name)
(bbdb-error-retry
Modified emacs/bbdb/bbdb.el
diff --git a/emacs/bbdb/bbdb.el b/emacs/bbdb/bbdb.el
index 44c4181..c0fb095 100644
--- a/emacs/bbdb/bbdb.el
+++ b/emacs/bbdb/bbdb.el
@@ -1533,6 +1533,7 @@ APPEND and INVERT appear in the message area.")
(define-key km "*" 'bbdb-do-all-records)
(define-key km "+" 'bbdb-append-display)
(define-key km "!" 'bbdb-search-invert)
+ (define-key km ";" 'bbdb-record-edit-notes)
(define-key km "a" 'bbdb-add-mail-alias)
(define-key km "A" 'bbdb-mail-aliases)
(define-key km "c" 'bbdb-create)
------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
[email protected]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/