From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?SmFuIERqw6Rydg==?= Newsgroups: gmane.emacs.devel Subject: Re: C-x v l does not move to current log entry Date: Mon, 10 Sep 2007 08:53:41 +0200 Message-ID: <46E4E9F5.1070701@swipnet.se> References: <46B03B75.4000008@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1189409251 23715 80.91.229.12 (10 Sep 2007 07:27:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 10 Sep 2007 07:27:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 10 17:27:18 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IUkee-0003ZM-NO for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 16:54:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUdAH-0003cS-PX for ged-emacs-devel@m.gmane.org; Mon, 10 Sep 2007 02:54:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IUdAE-0003cL-J8 for emacs-devel@gnu.org; Mon, 10 Sep 2007 02:54:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IUdAD-0003c9-4v for emacs-devel@gnu.org; Mon, 10 Sep 2007 02:54:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IUdAC-0003c6-Vk for emacs-devel@gnu.org; Mon, 10 Sep 2007 02:54:29 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IUdAC-0000hB-44 for emacs-devel@gnu.org; Mon, 10 Sep 2007 02:54:28 -0400 Original-Received: from av6-2-sn3.vrr.skanova.net ([81.228.9.180]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IUdAB-0000nc-AK for emacs-devel@gnu.org; Mon, 10 Sep 2007 02:54:27 -0400 Original-Received: by av6-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 7268D388D0; Mon, 10 Sep 2007 08:54:21 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av6-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 6174D38024 for ; Mon, 10 Sep 2007 08:54:21 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 4EDC537E42 for ; Mon, 10 Sep 2007 08:54:21 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: <46B03B75.4000008@swipnet.se> X-detected-kernel: Linux 2.4-2.6 X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:78418 Archived-At: Hi. Sorry if this is known, I haven't been able to keep up with all mails.=20 Anyhow, I thought this would be mergeed from Emacs 22 to HEAD. It works = in=20 EMACS_22_BASE, but not in HEAD. It might be the new VC stuff in HEAD tha= t is=20 responsible? Thanks, Jan D. Jan Dj=C3=A4rv skrev: >=20 > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: >=20 > % emacs -Q src/gmalloc.c > C-x v l >=20 > The cursor stays at the top of the log view buffer. > Contrast this to emacs 22.1 where the cursor is positioned to the curre= nt > log entry for the revision of src/gmalloc.c that you are editing. >=20