From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: vc.el and CSSC Date: Sat, 19 Apr 2008 17:54:16 -0400 Message-ID: References: <18442.7542.570702.854133@a1ihome1.kph.uni-mainz.de> <18442.25458.425066.154658@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208642078 2737 80.91.229.12 (19 Apr 2008 21:54:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2008 21:54:38 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 19 23:55:12 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JnL1U-0003ib-QL for ged-emacs-devel@m.gmane.org; Sat, 19 Apr 2008 23:55:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnL0p-0005iB-S7 for ged-emacs-devel@m.gmane.org; Sat, 19 Apr 2008 17:54:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnL0l-0005hw-Rv for emacs-devel@gnu.org; Sat, 19 Apr 2008 17:54:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnL0k-0005hk-58 for emacs-devel@gnu.org; Sat, 19 Apr 2008 17:54:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnL0k-0005hh-1u for emacs-devel@gnu.org; Sat, 19 Apr 2008 17:54:18 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JnL0k-00057Z-1H for emacs-devel@gnu.org; Sat, 19 Apr 2008 17:54:18 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At0FAF8GCkhMCqsI/2dsb2JhbACBYKhY X-IronPort-AV: E=Sophos;i="4.25,684,1199682000"; d="scan'208";a="18778497" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 19 Apr 2008 17:54:17 -0400 Original-Received: from pastel.home ([76.10.171.8]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id ZZV22117; Sat, 19 Apr 2008 17:54:17 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E5B998DDE; Sat, 19 Apr 2008 17:54:16 -0400 (EDT) In-Reply-To: <18442.25458.425066.154658@a1ihome1.kph.uni-mainz.de> (Ulrich Mueller's message of "Sat, 19 Apr 2008 23:26:10 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:95484 Archived-At: >> Since this is a problem specific to SCCS (or CSSC), I think we >> should try and fix it in vc-sccs.el rather than vc-hooks.el. >> I.e. we should also remove the (if (file-directory-p "/usr/sccs") >> '("/usr/sccs")) from vc-hooks. >> Can you check if the patch below fixes your problem as well? > At least a quick test of checkout, checkin, and diff succeeds. Thanks, installed. Stefan