From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: vc-state always calls heuristic function Date: Thu, 02 Dec 2004 12:19:15 -0700 Message-ID: References: <1B3ACCFD5694A94DBA4E231402B0E9ED57AE59@mucmail1.sdm.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1102015187 16343 80.91.229.6 (2 Dec 2004 19:19:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 2 Dec 2004 19:19:47 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 02 20:19:40 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 1CZwUN-0003P1-00 for ; Thu, 02 Dec 2004 20:19:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZwdw-0005lQ-ML for ged-emacs-devel@m.gmane.org; Thu, 02 Dec 2004 14:29:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CZwdn-0005lL-HV for emacs-devel@gnu.org; Thu, 02 Dec 2004 14:29:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CZwdn-0005l9-4h for emacs-devel@gnu.org; Thu, 02 Dec 2004 14:29:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CZwdn-0005l6-0t for emacs-devel@gnu.org; Thu, 02 Dec 2004 14:29:23 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CZwU9-0006fS-DZ for emacs-devel@gnu.org; Thu, 02 Dec 2004 14:19:25 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CZwU7-0005sN-00 for ; Thu, 02 Dec 2004 20:19:23 +0100 Original-Received: from 170.207.1.200 ([170.207.1.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Dec 2004 20:19:23 +0100 Original-Received: from ihs_4664 by 170.207.1.200 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 02 Dec 2004 20:19:23 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 170.207.1.200 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: 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: main.gmane.org gmane.emacs.devel:30613 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30613 Stefan Monnier wrote: > There's vc-cvs-stay-local, it's customizable, it does what you want. > Don't use vc-cvs-stay-local (of course): just tell your users that if they > want fresh-but-slow state, they can tweak that variable. What would be wrong with ECB doing (let ((vc-cvs-stay-local nil)) (vc-state FILE)) -- Kevin Rodgers