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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40869 in the body.
You can then email your comments to 40869 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#40869; Package emacs. (Sun, 26 Apr 2020 15:25:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jakub Jankiewicz <jcubic <at> onet.pl>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 26 Apr 2020 15:25:02 GMT) Full text and rfc822 format available.

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

From: Jakub Jankiewicz <jcubic <at> onet.pl>
To: bug-gnu-emacs <at> gnu.org
Subject: Scheme syntax-rules indent when using ellipsis symbol
Date: Sun, 26 Apr 2020 17:18:53 +0200
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 ...))))

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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#40869; Package emacs. (Mon, 06 Jun 2022 13:33:02 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Jakub Jankiewicz <jcubic <at> onet.pl>
Cc: 40869 <at> debbugs.gnu.org
Subject: Re: bug#40869: Scheme syntax-rules indent when using ellipsis symbol
Date: Mon, 06 Jun 2022 15:32:18 +0200
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.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug marked as fixed in version 29.1, send any further explanations to 40869 <at> debbugs.gnu.org and Jakub Jankiewicz <jcubic <at> onet.pl> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 06 Jun 2022 13:33:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#40869; Package emacs. (Mon, 06 Jun 2022 18:14:02 GMT) Full text and rfc822 format available.

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 05 Jul 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 292 days ago.

Previous Next


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