From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: File names in ChangeLog entries Date: Wed, 01 Dec 2021 05:24:48 +0200 Message-ID: <835ys9t3b3.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39368"; mail-complaints-to="usenet@ciao.gmane.io" Cc: p.stephani2@gmail.com, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Dec 01 04:25:53 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1msGFl-000A2f-5T for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Dec 2021 04:25:53 +0100 Original-Received: from localhost ([::1]:47614 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msGFj-0000uz-ES for ged-emacs-devel@m.gmane-mx.org; Tue, 30 Nov 2021 22:25:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52238) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msGEw-00080E-1X for emacs-devel@gnu.org; Tue, 30 Nov 2021 22:25:02 -0500 Original-Received: from [2001:470:142:3::e] (port=34140 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msGEv-0005nM-Jc; Tue, 30 Nov 2021 22:25:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=5PQqYs8H509McjiaMWavPSx0uKhbMO2mfKveYrkmljY=; b=XjZNp8Q5T0YZ RkzzzUTa3onfFf5m/7Uq+GKomoDnX7srJ4LMcOhKDsd9aONDlUsJwLwJ9kRNv9gil0iFofg9OYSna xOfg89mpqx0LPLXM0vBmHjW3F816m7UsXuEEiM6Mf8itVD4e+1fKRFVExptclKLfWTZxIddkYRvKO 9rgfk3KdfRYH8oLC2KqTyNFbSMnAh102bogP6zHWaic5VUa2GL9EirU4aV/PK1eubTUkm8byyVp3r w8Fu0BHB3YXAh95/l4XKMsYAnIy0S9k36vZjm4ii5FRigpfgFU+ol8ru8Ncl/ZGPEoozjtQIqv3+I rc21QX9StKVfwey5VDCG9A==; Original-Received: from [87.69.77.57] (port=1697 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msGEv-00069f-AH; Tue, 30 Nov 2021 22:25:01 -0500 In-Reply-To: (message from Stefan Kangas on Tue, 30 Nov 2021 15:24:00 -0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:280572 Archived-At: > From: Stefan Kangas > Date: Tue, 30 Nov 2021 15:24:00 -0800 > Cc: Emacs developers > > Philipp Stephani writes: > > >> I recommend using `add-change-log-entry-other-window' bound to `C-x 4 a' > >> to get this right. > > > > That almost never does the right thing for me, though. It almost > > always tries to create a ChangeLog file in a subdirectory (e.g. > > "lisp") and makes the filenames relative to that subdirectory, and I > > then have to fix them manually. > > It always worked for me, besides having to fix up the formatting > (removing the extra tabs for the git commit message). It also works for me.