bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28003: 26.0.50; Auto fill broken in Message mode


From: Stephen Berman
Subject: bug#28003: 26.0.50; Auto fill broken in Message mode
Date: Wed, 09 Aug 2017 16:54:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

On Wed, 09 Aug 2017 15:04:56 +0200 Stephen Berman <stephen.berman@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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]