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 #74 received at 44554 <at> debbugs.gnu.org (full text, mbox):

From: Andrea Corallo <akrl <at> sdf.org>
To: Stefan Kangas <stefankangas <at> gmail.com>
Cc: Mattias EngdegÄrd <mattiase <at> acm.org>,
 Lars Ingebrigtsen <larsi <at> gnus.org>, 44554 <at> debbugs.gnu.org,
 Vladimir Nikishkin <lockywolf <at> gmail.com>, Richard Stallman <rms <at> gnu.org>
Subject: Re: bug#44554: 27.1; Feature request: SRFI-62 style comments for
 Emacs Lisp.
Date: Fri, 13 Nov 2020 13:24:07 +0000
Stefan Kangas <stefankangas <at> gmail.com> writes:

> Lars Ingebrigtsen <larsi <at> gnus.org> writes:
>
>> The question is whether this feature is useful enough to warrant the
>> pain inflicted, and...  I guess there isn't all that much enthusiasm for
>> it?  To me it sounds more like "that'd be neat" instead of "yeah, I can
>> see myself using it all the time".
>
> 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.  Just today I had a debugging session where they would
> have definitely made things a bit more comfortable, especially given
> that they nest easily.
>
> That said, I won't exactly bring out the torches and pitchforks if the
> proposal gets rejected.
>
> (I don't have enough experience with Common Lisp to say much about the
> #||#-comments.)

My 2 cents,

I like the idea of a dedicated syntax to comment out sexps.

That said I believe `comment-dwim' solves already this problem to a good
degree for me.

given:

(foo (bar))

having as a region '(bar)' M-; produces

(foo ;; (bar)
     )

I indeed use it quite frequently.

  Andrea




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

Previous Next


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