emacs-devel
[Top][All Lists]
Advanced

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

Re: Image transformation filter for upscaled images


From: Stefan Monnier
Subject: Re: Image transformation filter for upscaled images
Date: Tue, 09 Mar 2021 18:59:30 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> I know that completing-read can handle a list of symbols, but its
> documentation says only list of strings.  Who's right?  Do we care?

IIRC what it officially supports are lists of strings and alists whose
keys are strings or symbols.

The way the code is implemented, it mostly works with lists of symbols
as well, tho expect breakage if your first symbol happens to be `lambda`
or `closure`.


        Stefan




reply via email to

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