* bug#17031: 24.3.50; newline-and-indent doesn't fill a line
@ 2014-03-18 3:52 Katsumi Yamaoka
2014-03-18 21:15 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: Katsumi Yamaoka @ 2014-03-18 3:52 UTC (permalink / raw)
To: 17031; +Cc: João Távora
Hi,
Say the RET key is bound to newline-and-indent. When I hit RET
at the end of a long line, it is not filled even if the line is
longer than fill-column (and of course auto-fill-mode is ON).
It isn't a new feature, is it? If not, it seems to be due to
this change:
2013-12-26 João Távora <joaotavora@gmail.com>
* simple.el (newline-and-indent): Call newline with interactive
set to t.
Reverting this change restores the right behavior.
Thanks.
In GNU Emacs 24.3.50.1 (i686-pc-cygwin, GTK+ Version 3.8.8)
of 2014-03-18 on localhost
Repository revision: 116783 tzz@lifelogs.com-20140317212956-osgyu52wdx7z6etz
Windowing system distributor `The Cygwin/X Project', version 11.0.11500000
Configured using:
`configure --verbose --with-x-toolkit=gtk3'
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#17031: 24.3.50; newline-and-indent doesn't fill a line
2014-03-18 3:52 bug#17031: 24.3.50; newline-and-indent doesn't fill a line Katsumi Yamaoka
@ 2014-03-18 21:15 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2014-03-18 21:15 UTC (permalink / raw)
To: Katsumi Yamaoka; +Cc: 17031-done, João Távora
> Reverting this change restores the right behavior.
I installed a simple patch that changed the (newline 1 t) into
(newline nil t), which seemed to fix the problem.
Thank you,
Stefan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-18 21:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 3:52 bug#17031: 24.3.50; newline-and-indent doesn't fill a line Katsumi Yamaoka
2014-03-18 21:15 ` Stefan Monnier
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.