GNU bug report logs -
#36552
25.1; lisp tagbody indentation not working
Previous Next
Reported by: Ryan Brown <ryan <at> derivita.com>
Date: Mon, 8 Jul 2019 15:18:01 UTC
Severity: normal
Tags: fixed
Found in version 25.1
Fixed in version 27.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Do you want me to just attach a patch here, or is there a process for
sending a patch?
I'm not finding documentation on how to do that.
On Mon, Jul 8, 2019 at 1:53 PM Lars Ingebrigtsen <larsi <at> gnus.org> wrote:
> Ryan Brown <ryan <at> derivita.com> writes:
>
> > Sure enough, lisp-indent-259 only only runs the indentation function for
> the first item after
> > &rest:
> >
> > (cond ((and tail (not (symbolp tem)))
> > ;; indent tail of &rest in same way as first elt of rest
> > (throw 'exit normal-indent))
> > With this change the tagbodies get properly indented:
> > (cond ((and tail (not (or (consp tem) (symbolp tem))))
> > ;; indent tail of &rest in same way as first elt of rest
> > (throw 'exit normal-indent))
> >
> > Here's the entire patched function.
>
> Could you send a patch for this instead?
>
> --
> (domestic pets only, the antidote for overdose, milk.)
> bloggy blog: http://lars.ingebrigtsen.no
>
[Message part 2 (text/html, inline)]
This bug report was last modified 5 years and 312 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.