GNU bug report logs - #40869
Scheme syntax-rules indent when using ellipsis symbol

Previous Next

Package: emacs;

Reported by: Jakub Jankiewicz <jcubic <at> onet.pl>

Date: Sun, 26 Apr 2020 15:25:01 UTC

Severity: normal

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


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

From: "Jakub T. Jankiewicz" <jcubic <at> onet.pl>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 40869 <at> debbugs.gnu.org
Subject: Re: 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 <at> gnus.org> wrote:

> Jakub Jankiewicz <jcubic <at> 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




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

Previous Next


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