GNU bug report logs - #28003
26.0.50; Auto fill broken in Message mode

Previous Next

Package: emacs;

Reported by: Stephen Berman <stephen.berman <at> gmx.net>

Date: Mon, 7 Aug 2017 19:58:02 UTC

Severity: normal

Found in version 26.0.50

Done: Tom Tromey <tom <at> tromey.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: Katsumi Yamaoka <yamaoka <at> jpl.org>, Tom Tromey <tom <at> tromey.com>, 28003 <at> debbugs.gnu.org
Subject: bug#28003: 26.0.50; Auto fill broken in Message mode
Date: Wed, 09 Aug 2017 17:41:49 +0200
On Wed, 09 Aug 2017 16:54:27 +0200 Stephen Berman <stephen.berman <at> gmx.net> wrote:

> On Wed, 09 Aug 2017 15:04:56 +0200 Stephen Berman <stephen.berman <at> gmx.net> wrote:
>
>> This prompted me to look closer at Katsumi Yamaoka's patch above, and it
>> turns out that message-do-auto-fill is not being called, although it is
>> the value of normal-auto-fill-function in the Message mode buffer I'm
>> typing in right now; instead, the default value do-auto-fill is called.
>> When you try my recipe is message-do-auto-fill being used?  That may
>> explain why you can't reproduce the problem.  I have no idea why
>> message-do-auto-fill isn't being called here...
>
> It's not being called because internal-auto-fill calls do-auto-fill
> instead of funcalling auto-fill-function.  But changing it to do the
> latter makes no difference, since message-do-auto-fill also calls
> do-auto-fill, unless point is on a message header.  (So it's still a
> mystery to me why you can't reproduce the problem...)

Well, I'm a bit slow today, but making internal-auto-fill funcall
auto-fill-function together with Yamaoka-san's patch does restore
auto-filling to non-comment lines in Message mode; though I can't judge
whether that's the right fix.

Steve Berman




This bug report was last modified 7 years and 328 days ago.

Previous Next


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