extent-data is obsoleted in 21.0 and is not available in 21.2. I'd
get error when trying to pop-up BBDB pop-up menu. How about the
following:
=== cd c:\src2\xemacs\cvs\xemacs-packages\comm\bbdb\lisp\
=== cvs diff -u bbdb-xemacs.el
Index: bbdb-xemacs.el
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs-packages/comm/bbdb/lisp/bbdb-xemacs.el,v
retrieving revision 1.2
diff -u -r1.2 bbdb-xemacs.el
--- bbdb-xemacs.el 1998/10/13 02:38:09 1.2
+++ bbdb-xemacs.el 1999/02/02 07:16:43
@@ -56,7 +56,7 @@
(set-specifier scrollbar-height (cons (current-buffer) 0)))
;; first delete existing extents
(map-extents (function (lambda (x y)
- (if (eq (extent-data x) 'bbdb)
+ (if (eq (extent-property x 'data) 'bbdb)
(delete-extent x))))
(current-buffer) (point-min) (point-max) nil)
(let ((rest bbdb-records)
@@ -273,7 +273,7 @@
(let ((extent (or (extent-at (point) (current-buffer) 'highlight)
(error "")))
record field face)
- (or (eq (extent-data extent) 'bbdb)
+ (or (eq (extent-property extent 'data) 'bbdb)
(error "not a bbdb extent"))
(highlight-extent extent t) ; shouldn't be necessary...
(goto-char (extent-start-position extent))
=== Exit status: OK
In XEmacs 21.2 "Artemis" [Lucid] (i586-pc-win32) of Mon Feb 01 1999 on SLOTH
configured using `configure UNKNOWN'
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:
Recent keystrokes:
C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f
C-f C-f C-f C-f C-f RET C-n C-n C-n C-n C-n C-n C-n
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n
C-n C-n C-n C-n C-n C-n C-n C-n C-n C-p C-p C-p C-p
C-p C-p C-p C-p C-p C-p C-p C-p C-p C-x k RET C-a C-x
k RET M-x x e TAB s u TAB BS TAB M-BS M-BS M-BS TAB
TAB C-g misc-user misc-user misc-user misc-user
Recent messages (most recent first):
Loading emacsbug...done
Quit
Loading emacsbug...
Making completion list...
Following cross-reference Known Bugs...done
Following cross-reference Known Bugs...
Selecting menu item Mailing Lists...done
Selecting menu item Mailing Lists...
Selecting menu item Thanks...done
Selecting menu item Thanks...
Show replies by date