From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: vc & cvs buglet Date: Thu, 27 Oct 2005 11:09:54 -0600 Message-ID: References: <20051027130911.GA2678@flame.pc> NNTP-Posting-Host: main.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 1130433961 20319 80.91.229.2 (27 Oct 2005 17:26:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2005 17:26:01 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 27 19:25:57 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EVBVH-0001TF-20 for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2005 19:25:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVBVG-0003tV-Qo for ged-emacs-devel@m.gmane.org; Thu, 27 Oct 2005 13:25:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVBKN-0000RF-1b for emacs-devel@gnu.org; Thu, 27 Oct 2005 13:14:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVBKI-0000Ev-UF for emacs-devel@gnu.org; Thu, 27 Oct 2005 13:14:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVBKB-0008Mc-R6 for emacs-devel@gnu.org; Thu, 27 Oct 2005 13:14:00 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EVBKB-0004uc-Fk for emacs-devel@gnu.org; Thu, 27 Oct 2005 13:13:59 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EVBIO-0005NT-Ve for emacs-devel@gnu.org; Thu, 27 Oct 2005 19:12:09 +0200 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2005 19:12:08 +0200 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2005 19:12:08 +0200 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: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: <20051027130911.GA2678@flame.pc> 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:44976 Archived-At: Giorgos Keramidas wrote: > It appears that some sort of internal initialization of vc.el is done a > bit late. If I hit ``C-x v l'' while editing a version controlled file, > an empty log buffer comes up. Re-running ``C-x v l'' a second time > brings up the correct log. > > How should I go about tracing this? Sometimes while using CVS there is a delay. If you wait for a while, does the correct log appear after the first `C-x v l'? -- Kevin Rodgers