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: Jose A. Ortega Ruiz
Subject: bug#44554: 27.1; Feature request: SRFI-62 style comments for Emacs Lisp.
Date: Wed, 11 Nov 2020 22:50:22 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On Wed, Nov 11 2020, Andreas Schwab wrote:

> On Nov 11 2020, Vladimir Nikishkin wrote:
>
>> I am asking for _some_ syntax to comment out valid sexps, whichever
>> fits Emacs Lisp most.
>
> The easiest way is to quote it.

(+ 3 '2 1) -> 6
(+ 3 #;2 1) -> 4

(+ 3 '(+ 1 2)) -> error
(+ 3 #;(+ 1 2)) -> 3






reply via email to

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