bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#16567: 24.3.50; pcase should signal an error if no case matches


From: Helmut Eller
Subject: bug#16567: 24.3.50; pcase should signal an error if no case matches
Date: Wed, 10 Sep 2014 16:28:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

On Wed, Sep 10 2014, Stefan Monnier wrote:

> I'm open to other suggestions, and `pcasex' is not unacceptable, so
> I think we're closing in.

pcase* looks less exotic that pcasex; though it's harder to type.

BTW, I find it surprising that this doesn't signal an error:

(pcase-let ((`(1 ,x) '("foo")))
 x)

But I suspect that "it's not an option" to change pcase-let.

Helmut





reply via email to

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