GNU bug report logs - #27775
footnotes mode hanging indent [CODE INCLUDED]

Previous Next

Package: emacs;

Reported by: Boruch Baum <boruch_baum <at> gmx.com>

Date: Thu, 20 Jul 2017 21:18:01 UTC

Severity: minor

Tags: fixed

Fixed in version 27.1

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

Bug is archived. No further changes may be made.

Full log


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

From: Noam Postavsky <npostavs <at> gmail.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 27775 <at> debbugs.gnu.org, Boruch Baum <boruch_baum <at> gmx.com>
Subject: Re: bug#27775: footnotes mode hanging indent [CODE INCLUDED]
Date: Mon, 22 Jul 2019 21:04:42 -0400
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> so I've added a new fill-paragraph function to the Emacs trunk.

Hmm, you did

    (define-minor-mode footnote-mode
      ...
        (setq-local fill-paragraph-function #'footnote--fill-paragraph)

But since footnote-mode is a minor mode, isn't it a mistake to just take
over fill-paragraph-function like that?  What if the major mode has
installed some fill-paragraph-function?





This bug report was last modified 5 years and 362 days ago.

Previous Next


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