emacs-devel
[Top][All Lists]
Advanced

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

Re: Instead of pcase


From: Richard Stallman
Subject: Re: Instead of pcase
Date: Tue, 28 Nov 2023 22:42:05 -0500

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > > However, to make the simplest possible result, I need to know
  > > all the kinds of values that RES can have.  For instance, at this point,
  > > 
  > >        (`(,hookfun . ,_)
  > >         ;; The hook function already performed completion :-(
  > >         ;; Not much we can do at this point.
  > >         (message "%s already performed completion!" hookfun)
  > >         nil)
  > > 
  > > what are the possible values of RES that will NOT match that pattern?

  > Since "_" means "anything", the pcase form does enumerate all possible 
  > options 

We had a miscommunication.  Your answer tells me what that pcase
clause recognizes, but the question I am asking is a different one.
My question is about what values of RES are _valid_ at that point in
the code.

            (anything else would be a bug in the code producing res).

My question is about the code producing RES.
What are the values it can produce, and what do they mean?

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





reply via email to

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