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 11:24:59 -0500 Message-ID: References: <20151122045054.17266.64677@vcs.savannah.gnu.org> <87io4u362x.fsf@red-bean.com> <87vb8u84i1.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1448209525 22370 80.91.229.3 (22 Nov 2015 16:25:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2015 16:25:25 +0000 (UTC) Cc: Karl Fogel , emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 17:25:14 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 1a0XRx-0005or-BX for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 17:25:13 +0100 Original-Received: from localhost ([::1]:56596 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0XRw-0006Qn-TF for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 11:25:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0XRo-0006Oe-Ui for emacs-devel@gnu.org; Sun, 22 Nov 2015 11:25:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0XRo-0000vh-86 for emacs-devel@gnu.org; Sun, 22 Nov 2015 11:25:04 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:23618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0XRk-0000uv-5O; Sun, 22 Nov 2015 11:25:00 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0DDEQA731xV/++ZWxdcgxCEAoVVu0CHUQKBPTkTAQEBAQEBAYEKQQWDXQEBAwF5BQsLDQEmEhQYMYg3CM8jAQEBBwEBAQEeizqFBQeELQWMMJlFjw8jgjuBWyCCeAEBAQ X-IPAS-Result: A0DDEQA731xV/++ZWxdcgxCEAoVVu0CHUQKBPTkTAQEBAQEBAYEKQQWDXQEBAwF5BQsLDQEmEhQYMYg3CM8jAQEBBwEBAQEeizqFBQeELQWMMJlFjw8jgjuBWyCCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="179008916" Original-Received: from unknown (HELO pastel.home) ([23.91.153.239]) by ironport2-out.teksavvy.com with ESMTP; 22 Nov 2015 11:24:59 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 221A36287D; Sun, 22 Nov 2015 11:24:59 -0500 (EST) In-Reply-To: <87vb8u84i1.fsf@fencepost.gnu.org> (David Kastrup's message of "Sun, 22 Nov 2015 15:59:02 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:195035 Archived-At: > Consequently it will not "be fixed", ever. It's part of the system > design. For the purpose of automated ChangeLog generation/maintenance, > one could add additional information to commits (possibly including a > commit message for the sake of ChangeLog generation) with "git notes" > and integrate it at ChangeLog generation time. And once this workaround is well integrated into "git log", I'll call this "fixed". So I think it can be "fixed". Stefan