From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: vc-annotate fails Date: Tue, 05 Jul 2005 22:37:47 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120618782 18164 80.91.229.2 (6 Jul 2005 02:59:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Jul 2005 02:59:42 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 06 04:59:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dq08K-000452-OU for ged-emacs-devel@m.gmane.org; Wed, 06 Jul 2005 04:59:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dq09c-0003C2-Mk for ged-emacs-devel@m.gmane.org; Tue, 05 Jul 2005 23:00:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dq079-0002Ik-Kf for emacs-devel@gnu.org; Tue, 05 Jul 2005 22:58:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dq071-0002FH-5d for emacs-devel@gnu.org; Tue, 05 Jul 2005 22:58:12 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dq06z-00028N-GM for emacs-devel@gnu.org; Tue, 05 Jul 2005 22:58:09 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dpzvg-0003x8-1w for emacs-devel@gnu.org; Tue, 05 Jul 2005 22:46:28 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DpznH-0002IA-CE; Tue, 05 Jul 2005 22:37:47 -0400 Original-To: Kevin Rodgers In-reply-to: (message from Kevin Rodgers on Tue, 05 Jul 2005 11:44:59 -0600) 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:40488 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40488 If the bug is not fixed, should the workaround described in INSTALL.CVS be implemented within Emacs itself? That is, the script would be installed as "cvs_rsh" in exec-directory by `make install` and pcl-cvs would do (setenv "CVS_RSH" (expand-file-name "cvs_rsh" exec-directory)). This would be better than nothing, but nowhere near as good as fixing the bug. I am continuing to work for that.