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 commit missing ChangeLog message Date: Wed, 12 Nov 2008 15:57:16 -0500 Message-ID: References: <86ej1il3z7.fsf@lifelogs.com> <1226414985.525611.2969.nullmailer@null> <8663mukybp.fsf@lifelogs.com> <200811111658.mABGwYR1004191@mothra.ics.uci.edu> <86myg6hycx.fsf@lifelogs.com> <200811111945.mABJjWvA004946@mothra.ics.uci.edu> <86od0mgcz5.fsf@lifelogs.com> <200811120111.mAC1B6h1005596@mothra.ics.uci.edu> <86tzacg8yc.fsf@lifelogs.com> <200811121959.mACJx0OG007500@mothra.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226523522 23846 80.91.229.12 (12 Nov 2008 20:58:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Nov 2008 20:58:42 +0000 (UTC) Cc: Ted Zlatanov , emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 12 21:59:44 2008 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.50) id 1L0MoL-0001Lt-B0 for ged-emacs-devel@m.gmane.org; Wed, 12 Nov 2008 21:59:37 +0100 Original-Received: from localhost ([127.0.0.1]:34862 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0MnD-0001zk-Ce for ged-emacs-devel@m.gmane.org; Wed, 12 Nov 2008 15:58:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0MmA-0001bW-Kz for emacs-devel@gnu.org; Wed, 12 Nov 2008 15:57:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0Mm9-0001b7-Vb for emacs-devel@gnu.org; Wed, 12 Nov 2008 15:57:22 -0500 Original-Received: from [199.232.76.173] (port=57627 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0Mm9-0001b3-Q2 for emacs-devel@gnu.org; Wed, 12 Nov 2008 15:57:21 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:22322) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0Mm9-0006qq-50 for emacs-devel@gnu.org; Wed, 12 Nov 2008 15:57:21 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAGjSGklFxLQU/2dsb2JhbACBds9Lg1eBEYIh X-IronPort-AV: E=Sophos;i="4.33,592,1220241600"; d="scan'208";a="29791599" Original-Received: from 69-196-180-20.dsl.teksavvy.com (HELO pastel.home) ([69.196.180.20]) by ironport2-out.teksavvy.com with ESMTP; 12 Nov 2008 15:57:18 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 6F84784CE; Wed, 12 Nov 2008 15:57:16 -0500 (EST) In-Reply-To: <200811121959.mACJx0OG007500@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Wed, 12 Nov 2008 11:59:00 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105616 Archived-At: >> > I think that should be up to the user, to be done in the hook. The >> > information, diff and files added/removed/affected, exists outside the >> > commit message so putting it inside the message duplicates the >> > information. >> >> Agreed. One missing feature OTOH is a way to get from the log-edit >> buffer to the patch that's being committed. With PCL-CVS you can use >> C-x c = to get it, but in general it's missing. > What's wrong with > C-x v = > ? Oh, you're right, it works as well. Good. Stefan "Duh!"