[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The poor state of documentation of pcase like things.
From: |
Eli Zaretskii |
Subject: |
Re: The poor state of documentation of pcase like things. |
Date: |
Sat, 19 Dec 2015 14:15:37 +0200 |
> From: David Kastrup <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden
> Date: Sat, 19 Dec 2015 12:39:22 +0100
>
> The Detailed Node listing now reads
>
> Control Structures
>
> * Sequencing:: Evaluation in textual order.
> * Conditionals:: @code{if}, @code{cond}, @code{when},
> @code{unless}.
> * Combining Conditions:: @code{and}, @code{or}, @code{not}.
> * Iteration:: @code{while} loops.
> * Generators:: Generic sequences and coroutines.
> * Nonlocal Exits:: Jumping out of a sequence.
>
> Conditionals
>
> * Pattern matching case statement:: How to use @code{pcase}.
>
> Nonlocal Exits
>
> * Catch and Throw:: Nonlocal exits for the program's own purposes.
> * Examples of Catch:: Showing how such nonlocal exits can be
> written.
> * Errors:: How errors are signaled and handled.
> * Cleanups:: Arranging to run a cleanup form if an
>
> Note that "Conditionals" now appears twice: as a proper node name and as
> a newly added section containing only "pcase" and nothing else.
Yes, and that is a problem because...?
- Re: The poor state of documentation of pcase like things., (continued)
- Re: The poor state of documentation of pcase like things., Eli Zaretskii, 2015/12/18
- Re: The poor state of documentation of pcase like things., Rasmus, 2015/12/18
- Re: The poor state of documentation of pcase like things., David Kastrup, 2015/12/18
- Re: The poor state of documentation of pcase like things., Eli Zaretskii, 2015/12/18
- Re: The poor state of documentation of pcase like things., Phillip Lord, 2015/12/18
- Re: The poor state of documentation of pcase like things., Eli Zaretskii, 2015/12/18
- Re: The poor state of documentation of pcase like things., David Kastrup, 2015/12/18
- Re: The poor state of documentation of pcase like things., Eli Zaretskii, 2015/12/18
- Re: The poor state of documentation of pcase like things., Eli Zaretskii, 2015/12/19
- Re: The poor state of documentation of pcase like things., David Kastrup, 2015/12/19
- Re: The poor state of documentation of pcase like things.,
Eli Zaretskii <=
- Re: The poor state of documentation of pcase like things., Phillip Lord, 2015/12/19
- Re: The poor state of documentation of pcase like things., Eli Zaretskii, 2015/12/19
- Re: The poor state of documentation of pcase like things., Phillip Lord, 2015/12/19
- Re: The poor state of documentation of pcase like things., Eli Zaretskii, 2015/12/19
- Re: The poor state of documentation of pcase like things., Phillip Lord, 2015/12/20
- Re: The poor state of documentation of pcase like things., Michael Heerdegen, 2015/12/20
- Re: The poor state of documentation of pcase like things., Marcin Borkowski, 2015/12/18
- Re: The poor state of documentation of pcase like things., Phillip Lord, 2015/12/18
- Re: The poor state of documentation of pcase like things., Marcin Borkowski, 2015/12/18
- Re: The poor state of documentation of pcase like things., John Wiegley, 2015/12/22