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: Tassilo Horn
Subject: bug#44554: 27.1; Feature request: SRFI-62 style comments for Emacs Lisp.
Date: Fri, 13 Nov 2020 22:03:27 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Kangas <stefankangas@gmail.com> writes:

> FWIW, I for one would appreciate SRFI-62 style comments.  I often find
> myself commenting out otherwise valid sexps, and the added convenience
> would be nice.

Same for me.  Some years ago when I've programmed in Clojure most of the
time which has those comments in the form of #_(+ 1 2 3), I found it
increadibly useful and convenient during experimentation with the code,
i.e., the ability to inactivate some part of a deeply nested form and
temporarily replace it with some alternative, switch back and forth,
etc.

Bye,
Tassilo





reply via email to

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