Re: BBDB-1.50, bbdb-mhe.el: Patch

1995-03-15 Thread Kai Grossjohann
> "Kai" == Kai Grossjohann > <[EMAIL PROTECTED]> writes: Kai> Hi everybody, trying to use GNU Emacs 19.28 (with the mh-e Kai> included) together with bbdb-1.50, I stumbled across a problem. Hi again, I have since learned that there's been a patch quite a while ago. Thanks a lot, And

Re: BBDB-1.50, bbdb-mhe.el: Patch

1995-03-15 Thread Fritz Knabe
The most up-to-date version of bbdb-mhe.el follows. It already includes the change you noticed. Hope this helps. Fritz ;;; -*- Mode:Emacs-Lisp -*- ;;; This file is part of the Insidious Big Brother Database (aka BBDB), ;;; copyright (c) 1991 Todd Kaufmann <[EMAIL PROTECTED]> ;;; Interface to mh

BBDB-1.50, bbdb-mhe.el: Patch

1995-03-15 Thread Kai Grossjohann
Hi everybody, trying to use GNU Emacs 19.28 (with the mh-e included) together with bbdb-1.50, I stumbled across a problem. There's the following defadvise in bbdb-mhe.el: ,- | (defadvice mh-forward (before mh-bbdb-forward act) | (interactive (list current-prefix-arg |