emacs-devel
[Top][All Lists]
Advanced

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

Re: cond* Examples


From: Richard Stallman
Subject: Re: cond* Examples
Date: Sun, 12 Jan 2025 21:17:03 -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. ]]]

  > 1. The `cond*' does not exit in the first clause, but should because the
  > first bind is t (see manual).

All bind* clauses are now defined to be non-exit clauses.

  > 2. The scope of the binds are not contained to the clause and wrap the
  > entire `cond*'.

Yes, exactly.  That is the purpose of bind*: to bind variables that
reach over subsequent clauses.

If you want bindings within one clause, you can do it just as easiiy
with a clause contaning a let*.  You can make it exit conditionally or
unconditionally using the other features.

-- 
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]