From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: master abf0823 2/2: New test tramp-test30-make-auto-save-file-name Date: Fri, 29 May 2015 10:57:40 -0500 Message-ID: <85zj4nwf4b.fsf@stephe-leake.org> References: <20150527134830.719.88862@vcs.savannah.gnu.org> <87wpzu3qi8.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1432915100 10904 80.91.229.3 (29 May 2015 15:58:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 May 2015 15:58:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 29 17:58:10 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 1YyMfe-000463-97 for ged-emacs-devel@m.gmane.org; Fri, 29 May 2015 17:58:06 +0200 Original-Received: from localhost ([::1]:36749 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyMfd-0000Xr-Og for ged-emacs-devel@m.gmane.org; Fri, 29 May 2015 11:58:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyMfa-0000Xh-8U for emacs-devel@gnu.org; Fri, 29 May 2015 11:58:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YyMfV-0006fA-8n for emacs-devel@gnu.org; Fri, 29 May 2015 11:58:02 -0400 Original-Received: from gproxy2-pub.mail.unifiedlayer.com ([69.89.18.3]:39544) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1YyMfV-0006dz-2F for emacs-devel@gnu.org; Fri, 29 May 2015 11:57:57 -0400 Original-Received: (qmail 7876 invoked by uid 0); 29 May 2015 15:57:49 -0000 Original-Received: from unknown (HELO cmgw3) (10.0.90.84) by gproxy2.mail.unifiedlayer.com with SMTP; 29 May 2015 15:57:49 -0000 Original-Received: from host114.hostmonster.com ([74.220.207.114]) by cmgw3 with id Zxqu1q00M2UdiVW01xqxm0; Fri, 29 May 2015 15:50:57 -0600 X-Authority-Analysis: v=2.1 cv=d9Vml3TE c=1 sm=1 tr=0 a=CQdxDb2CKd3SRg4I0/XZPQ==:117 a=CQdxDb2CKd3SRg4I0/XZPQ==:17 a=DsvgjBjRAAAA:8 a=f5113yIGAAAA:8 a=2wGvvwaKUHMA:10 a=9i_RQKNPAAAA:8 a=hEr_IkYJT6EA:10 a=x_XPkuGwIRMA:10 a=h1PgugrvaO0A:10 a=mDV3o1hIAAAA:8 a=VDVkUR7_VODlB0mL8VsA:9 Original-Received: from [76.218.37.33] (port=49755 helo=TAKVER) by host114.hostmonster.com with esmtpa (Exim 4.84) (envelope-from ) id 1YyMfK-0005x3-B2 for emacs-devel@gnu.org; Fri, 29 May 2015 09:57:46 -0600 In-Reply-To: <87wpzu3qi8.fsf@gmx.de> (Michael Albinus's message of "Wed, 27 May 2015 18:59:59 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (windows-nt) X-Identified-User: {2442:host114.hostmonster.com:stephele:stephe-leake.org} {sentby:smtp auth 76.218.37.33 authed with stephen_leake@stephe-leake.org} X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 69.89.18.3 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:186944 Archived-At: Michael Albinus writes: > Glenn Morris writes: > >>> * tramp-tests.el (tramp-test30-make-auto-save-file-name): New test. >> [...] >>> * tramp.el (tramp-auto-save-directory): Add :tags. >> >> Please try to write the full filename relative to top-level. >> test/automated/tramp-tests.el etc. > > You are right, but I really hate it that we have no ChangeLog > anymore. It was simple to extract the commit message from the ChangeLog > by "C-c C-a". Now we have to do it by hand, and I tend to fail this > exam. We need to bind C-c C-a to do The Right Thing while editing the git commit log. That is, build the change entry in the git commit log directly, not in the Changelog file. I use Emacs DVC (which I also maintain); it does that. Maybe there already is a key for this in Emacs vc? -- -- Stephe