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

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

[debbugs-tracker] bug#17031: closed (24.3.50; newline-and-indent doesn't


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17031: closed (24.3.50; newline-and-indent doesn't fill a line)
Date: Tue, 18 Mar 2014 21:17:02 +0000

Your message dated Tue, 18 Mar 2014 17:15:57 -0400
with message-id <address@hidden>
and subject line Re: bug#17031: 24.3.50; newline-and-indent doesn't fill a line
has caused the debbugs.gnu.org bug report #17031,
regarding 24.3.50; newline-and-indent doesn't fill a line
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17031: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17031
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; newline-and-indent doesn't fill a line Date: Tue, 18 Mar 2014 12:52:44 +0900 User-agent: Gnus/5.13001 (真 Gnus v0.10) Emacs/24.3.50 (i686-pc-cygwin)
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  <address@hidden>

        * 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 address@hidden
Windowing system distributor `The Cygwin/X Project', version 11.0.11500000
Configured using:
 `configure --verbose --with-x-toolkit=gtk3'



--- End Message ---
--- Begin Message --- Subject: Re: bug#17031: 24.3.50; newline-and-indent doesn't fill a line Date: Tue, 18 Mar 2014 17:15:57 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)
> 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


--- End Message ---

reply via email to

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