bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40869: Scheme syntax-rules indent when using ellipsis symbol


From: Jakub T. Jankiewicz
Subject: bug#40869: Scheme syntax-rules indent when using ellipsis symbol
Date: Mon, 6 Jun 2022 20:13:26 +0200

Awesome, thanks.

On Mon, 06 Jun 2022 15:32:18 +0200
Lars Ingebrigtsen <larsi@gnus.org> wrote:

> Jakub Jankiewicz <jcubic@onet.pl> writes:
> 
> > According to srfi-46 the syntax-rules can have extra first parameter:
> >
> > This is the indent:
> >
> > (define-syntax list+
> >   (syntax-rules ::: ()
> >                 ((_ args :::) '(args :::))))
> >
> > it should be the same as without ellipis extra symbol:
> >
> > (define-syntax list+
> >   (syntax-rules ()
> >     ((_ args ...) '(args ...))))  
> 
> (I'm going through old bug reports that unfortunately weren't resolved
> at the time.)
> 
> I've now fixed this in Emacs 29.
> 

--
Jakub T. Jankiewicz, Web Developer
https://jcubic.pl/me





reply via email to

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