From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 0679159: Use the VC root in `log-edit-listfun' Date: Sat, 11 Apr 2015 07:11:14 +0300 Message-ID: <55289EE2.3070208@yandex.ru> References: <20150410010013.30467.14459@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1428725487 24409 80.91.229.3 (11 Apr 2015 04:11:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2015 04:11:27 +0000 (UTC) To: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 11 06:11:27 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 1YgmlR-0005mj-W1 for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2015 06:11:26 +0200 Original-Received: from localhost ([::1]:41760 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgmlR-0006Wn-0j for ged-emacs-devel@m.gmane.org; Sat, 11 Apr 2015 00:11:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgmlN-0006WW-Dg for emacs-devel@gnu.org; Sat, 11 Apr 2015 00:11:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgmlK-0004Jv-7Z for emacs-devel@gnu.org; Sat, 11 Apr 2015 00:11:21 -0400 Original-Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:34863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgmlJ-0004Jk-VL for emacs-devel@gnu.org; Sat, 11 Apr 2015 00:11:18 -0400 Original-Received: by widdi4 with SMTP id di4so16242242wid.0 for ; Fri, 10 Apr 2015 21:11:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ybnjZvFxP5gNQta0YLCqowhoEZKHt/40jLF04lOgmOo=; b=Q9ECldSgbohxIWc8p0jVJ3dxhRghDI6KbPmFLgY1mRnBxnaxadgbSQK71O8Jdb3oBZ +BRHlI+7RaW66SugxAC/A2DMYECLc1xza07XDWuRFouPymmYKOQo8MPIIHvEuSN5KqwC bgZJCSUcBNPbyd6aqqJSBu1sSbdVtsMrTV4F395PsQJKGoB0+Zl8jYhPlAWRcn5wqvwO QDCzqcDNAA+mcyetaB6a1OT+7y8mS48EUpphjpb6rRbtqtlK7D1pAbhZ1nd4NWZUeoFB Ygit53ZcTVwyWwu/w/Sjr4bg2YP6414ecopiJWjrBnOo8Eql8GgAtIQeOd01JCzma4mq nb7w== X-Received: by 10.180.102.130 with SMTP id fo2mr3131519wib.30.1428725477274; Fri, 10 Apr 2015 21:11:17 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id fo7sm1033798wic.1.2015.04.10.21.11.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 10 Apr 2015 21:11:16 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::236 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:185275 Archived-At: On 04/10/2015 08:02 AM, Stefan Monnier wrote: > I think that for the use case in Emacs's master it is not really > relevant any more because there's only a single ChangeLog. Indeed. > The problem was as follows: > - mark "." in vc-dir then do C-x v v to commit changes to a few lisp files. > - be disappointed that the log-edit buffer was not pre-filled with the > corresponding entries in lisp/ChangeLog because lisp/ChangeLog is not > the right file for "." and log-edit doesn't know that the files that > will be committed are somewhere underneath the `lisp' subdirectory. Thanks, I've expanded the comment there.