From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-25 8726de6: Finish excising electric indent from `open-line' Date: Sun, 22 Nov 2015 09:51:24 -0500 Message-ID: References: <20151122045054.17266.64677@vcs.savannah.gnu.org> <87io4u362x.fsf@red-bean.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448203914 3574 80.91.229.3 (22 Nov 2015 14:51:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2015 14:51:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 15:51:45 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a0VzU-0006hp-Kq for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 15:51:44 +0100 Original-Received: from localhost ([::1]:56358 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0VzU-00083f-Ey for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 09:51:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0VzI-00083Y-CY for emacs-devel@gnu.org; Sun, 22 Nov 2015 09:51:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0VzD-0006TB-9t for emacs-devel@gnu.org; Sun, 22 Nov 2015 09:51:32 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:40675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0VzD-0006T6-4v for emacs-devel@gnu.org; Sun, 22 Nov 2015 09:51:27 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id tAMEpOL9015724; Sun, 22 Nov 2015 09:51:24 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 1E7C3AE22C; Sun, 22 Nov 2015 09:51:24 -0500 (EST) In-Reply-To: <87io4u362x.fsf@red-bean.com> (Karl Fogel's message of "Sun, 22 Nov 2015 00:23:50 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5498=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5498> : inlines <4017> : streams <1542294> : uri <2087599> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:195019 Archived-At: > Oh, well. Although mostly pleased with Emacs' transition to > distributed version control, I do miss one thing: being able to edit > log messages after the fact! Yes, that's a shortcoming of Git. Hopefully it'll be fixed eventually. Stefan