From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: Version control "Register" operation Date: Tue, 11 Oct 2011 22:46:53 -0600 Message-ID: References: <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 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1318394778 27805 80.91.229.12 (12 Oct 2011 04:46:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 Oct 2011 04:46:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 12 06:46:14 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 1RDqhp-0007WS-UC for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Oct 2011 06:46:14 +0200 Original-Received: from localhost ([::1]:42521 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDqhm-0001eP-Ds for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Oct 2011 00:46:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDqhi-0001eH-4O for help-gnu-emacs@gnu.org; Wed, 12 Oct 2011 00:46:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDqhg-0005gp-Nd for help-gnu-emacs@gnu.org; Wed, 12 Oct 2011 00:46:05 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:39825) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDqhg-0005gf-Fo for help-gnu-emacs@gnu.org; Wed, 12 Oct 2011 00:46:04 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RDqhe-0007RK-Ab for help-gnu-emacs@gnu.org; Wed, 12 Oct 2011 06:46:02 +0200 Original-Received: from c-71-237-25-24.hsd1.co.comcast.net ([71.237.25.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Oct 2011 06:46:02 +0200 Original-Received: from kevin.d.rodgers by c-71-237-25-24.hsd1.co.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Oct 2011 06:46:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: c-71-237-25-24.hsd1.co.comcast.net User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.23) Gecko/20110920 Thunderbird/3.1.15 In-Reply-To: <2f7859.292a.132efcf846f.Webtop.0@cox.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:82523 Archived-At: On 10/10/11 3:49 PM, cwcarlson@cox.net wrote: > 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? vc-initial-comment is a variable defined in `vc.el'. Its value is nil Documentation: If non-nil, prompt for initial comment when a file is registered. You can customize this variable. -- Kevin Rodgers Denver, Colorado, USA