From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: arturs_jurnieks@yahoo.com (Arturs Jurnieks) Newsgroups: gmane.emacs.help Subject: Re: Invoking cvs update in Emacs Date: 5 Nov 2004 22:34:00 -0800 Organization: http://groups.google.com Message-ID: <51b9052a.0411052234.6e405b63@posting.google.com> References: <51b9052a.0411051036.7fa2f0c9@posting.google.com> NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1099723010 19117 80.91.229.6 (6 Nov 2004 06:36:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Nov 2004 06:36:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 06 07:36:46 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CQKBq-0002LP-00 for ; Sat, 06 Nov 2004 07:36:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CQKK4-0001PZ-Mv for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Nov 2004 01:45:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 198.162.45.88 Original-X-Trace: posting.google.com 1099722840 2782 127.0.0.1 (6 Nov 2004 06:34:00 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 6 Nov 2004 06:34:00 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:126390 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21779 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21779 Kai Grossjohann wrote in message news:... > arturs_jurnieks@yahoo.com (Arturs Jurnieks) writes: > > > I'm using a terminal-based Emacs (no GUI), and I'm wondering if > > there's a way to invoke cvs update in Emacs? I'm able to commit using > > Ctrl-x v v, but can't seem to find the keybindings for cvs update. > > C-x v C-h shows you some other related bindings. I agree with Jochen > that M-x cvs-update RET is cool, but there is also C-x v d which is > similar. C-x v d also works with RCS, which is cool in another way > ;-) > > Kai Danke. Will try the commands out. Cheers, Arturs