From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [simon.marshall@misys.com: First CVS command generates empty buffer] Date: Tue, 11 Jul 2006 14:41:12 -0400 Message-ID: <87veq4kmrb.fsf@stupidchicken.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1152643324 14987 80.91.229.2 (11 Jul 2006 18:42:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Jul 2006 18:42:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 11 20:42:00 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G0NB5-0001pF-Mh for ged-emacs-devel@m.gmane.org; Tue, 11 Jul 2006 20:41:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0NB4-0000md-Vn for ged-emacs-devel@m.gmane.org; Tue, 11 Jul 2006 14:41:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0NA3-00005J-WB for emacs-devel@gnu.org; Tue, 11 Jul 2006 14:40:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0NA2-0008WJ-BV for emacs-devel@gnu.org; Tue, 11 Jul 2006 14:40:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0NA2-0008WB-4K for emacs-devel@gnu.org; Tue, 11 Jul 2006 14:40:42 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0NBM-00026N-8X; Tue, 11 Jul 2006 14:42:04 -0400 Original-Received: by cyd (Postfix, from userid 1000) id B92284E2B7; Tue, 11 Jul 2006 14:41:12 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Mon, 03 Jul 2006 19:21:08 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:56931 Archived-At: Richard Stallman writes: > Would someone please DTRT and ack? Fixed. > I get this every time with a working copy of a file from a local CVS > repository, but not with an emacs file from the savannah repository. My cvs > is 1.11.5. > > CVSROOT=$PWD/cvs # create a local CVS repository if you don't have > one > cvs init > mkdir foo > touch foo/bar > cd foo > cvs import -msnafu foo bar fubar > cd .. > cvs checkout -d bar foo > .../src/emacs -Q > C-x C-f bar/bar # for me, any file under a local CVS repository > > Now do C-x v l, and the window splits with bar at the top and a window > showing *vc-change-log* at the bottom. BUG: The *vc-change-log* buffer is > empty (and its window is 3 lines high).