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


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

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Tom Tromey <tom <at> tromey.com>
Cc: Katsumi Yamaoka <yamaoka <at> jpl.org>, 28003 <at> debbugs.gnu.org
Subject: Re: bug#28003: 26.0.50; Auto fill broken in Message mode
Date: Wed, 09 Aug 2017 16:54:27 +0200
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...)

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.