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: vc-start-entry and add-log-current-defun, vc-comment-to-change-log Date: Sat, 26 Mar 2011 08:22:07 -0400 Message-ID: References: <87aagkxruy.fsf@mat.ucm.es> <8762r6unht.fsf@mat.ucm.es> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1301142146 26324 80.91.229.12 (26 Mar 2011 12:22:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 26 Mar 2011 12:22:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Uwe Brauer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 26 13:22:22 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q3SVV-0007Sn-St for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2011 13:22:18 +0100 Original-Received: from localhost ([127.0.0.1]:52765 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3SVV-0002UH-34 for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2011 08:22:17 -0400 Original-Received: from [140.186.70.92] (port=37534 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q3SVO-0002UC-Pv for emacs-devel@gnu.org; Sat, 26 Mar 2011 08:22:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q3SVN-0008R3-Ci for emacs-devel@gnu.org; Sat, 26 Mar 2011 08:22:10 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:40271 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q3SVN-0008Qv-5R for emacs-devel@gnu.org; Sat, 26 Mar 2011 08:22:09 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEABTajU1Ld+RO/2dsb2JhbAClYHiIa7lthWkElgI X-IronPort-AV: E=Sophos;i="4.63,247,1299474000"; d="scan'208";a="98132567" Original-Received: from 75-119-228-78.dsl.teksavvy.com (HELO pastel.home) ([75.119.228.78]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 26 Mar 2011 08:22:07 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 630DB58EBD; Sat, 26 Mar 2011 08:22:07 -0400 (EDT) In-Reply-To: <8762r6unht.fsf@mat.ucm.es> (Uwe Brauer's message of "Sat, 26 Mar 2011 12:31:26 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:137712 Archived-At: >>> vc-comment-to-change-log allows you to insert vc entries to the >>> Changelog, but changelog has at least for me the nicer format. >> That's why log-edit-mode provides C-c C-a to bring the ChangeLog entry >> into the VC-Log buffer before committing. > I have not seen this feature in my vc version! No wait I am > confused you say I can use C-c C-a in ChangeLog, well not > in GNU emacs 22 I am using. Can you please clarify? The C-c C-a is in the VC-Log buffer, not in the ChangeLog buffer. I.e. you first write your ChangeLog with C-x 4 a as usual and once you're done, you do the C-x v v command to commit, which brings up a VC-Log buffer into which you can hit C-c C-a to bring in a copy of the ChangeLog entry you just typed. You can also add log-edit-insert-changelog to log-edit-hook so it's done for you automatically. Stefan