Hello,

On Tue 23 Dec 2025 at 01:49pm GMT, Ihor Radchenko wrote:

> Sean Whitton <[email protected]> writes:
>
>>>> which is not good code.  Is there any alternative?
>>>
>>> (defface org-hide
>>>    (mapcar
>>>     (pcase-lambda (`(,term ,bg))
>>>       `(((background ,bg) (type ,term))
>>>         (:foreground ,(pcase bg ('light "white") ('dark "black"))
>>>          ,@(when term '(:inherit fixed-pitch)))))
>>>      (let (args)
>>>        (dolist (term '(ns w32 nil) args)
>>>          (dolist (bg '(light dark))
>>>            (push (list term bg) args)))))
>>
>> Ah, right, it's evaluated.
>>
>> Thanks, I'll prepare a new patch at some point.
>
> It has been a while.
> Do you still have plans to work on the patch?

Yes, it's still on my miscellaneous Emacs list.

(But if you especially want to work on it now that would be fine with
me.)

-- 
Sean Whitton

Reply via email to