From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Klaus Berndl Newsgroups: gmane.emacs.help Subject: Using pcl-cvs programmatically for getting cvs-state for a list of files Date: 09 Sep 2004 15:36:59 +0200 Organization: "sd&m AG, Muenchen, Germany" Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1094738099 17440 80.91.224.253 (9 Sep 2004 13:54:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Sep 2004 13:54:59 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 09 15:54:47 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 1C5PNt-0003jq-00 for ; Thu, 09 Sep 2004 15:54:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5PTD-00078b-T7 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Sep 2004 10:00:15 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!news.tele.dk!news.tele.dk!small.news.tele.dk!lnewsoutpeer00.lnd.ops.eu.uu.net!lnewsinpeer00.lnd.ops.eu.uu.net!bnewsoutpeer01.bru.ops.eu.uu.net!bnewsinpeer00.bru.ops.eu.uu.net!emea.uu.net!news.sdm.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Original-NNTP-Posting-Host: sachrang.muc.sdm.de Original-X-Trace: news.sdm.de 1094737019 29145 193.102.182.8 (9 Sep 2004 13:36:59 GMT) Original-X-Complaints-To: usenet@news.sdm.de Original-NNTP-Posting-Date: Thu, 9 Sep 2004 13:36:59 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:125202 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20556 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20556 Is is possible to using the code of pcl-cvs (pcs.el) for getting the current state for a list of files? Normally `cvs-examine' prints all its output into a cvs-buffer which is shown or not (if argument noshow is t). Bat even with noshow this is not what i want because i need the states of files not in form of a human-readable buffer but in form of a list like ((file-1 . state-1) (file-2 . state-2) ... (file-n . state-n)) Of course i could parse myself the cvs-buffer prepared by cvs-examine but why to do this when the needed information is already somewhere deep in pcl-cvs... at least i suppose that pcl-cvs internally has the information-structure (or at least something similar) so it can fill up a human-readable buffer.... Any pointer which internal function/code of pcl-cvs i could use (maybe with some modifications...) to reach my goal? Thanks a lot in advance! Klaus -- Klaus Berndl mailto: klaus.berndl@sdm.de sd&m AG http://www.sdm.de software design & management Carl-Wery-Str. 42, 81739 Muenchen, Germany Tel +49 89 63812-392, Fax -220