From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.help Subject: Re: What's function name of command to check in Emacs changes to CVS?? (bound to C-c C-c) Date: Thu, 13 Feb 2003 19:04:44 -0500 Organization: The Ohio State University Dept. of Computer and Info. Science Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1045181063 3964 80.91.224.249 (14 Feb 2003 00:04:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 14 Feb 2003 00:04:23 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18jTL4-00011g-00 for ; Fri, 14 Feb 2003 01:04:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18jTML-0000ld-07 for gnu-help-gnu-emacs@m.gmane.org; Thu, 13 Feb 2003 19:05:41 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.cis.ohio-state.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: gamma.cis.ohio-state.edu Mail-Copies-To: nobody User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.3.50 (sparc-sun-solaris2.8) Cancel-Lock: sha1:tFJBeHZiEe1lVbjKvM3J7kVG/MU= Original-Xref: shelby.stanford.edu gnu.emacs.help:110163 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6666 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6666 seberino@spawar.navy.mil (Christian Seberino) writes: > What's function name of command to check in Emacs changes to CVS?? > (bound to C-c C-c) > > I changed what C-c and other combos do..... > ... so..... > C-c C-c does NOT work when using Emacs with CVS to check something > in after you finished the memo. > > What is function name tied to C-c C-c so I can tie it to something > else that will work? I'm not sure, but here's how you can go about figuring it out yourself: 1) run emacs -q (to start an uncustomized emacs) 2) visit whatever file you are about to check in 3) execute the (presumable) 'C-x v v' sequence that does the checkin 4) When you are in the buffer that lets you enter the change memo, type 'C-h k C-c C-c', which will tell you the name of the command bound to C-c C-c in the other window, as well as its arguments, etc. 5) Abort your "emacs -q" emacs process. -- Benjamin