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

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

bug#44554: 27.1; Feature request: SRFI-62 style comments for Emacs Lisp.


From: Drew Adams
Subject: bug#44554: 27.1; Feature request: SRFI-62 style comments for Emacs Lisp.
Date: Tue, 10 Nov 2020 09:17:50 -0800 (PST)

> I wonder whether comment blocks would be even more useful
> (if we have to prioritise):
> 
> #| this is
> a comment |#
> 
> The advantage is that you don't have to have syntactically valid things
> in comment blocks, while #; requires that you do.  #; also looks like
> slightly hard to read if you do stuff like
> 
> (foo #;(foobar
>         ...
>         1)
>      zot)

+1 for Common-Lisp block comments.

(And for reader macros, FWIW...)





reply via email to

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