[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] externals/corfu 79a2a61 2/2: Improve orderless support
From: |
Daniel Mendler |
Subject: |
Re: [elpa] externals/corfu 79a2a61 2/2: Improve orderless support |
Date: |
Fri, 7 May 2021 15:19:47 +0200 |
On 5/7/21 3:01 PM, Stefan Monnier wrote:
> 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).
Daniel