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

Previous Next

Package: emacs;

Reported by: Vladimir Nikishkin <lockywolf <at> gmail.com>

Date: Tue, 10 Nov 2020 14:05:01 UTC

Severity: wishlist

Merged with 57966

Found in versions 27.1, 28.1

Full log


Message #53 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Jose A. Ortega Ruiz" <jao <at> gnu.org>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#44554: 27.1;
 Feature request: SRFI-62 style comments for Emacs Lisp.
Date: Wed, 11 Nov 2020 22:50:22 +0000
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





This bug report was last modified 2 years and 268 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.