emacs-devel
[Top][All Lists]
Advanced

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

Re: News from the lexical world


From: Stefan Monnier
Subject: Re: News from the lexical world
Date: Mon, 26 Apr 2021 12:06:10 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> I have found the problem (but haven't had the time to fix it :()
>
> In supercite  'sc-select-attribution the variables 'citation and
> 'attribution are bound and then the hook 'sc-attribs-postselect-hook  is
> run. I use bbdb which adds to  that hook an anonymous defun:
>
> (add-hook 'sc-attribs-postselect-hook
>             (lambda ()
>               (setq bbdb-sc-last-attrib
>                     (if sc-downcase-p
>                         (downcase attribution)
>                       attribution))))

Hmm... I can't find this code in the BBDB copy I have (from elpa.git).
Which version of BBDB do you have?


        Stefan




reply via email to

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