help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: help-gnu-emacs Digest, Vol 107, Issue 23


From: Chris Carlson
Subject: Re: help-gnu-emacs Digest, Vol 107, Issue 23
Date: Wed, 12 Oct 2011 20:56:59 -0700
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

Thank you very much, Kevin.  I have this in my .emacs file:

(setq-default vc-initial-comment t)

It still doesn't ask for a comment.  Since vc-register is defined in vc.el, one would think vc-initial-comment would be accessed in this file.  It isn't.  As a matter of fact, I can't find a vc-*.el file where it is used.

Do you think I should submit a bug report?
Chris


help-gnu-emacs-request@gnu.org wrote:
Send help-gnu-emacs mailing list submissions to
	help-gnu-emacs@gnu.org

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.gnu.org/mailman/listinfo/help-gnu-emacs
or, via email, send a message with subject or body 'help' to
	help-gnu-emacs-request@gnu.org

You can reach the person managing the list at
	help-gnu-emacs-owner@gnu.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of help-gnu-emacs digest..."


Today's Topics:

   1. Re: Version control "Register" operation (Kevin Rodgers)
   2. FW: Question about 3rd emacs Buffer Window area. (Me Myself and I)
   3. ""like other editors" [" (Rustom Mody)
   4. Re: FW: Question about 3rd emacs Buffer Window area. (suvayu ali)
   5. Re: faces lost in text terminal (Shiyuan)
   6. file changed prompt (Shiyuan)


----------------------------------------------------------------------

Message: 1
Date: Tue, 11 Oct 2011 22:46:53 -0600
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Version control "Register" operation
Message-ID: <j7361u$qus$1@dough.gmane.org>
Content-Type: text/plain; charset=UTF-8; format=flowed

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.

  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]