From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: log-edit.el Date: Thu, 26 May 2005 09:33:58 +1200 Message-ID: <17044.61254.181305.307593@farnswood.snap.net.nz> References: <17044.23349.76511.530320@farnswood.snap.net.nz> <87r7fvwfhe.fsf-monnier+emacs@gnu.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1117057396 28776 80.91.229.2 (25 May 2005 21:43:16 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 25 May 2005 21:43:16 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 25 23:43:13 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Db3dn-0003tl-Lv for ged-emacs-devel@m.gmane.org; Wed, 25 May 2005 23:42:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db3hj-0005tH-Ox for ged-emacs-devel@m.gmane.org; Wed, 25 May 2005 17:46:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Db3fe-0005Ca-MR for emacs-devel@gnu.org; Wed, 25 May 2005 17:44:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Db3fW-00059D-UM for emacs-devel@gnu.org; Wed, 25 May 2005 17:44:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Db3fO-0004xM-3c for emacs-devel@gnu.org; Wed, 25 May 2005 17:43:54 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Db3Vg-0000kb-VR for emacs-devel@gnu.org; Wed, 25 May 2005 17:33:53 -0400 Original-Received: from farnswood.snap.net.nz (p91-tnt1.snap.net.nz [202.124.110.91]) by viper.snap.net.nz (Postfix) with ESMTP id C1A1C5375BB; Thu, 26 May 2005 09:33:21 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id A11A162A99; Wed, 25 May 2005 22:33:59 +0100 (BST) Original-To: Stefan Monnier In-Reply-To: <87r7fvwfhe.fsf-monnier+emacs@gnu.org> X-Mailer: VM 7.19 under Emacs 22.0.50.61 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:37642 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37642 > This idea might be OK, but the place to add a " " is not where you put it > but inside log-edit-changelog-entries where we do a (search-forward > pattern). > > Is the patch below working for you? Yes. I've committed it. > > Also, I use log-edit-insert-changelog all the time but never use pcl-cvs. > > How about moving the node about log-edit from the pcl-cvs manual into > > the Emacs manual? > > No objection here, OK, I will merge the node "Editing a Log Message" from the pcl-cvs manual into the node "Features of the Log Entry Buffer" in the Emacs manual. Nick