[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Multiline Comments
From: |
Michael Heerdegen |
Subject: |
Re: Multiline Comments |
Date: |
Mon, 09 Nov 2020 14:01:16 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Jean Louis <bugs@gnu.support> writes:
> > (defmacro multic (&rest _) nil)
> I wish I could understand how that macro works for multi line
> comments.
The macro lets evaluation ignore all enclosed expressions. A similar
effect can be reached by quoting lop-level expressions. That's already
all.
If what is enclosed is not a set of valid expressions, you
get... problems.
Michael.
- Multiline Comments, Christopher Dimech, 2020/11/08
- Re: Multiline Comments, Michael Heerdegen, 2020/11/09
- Re: Multiline Comments, Jean Louis, 2020/11/09
- Re: Multiline Comments,
Michael Heerdegen <=
- Re: Multiline Comments, Christopher Dimech, 2020/11/09
- Re: Multiline Comments, Joost Kremers, 2020/11/09
- Re: Multiline Comments, Christopher Dimech, 2020/11/09
- Re: Multiline Comments, Joost Kremers, 2020/11/09
- Re: Multiline Comments, Christopher Dimech, 2020/11/09
- Re: Multiline Comments, Joost Kremers, 2020/11/09
- Re: Multiline Comments, Christopher Dimech, 2020/11/09
- Re: Multiline Comments, Joost Kremers, 2020/11/09
- Re: Multiline Comments, Robert Thorpe, 2020/11/09
- Re: Multiline Comments, Joost Kremers, 2020/11/09