* bug#22781: 25.1.50; auto-fill-function gets not to work in some major-mode
@ 2016-02-23 8:59 Katsumi Yamaoka
2016-02-23 9:59 ` Lars Ingebrigtsen
0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2016-02-23 8:59 UTC (permalink / raw)
To: 22781
Hi,
Recipe:
$ emacs -Q
Eval: (with-temp-buffer (message-mode))
Then `auto-fill-mode' will get not to work when editing at least
a *.texi file using `texinfo-mode'. In that case the value of
`auto-fill-function' is `message-do-auto-fill'. This is because
`message-setup-fill-variables' sets `normal-auto-fill-function'
to `message-do-auto-fill'. The change was made in the revono:
66d9ef95c0f9407d2a6d26bcd7ed84a303294b53
Regards,
In GNU Emacs 25.1.50.1 (i686-pc-cygwin, GTK+ Version 3.14.13)
of 2016-02-23 built on localhost
Windowing system distributor 'The Cygwin/X Project', version 11.0.11702000
Configured using:
'configure --with-x-toolkit=gtk3 --with-xwidgets'
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-23 10:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-23 8:59 bug#22781: 25.1.50; auto-fill-function gets not to work in some major-mode Katsumi Yamaoka
2016-02-23 9:59 ` Lars Ingebrigtsen
2016-02-23 10:34 ` Katsumi Yamaoka
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).