From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cwcarlson@cox.net Newsgroups: gmane.emacs.help Subject: Version control "Register" operation Date: Mon, 10 Oct 2011 17:49:07 -0400 (EDT) Message-ID: <2f7859.292a.132efcf846f.Webtop.0@cox.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=no Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1318283546 27543 80.91.229.12 (10 Oct 2011 21:52:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 Oct 2011 21:52:26 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 10 23:52:19 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RDNlg-0006s2-3H for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Oct 2011 23:52:16 +0200 Original-Received: from localhost ([::1]:46879 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDNlf-0004s0-Aa for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Oct 2011 17:52:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDNif-0004hV-6T for help-gnu-emacs@gnu.org; Mon, 10 Oct 2011 17:49:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDNie-0003S7-8f for help-gnu-emacs@gnu.org; Mon, 10 Oct 2011 17:49:09 -0400 Original-Received: from fed1rmfepo102.cox.net ([68.230.241.144]:42208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDNie-0003Rw-1s for help-gnu-emacs@gnu.org; Mon, 10 Oct 2011 17:49:08 -0400 Original-Received: from fed1rmimpo01.cox.net ([70.169.32.71]) by fed1rmfepo102.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20111010214907.ZSLH3814.fed1rmfepo102.cox.net@fed1rmimpo01.cox.net> for ; Mon, 10 Oct 2011 17:49:07 -0400 Original-Received: from fed1rmwbtp04 ([172.18.140.217]) by fed1rmimpo01.cox.net with bizsmtp id j9p71h0034hdPEs039p7QY; Mon, 10 Oct 2011 17:49:07 -0400 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A020203.4E936853.002D,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=XdbPDGv6iT76Ln+URUviy1cMTZ8Xsv+LLtHm2N5DBds= c=1 sm=1 a=Jx4s-47xJOsA:10 a=cWQ9uGxeeyIA:10 a=zKNBh3IThX4A:10 a=G8Uczd0VNMoA:10 a=IkcTkHD0fZMA:10 a=8rmt/zqfU526zj/aS23Jbw==:17 a=71laHPJYU65hVWd2HzgA:9 a=XzC_E5s5q-XvpHWp3k4A:7 a=QEXdDO2ut3YA:10 a=8rmt/zqfU526zj/aS23Jbw==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Original-Received: from [129.253.54.30] by webtop.west.cox.net with HTTP; Mon, 10 Oct 2011 17:49:07 -0400 User-Agent: Laszlo Mail 3 X-SID: 0 X-Originating-IP: [129.253.54.30] Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 68.230.241.144 X-Mailman-Approved-At: Mon, 10 Oct 2011 17:52:11 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82518 Archived-At: In a previous version of Emacs, I'm not sure how long ago, when I did a "vc-register" operation, Emacs would automatically open a buffer for the "Description." This would allow me to enter a description of the file being registered for RCS, CVS or SVN. Now I find that "vc-register" just registers the file with no description. I've looked in the vc*.el files and cannot see where it even considers opening a buffer for the description. Is this a feature that has been removed? Thanks, Chris