all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* bug#22781: 25.1.50; auto-fill-function gets not to work in some major-mode
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Ingebrigtsen @ 2016-02-23  9:59 UTC (permalink / raw
  To: Katsumi Yamaoka; +Cc: 22781

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> 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:

Oops.  I think I meant to type `setq-local', but I typed `setq-default'
instead...

Fixed now.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#22781: 25.1.50; auto-fill-function gets not to work in some major-mode
  2016-02-23  9:59 ` Lars Ingebrigtsen
@ 2016-02-23 10:34   ` Katsumi Yamaoka
  0 siblings, 0 replies; 3+ messages in thread
From: Katsumi Yamaoka @ 2016-02-23 10:34 UTC (permalink / raw
  To: Lars Ingebrigtsen; +Cc: 22781-done

On Tue, 23 Feb 2016 20:59:38 +1100, Lars Ingebrigtsen wrote:
> Oops.  I think I meant to type `setq-local', but I typed `setq-default'
> instead...

> Fixed now.

I verified that the problem has gone.  Thanks Lars!





^ 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.