From owner-ntemacs-users@june  Mon Sep  2 09:57:44 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "Mon" " 2" "September" "1996" "17:20:51" "+0100" "Pat Knight" "pat@ktgroup.co.uk" nil "23" "Problem with vc-directory" "^From:" nil nil "9" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id JAA05142 for <voelker@june.cs.washington.edu>; Mon, 2 Sep 1996 09:57:44 -0700
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id JAA35749 for <voelker@joker.cs.washington.edu>; Mon, 2 Sep 1996 09:57:43 -0700
Received: from tcupboard.ktgroup.co.uk (www.ktgroup.co.uk [194.70.85.1]) by june.cs.washington.edu (8.7.5/7.2ju) with ESMTP id JAA03567 for <ntemacs-users@cs.washington.edu>; Mon, 2 Sep 1996 09:20:57 -0700
Received: from lurch.ktgroup.co.uk (lurch.ktgroup.co.uk [194.70.85.4]) by tcupboard.ktgroup.co.uk (8.7.4/8.7.3) with ESMTP id RAA00449 for <ntemacs-users@cs.washington.edu>; Mon, 2 Sep 1996 17:20:52 +0100
Received: from pcpat.ktgroup.co.uk (pcpat.ktgroup.co.uk [194.70.85.30]) by lurch.ktgroup.co.uk (8.7.4/8.7.3) with SMTP id RAA15499 for <ntemacs-users@cs.washington.edu>; Mon, 2 Sep 1996 17:20:50 +0100
Message-Id: <1.5.4.32.19960902162051.00692a68@vcsmail>
X-Sender: pat@vcsmail
X-Mailer: Windows Eudora Light Version 1.5.4 (32)
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
From: Pat Knight <pat@ktgroup.co.uk>
To: ntemacs-users@cs.washington.edu
Subject: Problem with vc-directory
Date: Mon, 02 Sep 1996 17:20:51 +0100

Apologies again. The key sequence which causes the send is CTRL-C!! 

I'm using version 19.34 on Windows 95 with RCS 5.7.

If I use vc-directory in a directory with sub-directories containing checked
out files, vc-directory fails with the message
Wrong type argument: number-or-marker-p, nil

I tracked this down to the line
(insert (ls-lisp-format file (file-attributes-file file) switches)))...
at line 155.

The problem appears to be that the (setq file (filename-non-directory file))
on the previous line removes the sub-directory information from file, which
means that file-attributes-file looks for the file in the current directory.
I've commented out the setq line and vc-directory now works.

Does anyone know what I've broken by commenting out this line? I can't think
of a reason why I wouldn't want to pass the full filename to
file-attributes-file in this case.

Cheers,
	Pat

From owner-ntemacs-users@june  Tue Sep  3 02:18:35 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "Tue" " 3" "September" "1996" "09:37:15" "+0100" "Pat Knight" "pat@ktgroup.co.uk" nil "16" "Re: Problem with vc-directory" "^From:" nil nil "9" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id CAA08476 for <voelker@june.cs.washington.edu>; Tue, 3 Sep 1996 02:18:34 -0700
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id CAA43163 for <voelker@joker.cs.washington.edu>; Tue, 3 Sep 1996 02:18:33 -0700
Received: from tcupboard.ktgroup.co.uk (www.ktgroup.co.uk [194.70.85.1]) by june.cs.washington.edu (8.7.5/7.2ju) with ESMTP id BAA04402 for <ntemacs-users@cs.washington.edu>; Tue, 3 Sep 1996 01:37:39 -0700
Received: from lurch.ktgroup.co.uk (lurch.ktgroup.co.uk [194.70.85.4]) by tcupboard.ktgroup.co.uk (8.7.4/8.7.3) with ESMTP id JAA03949 for <ntemacs-users@cs.washington.edu>; Tue, 3 Sep 1996 09:37:18 +0100
Received: from pcpat.ktgroup.co.uk (pcpat.ktgroup.co.uk [194.70.85.30]) by lurch.ktgroup.co.uk (8.7.4/8.7.3) with SMTP id JAA02947 for <ntemacs-users@cs.washington.edu>; Tue, 3 Sep 1996 09:37:15 +0100
Message-Id: <1.5.4.32.19960903083715.0068a6fc@vcsmail>
X-Sender: pat@vcsmail
X-Mailer: Windows Eudora Light Version 1.5.4 (32)
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
From: Pat Knight <pat@ktgroup.co.uk>
To: ntemacs-users@cs.washington.edu
Subject: Re: Problem with vc-directory
Date: Tue, 03 Sep 1996 09:37:15 +0100

In a message sent at 17:20 02/09/96 +0100, I wrote that:
>I'm using version 19.34 on Windows 95 with RCS 5.7.
>
>If I use vc-directory in a directory with sub-directories containing checked
>out files, vc-directory fails with the message
>Wrong type argument: number-or-marker-p, nil
>
>I tracked this down to the line
>(insert (ls-lisp-format file (file-attributes-file file) switches)))...
>at line 155.
>
The line is in ls-lisp.el, the version of insert-directory which doesn't
spawn a subprocess, but does the work itself.

Cheers,
	Pat

From owner-ntemacs-users@june  Tue Sep  3 06:38:15 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "Tue" " 3" "September" "1996" "08:36:13" "-0400" "Jeff Cutler-Stamm" "jcs@ebt.com" nil "1" "ClearCase vc-mode ?" "^From:" nil nil "9" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id GAA22501 for <voelker@june.cs.washington.edu>; Tue, 3 Sep 1996 06:38:15 -0700
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id GAA19255 for <voelker@joker.cs.washington.edu>; Tue, 3 Sep 1996 06:38:13 -0700
Received: from ebt-inc.ebt.com (ebt-inc.ebt.com [192.111.115.1]) by june.cs.washington.edu (8.7.5/7.2ju) with SMTP id FAA19428 for <ntemacs-users@cs.washington.edu>; Tue, 3 Sep 1996 05:35:55 -0700
Received: from peart (peart [198.112.118.48]) by ebt-inc.ebt.com (8.6.12/8.6.9) with SMTP id IAA15711 for <ntemacs-users@cs.washington.edu>; Tue, 3 Sep 1996 08:35:03 -0400
Message-ID: <322C263D.37BA@ebt.com>
Reply-To: jcs@ebt.com
Organization: Electronic Book Technologies
X-Mailer: Mozilla 3.0 (WinNT; I)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Jeff Cutler-Stamm <jcs@ebt.com>
To: ntemacs-users@cs.washington.edu
Subject: ClearCase vc-mode ?
Date: Tue, 03 Sep 1996 08:36:13 -0400

Has anyone out there gotten vc-mode to work with ClearCase on NT?

