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

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

[debbugs-tracker] bug#17128: closed (24.3.50; `newline-and-indent' shoul


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17128: closed (24.3.50; `newline-and-indent' should not indent the current line)
Date: Wed, 02 Apr 2014 22:48:02 +0000

Your message dated Thu, 03 Apr 2014 01:47:42 +0300
with message-id <address@hidden>
and subject line Re: bug#17128: 24.3.50; `newline-and-indent' should not indent 
the current line
has caused the debbugs.gnu.org bug report #17128,
regarding 24.3.50; `newline-and-indent' should not indent the current line
to be marked as done.

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


-- 
17128: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17128
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 24.3.50; `newline-and-indent' should not indent the current line Date: Fri, 28 Mar 2014 08:17:28 +0200
Tags: patch

There's `reindent-then-newline-and-indent' for that.

In GNU Emacs 24.3.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 3.8.6)
 of 2014-03-23 on axl
Repository revision: 116830 address@hidden
Windowing system distributor `The X.Org Foundation', version 11.0.11405000
System Description:     Ubuntu 13.10


=== modified file 'lisp/simple.el'
--- lisp/simple.el      2014-03-25 23:30:08 +0000
+++ lisp/simple.el      2014-03-28 06:15:14 +0000
@@ -611,7 +611,7 @@
 column specified by the function `current-left-margin'."
   (interactive "*")
   (delete-horizontal-space t)
-  (newline nil t)
+  (newline)
   (indent-according-to-mode))
 
 (defun reindent-then-newline-and-indent ()




--- End Message ---
--- Begin Message --- Subject: Re: bug#17128: 24.3.50; `newline-and-indent' should not indent the current line Date: Thu, 03 Apr 2014 01:47:42 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
On 01.04.2014 23:08, Stefan Monnier wrote:

That's an option, yes.  Alan might like it.

Too bad that discussion is going very slowly.

I'm pulling this patch because it also breaks `electric-pair-open-newline-between-pairs'.


--- End Message ---

reply via email to

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