[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: latex.el: completing-read and REQUIRE-MATCH
From: |
Arash Esbati |
Subject: |
Re: latex.el: completing-read and REQUIRE-MATCH |
Date: |
Sat, 15 Jul 2023 12:49:33 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Tassilo,
Tassilo Horn <tsdh@gnu.org> writes:
> No complaint from me but maybe 'nil (null optional)' would be an
> alternative approach, i.e., require a match only for mandatory
> arguments.
Yes, this is indeed an approach, my only concern is that we use
`completing-read' a lot but barely pass REQUIRE-MATCH for usual macros,
so is there a need for this inside these functions? I don't have a
strong opinion on this.
Best, Arash