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: Wed, 11 Nov 2020 11:25:34 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* Vladimir Nikishkin <lockywolf@gmail.com> [2020-11-11 11:19]:
> Just to clarify,
> 
> I am not asking that exactly the syntax of srfi-62 as it is be added.
> (Although Emacs Lisp already uses #'symbol as a reader-syntax switch,
> so I suspect that it is possible)
> I am asking for _some_ syntax to comment out valid sexps, whichever
> fits Emacs Lisp most.

Would this work?

'(

)

Or there could be some macro to comment out anything:

(do-not-process

Put anything you wish here.

)






reply via email to

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