[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] externals/corfu 79a2a61 2/2: Improve orderless support
From: |
Stefan Monnier |
Subject: |
Re: [elpa] externals/corfu 79a2a61 2/2: Improve orderless support |
Date: |
Fri, 07 May 2021 09:28:19 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
>> Usually we write `fboundp` when we want to test if a function is bound.
>> Of course, `symbol-function` does the job as well (the two functions
>> could be aliases of each other nowadays) but it's not idiomatic.
>
> Of course. Maybe you missed the context of the code here? This is a
> `cl-letf` and I am using `symbol-function` to overwrite the function
> using the gv expander. This is pretty ugly code, but I hope we get
> support for deferred highlighting in Emacs itself (bug#47711).
Duh! Sorry 'bout the noise,
Stefan