|--==> "n" == nix <nix(a)esperi.demon.co.uk> writes:
n> There's a silly bug in bbdb-com.el (eval-when-compiling fsets and
n> expecting them to apply at runtime) which will cause
n> `bbdb-prompt-for-create' and other functions to collapse. Fix (a variant
n> of one that's already applied in BBDB CVS):
n> --- bbdb-com.el~ Mon Jan 28 21:57:24 2002
n> +++ bbdb-com.el Tue Jan 29 00:40:12 2002
n> @@ -48,11 +48,12 @@
n> (autoload 'mew-send "mew")
n> (autoload 'bbdb-header-start "bbdb-hooks")
n> (autoload 'bbdb-extract-field-value "bbdb-hooks")
n> - (autoload 'Info-goto-node "info")
n> + (autoload 'Info-goto-node "info"))
n> ;; this is very unpleasant, but saves me doing a lot of rewriting
n> ;; for now. a big cleanup will happen for the next release, maybe.
n> ;; NB if emacs 21 or older emacsen or even things you bolt on have
n> ;; any of these functions, bad things will happen. Again, FITNR.
n> +(eval-and-compile
n> (if (featurep 'xemacs)
n> (progn
n> (fset 'bbdb-extent-string 'extent-string)
And you didn't send this to xemacs-patches for what reason? :-)
Reading between the lines... Nix, looks great, buddy. Please send it,
together with a ChangeLog entry, to xemacs-patches(a)xemacs.org.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|