From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: VC commit missing ChangeLog message Date: Wed, 12 Nov 2008 11:59:00 -0800 (PST) Message-ID: <200811121959.mACJx0OG007500@mothra.ics.uci.edu> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1226519983 10752 80.91.229.12 (12 Nov 2008 19:59:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Nov 2008 19:59:43 +0000 (UTC) Cc: Ted Zlatanov , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 12 21:00:45 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 1L0LtF-0001bK-2a for ged-emacs-devel@m.gmane.org; Wed, 12 Nov 2008 21:00:37 +0100 Original-Received: from localhost ([127.0.0.1]:39186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0Ls6-0003y7-K0 for ged-emacs-devel@m.gmane.org; Wed, 12 Nov 2008 14:59:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0Ls1-0003xa-VM for emacs-devel@gnu.org; Wed, 12 Nov 2008 14:59:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0Ls0-0003xA-KO for emacs-devel@gnu.org; Wed, 12 Nov 2008 14:59:21 -0500 Original-Received: from [199.232.76.173] (port=55227 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0Ls0-0003x7-EO for emacs-devel@gnu.org; Wed, 12 Nov 2008 14:59:20 -0500 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:34610) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1L0Lrz-0002ov-25 for emacs-devel@gnu.org; Wed, 12 Nov 2008 14:59:20 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv2.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id mACJx1ES015585; Wed, 12 Nov 2008 11:59:07 -0800 (PST) Original-Received: (from dann@localhost) by mothra.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id mACJx0OG007500; Wed, 12 Nov 2008 11:59:00 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Wed, 12 Nov 2008 14:42:30 -0500") Original-Lines: 14 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: mACJx1ES015585 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:105613 Archived-At: Stefan Monnier writes: > > 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 = ?