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

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

bug#36552: 25.1; lisp tagbody indentation not working


From: Lars Ingebrigtsen
Subject: bug#36552: 25.1; lisp tagbody indentation not working
Date: Mon, 08 Jul 2019 21:53:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Ryan Brown <ryan@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





reply via email to

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