bbdb-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error with bbdb-check-name


From: Stefan Monnier
Subject: Re: error with bbdb-check-name
Date: Fri, 25 Sep 2020 16:32:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> > I think there's indeed a problem because `cl-lib` is not `require`d.
>> > IOW, I think we need something like the patch below,
>> Or even the one below,
> Thank you Stefan!  I can't tell anymore how it came about I was
> assuming that cl-lib need not be require'd.  Indeed, your patch
> seems to fix more than just the problem that started this thread and
> that I had been scratching my head about.

I suspect the problem is that package.el nowadays requires `cl-lib`, so
in many/most cases `cl-lib` will already be loaded when comes the time to
compile your ELPA package, thus hiding the bug.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]