From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Andre Spiegel Newsgroups: gmane.emacs.devel Subject: RE: vc-state always calls heuristic function Date: Wed, 24 Nov 2004 13:00:45 +0100 Message-ID: <1101297645.27530.51.camel@localhost> References: <1B3ACCFD5694A94DBA4E231402B0E9ED57AE65@mucmail1.sdm.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1101297706 2918 80.91.229.6 (24 Nov 2004 12:01:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 Nov 2004 12:01:46 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 24 13:01:32 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 1CWvpz-0003Qk-00 for ; Wed, 24 Nov 2004 13:01:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWvz7-0002mn-QJ for ged-emacs-devel@m.gmane.org; Wed, 24 Nov 2004 07:10:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CWvyj-0002lI-TX for emacs-devel@gnu.org; Wed, 24 Nov 2004 07:10:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CWvyi-0002kq-Uy for emacs-devel@gnu.org; Wed, 24 Nov 2004 07:10:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CWvyi-0002kM-QL for emacs-devel@gnu.org; Wed, 24 Nov 2004 07:10:32 -0500 Original-Received: from [193.113.160.40] (helo=mail.o2.co.uk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CWvpH-00058r-3b for emacs-devel@gnu.org; Wed, 24 Nov 2004 07:00:47 -0500 Original-Received: from [62.225.130.165] (62.225.130.165) by mail.o2.co.uk (7.0.028) (authenticated as andre.spiegel@o2online.de) id 40EC1CE501A21F0C; Wed, 24 Nov 2004 11:56:08 +0000 Original-To: klaus.berndl@sdm.de In-Reply-To: <1B3ACCFD5694A94DBA4E231402B0E9ED57AE65@mucmail1.sdm.de> X-Mailer: Evolution 2.0.2 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:30316 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30316 On Wed, 2004-11-24 at 12:04 +0100, klaus.berndl@sdm.de wrote: > If i have understood you right - there is currently no really > acceptable way (concering performance) to display in a file-browser > icons which always reflect the real (not heuristic) state of a file, > right? The only way to get this information is to call "cvs status", and that is indeed unacceptably slow if you do it for every display update. There might be a clever shortcut looking at the RCS master files if the repository is local, but we never thought it was worth the trouble. If you decide that vc-recompute-state would suit your needs after all (and your case is convincing :-) then please let me know and we can place it into vc-hooks.el (or autoload it).