GNU bug report logs - #8141
23.2.94; python-fill-paragraph

Previous Next

Package: emacs;

Reported by: Andreas Röhler <andreas.roehler <at> easy-emacs.de>

Date: Mon, 28 Feb 2011 20:53:02 UTC

Severity: minor

Found in version 23.2.94

Done: Fabián Ezequiel Gallina <fabian <at> anue.biz>

Bug is archived. No further changes may be made.

Full log


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

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Andreas Röhler <andreas.roehler <at> easy-emacs.de>
Cc: Christoph Scholtes <cschol2112 <at> googlemail.com>, 8141 <at> debbugs.gnu.org
Subject: Re: bug#8141: 23.2.94; python-fill-paragraph
Date: Mon, 07 Mar 2011 21:08:15 -0500
> with M-q resp. fill-paragraph it's fine here too.
> python-fill-paragraph displays the bug.
[...]
> AFAIS bug basically might reside in
> fill-paragraph, where

If calling fill-paragraph works while python-fill-paragraph doesn't, it
would rather seem to indicate that the bug is in python-fill-paragraph
(maybe the bug is that python-fill-paragraph should never be called
directly as a command, for example).

>    ;; 2. Try fill-paragraph-function.
>    (and (not (eq fill-paragraph-function t))
>         (or fill-paragraph-function
>             (and (minibufferp (current-buffer))
>                  (= 1 (point-min))))
>         (let ((function (or fill-paragraph-function


> should be written like

> (cond (fill-paragraph-function
>        DTRT)

>       (t everything else

No, the current definition is on purpose.  As the docstring of
fill-paragraph-function indicates:

   ...
   If the function returns nil, then `fill-paragraph' does its normal work.
   ...


-- Stefan




This bug report was last modified 12 years and 224 days ago.

Previous Next


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