GNU bug report logs - #54491
27.2; left-margin variable breaks autoload generation

Previous Next

Package: emacs;

Reported by: Will Tower <william.emerson.tower <at> gmail.com>

Date: Mon, 21 Mar 2022 10:35:04 UTC

Severity: normal

Merged with 54490

Found in version 27.2

Fixed in version 29.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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 54491 <at> debbugs.gnu.org, william.emerson.tower <at> gmail.com
Subject: bug#54491: 27.2; left-margin variable breaks autoload generation
Date: Mon, 21 Mar 2022 19:17:32 +0100
Eli Zaretskii <eliz <at> gnu.org> writes:

> Looks like adaptive-fill?  lisp-mode defines various indent-* and
> fill-* functions, so perhaps the extra open parenthesis is the
> "prefix" it decides to use when filling/indenting?

Sounds likely.  I've now fixed this in the most straight-forward way I
could think of in Emacs 29 (i.e., by just binding left-margin to zero
before doing any of this stuff), and that seems to fix the problem.

Here's the reproducer I used:

(let ((left-margin 8)) (make-directory-autoloads "~/src/emacs/trunk/lisp/" "/tmp/out.el"))

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




This bug report was last modified 3 years and 38 days ago.

Previous Next


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