From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.bugs Subject: bug#9745: 23.3; vc-register does not prompt for initial comment Date: Thu, 13 Oct 2011 17:15:32 -0400 Message-ID: References: <4E96C9C6.1040302@cox.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1318540601 25342 80.91.229.12 (13 Oct 2011 21:16:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2011 21:16:41 +0000 (UTC) Cc: 9745@debbugs.gnu.org To: Chris Carlson Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 13 23:16:36 2011 Return-path: Envelope-to: geb-bug-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 1RESdo-0001By-E2 for geb-bug-gnu-emacs@m.gmane.org; Thu, 13 Oct 2011 23:16:36 +0200 Original-Received: from localhost ([::1]:51393 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RESdn-0007vd-Rl for geb-bug-gnu-emacs@m.gmane.org; Thu, 13 Oct 2011 17:16:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RESdl-0007vR-9T for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 17:16:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RESdj-0007Ms-Uv for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 17:16:33 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:38680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RESdj-0007Mo-TH for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 17:16:31 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RESeD-0002nS-WB for bug-gnu-emacs@gnu.org; Thu, 13 Oct 2011 17:17:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Dan Nicolaescu Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 13 Oct 2011 21:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9745 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9745-submit@debbugs.gnu.org id=B9745.131854056510665 (code B ref 9745); Thu, 13 Oct 2011 21:17:01 +0000 Original-Received: (at 9745) by debbugs.gnu.org; 13 Oct 2011 21:16:05 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RESdJ-0002ly-Ks for submit@debbugs.gnu.org; Thu, 13 Oct 2011 17:16:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RESdH-0002lr-DM for 9745@debbugs.gnu.org; Thu, 13 Oct 2011 17:16:04 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1REScm-00067Z-P6; Thu, 13 Oct 2011 17:15:32 -0400 In-Reply-To: <4E96C9C6.1040302@cox.net> (Chris Carlson's message of "Thu, 13 Oct 2011 04:21:42 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Thu, 13 Oct 2011 17:17:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52631 Archived-At: Chris Carlson writes: > This bug report will be sent to the Free Software Foundation, > not to your local site managers! > Please write in English if possible, because the Emacs maintainers > usually do not have translators to read other languages for them. > > Your report will be posted to the bug-gnu-emacs@gnu.org mailing list > and the gnu.emacs.bug news group, and at http://debbugs.gnu.org. > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug. If you can, give > a recipe starting from `emacs -Q': > > Performing a vc-register never prompts for an initial comment. The > variable vc-initial-comment is defined in vc.el, but it is never > referenced or used. > > Previous versions of Emacs prompted for an initial comment by default, > but that feature seems to have gotten lost. Modern VCS do not have an initial message when adding a file (just RCS did that -- maybe SCCS too), so that feature has been removed.