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: Jean Louis
Subject: bug#44554: 27.1; Feature request: SRFI-62 style comments for Emacs Lisp.
Date: Tue, 10 Nov 2020 22:31:54 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* Lars Ingebrigtsen <larsi@gnus.org> [2020-11-10 18:03]:
> Vladimir Nikishkin <lockywolf@gmail.com> writes:
> 
> > #;(defvar demo-variable nil
> >   "This is a demo-variable declared to illustrate SRFI-62.")
> > ```
> >
> > The special reader syntax "#;" means "please, ignore the next valid
> > s-expression completely".
> 
> Sexp-based comments would certainly be nice, but I wonder whether
> comment blocks would be even more useful (if we have to prioritise):
> 
> #| this is
> a comment |#

Voting for CL comment blocks.

It will increase documenting ability of Emacs.

I am using such to accept input from customers online, their human
readable data is shown in the comment blocks, and it is all LISP data
that can be processed.






reply via email to

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