Re: bug in lisp/bbdb-mhe.el

2001-06-29 Thread Colin Rafferty
Ronan Waide wrote: > I'm applying this as is. A better choice would be for emacs to > support bignums, maybe... If you compile XEmacs on a 64 bit compiler, you will have no problem. And XEmacs is seriously looking into direct bignum support with little overhead for numbers that are still small.

Re: bug in lisp/bbdb-mhe.el

2001-06-28 Thread Ronan Waide
On June 24, [EMAIL PROTECTED] said: > > This field was being used in bbdb/mh-cache-key as if it was always an > int. The following simple patch seems to have fixed the problem. I'm > unsure whether or not `(cdr inode)' might be a better choice. > > chad I'm applying this as is. A better choic

bug in lisp/bbdb-mhe.el

2001-06-24 Thread chad
I'm attempted to subscribe to the list, but haven't seen any traffic on it, so I may not be subbed yet. As such, please CC me directly on any responses. Someone here at MIT ran into a bug in bbdb/mh-cache-key in bbdb-mhe.el; the relevant info from describe-function file-attributes

both fixes needed for bbdb-mhe.el with emacs 19.31

1996-05-27 Thread Brendan Kehoe
Both of these changes are needed for bbdb-mhe.el (version 3.7 last mod date is 13-Jul-95) for it to work with emacs 19.31 (just released). *** bbdb-mhe.el.~3~ Tue Jul 25 19:09:27 1995 --- bbdb-mhe.el Mon May 27 11:45:35 1996 *** *** 26,30 (require 'mh-e); Not

fix needed for bbdb-mhe.el with emacs 19.31

1996-05-27 Thread Brendan Kehoe
At the top of bbdb-mhe.el, you'll need to adjust the require of 'mh-comp to look at two possible variables: -- (require 'mh-e); Note- we advise several functions in this file. (eval-and-compile (if (or ; 19.30 and before (boundp 'mh-e-version)

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]> ;;; Interf

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-prefi

Latest and Greatest bbdb-mhe.el for Emacs 19.21

1994-01-31 Thread Lance A. Brown
Hi, I have finally gotten access to MH at mynew job (Had to compile and isntall it in my home directories) and now I would like to get my hands on the latest and greatest bbdb-mhe.el file! Thanks, Lance

Re: bbdb-mhe.el

1994-01-28 Thread Jack Repenning
Recently, Fritz Knabe <[EMAIL PROTECTED]> wrote: (require 'mh-e); Note- we advise several functions in this file. Warning: I don't believe the FSF v.18 mh-e.el provides. Jack RepenningM/S 1-875 [EMAIL PROTECTED] Silicon Graphics, Inc. x3-3027 Off

bbdb-mhe.el

1994-01-28 Thread Fritz Knabe
I've added Jack's advices to my version of bbdb-mhe.el. The resulting file is below. 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-e vers

Re: bbdb-mhe.el

1994-01-28 Thread Jack Repenning
Recently, Jamie wrote: Someone send me what they think is the best-working version of bbdb-mhe.el. I haven't been able to keep track of all the patches in the last few months. Here's what I've been using. Everything's in the form of additional

Re: bbdb-mhe.el

1994-01-27 Thread Fritz Knabe
Jamie Zawinski wrote: > Someone send me what they think is the best-working version of bbdb-mhe.el. > I haven't been able to keep track of all the patches in the last few months. I've got a pretty good version now, but I have not incorporated Jack's fixes for the problems w

bbdb-mhe.el

1994-01-27 Thread Jamie Zawinski
Someone send me what they think is the best-working version of bbdb-mhe.el. I haven't been able to keep track of all the patches in the last few months.