From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: C-x v l does not move to current log entry Date: Fri, 14 Sep 2007 08:41:38 +0200 Message-ID: <46EA2D22.9090902@swipnet.se> References: <46B03B75.4000008@swipnet.se> <46E4E9F5.1070701@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1189752146 1209 80.91.229.12 (14 Sep 2007 06:42:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2007 06:42:26 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 14 08:42:23 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 1IW4sX-00049r-S3 for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 08:42:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IW4sX-0007ss-EI for ged-emacs-devel@m.gmane.org; Fri, 14 Sep 2007 02:42:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IW4sT-0007se-ED for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:42:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IW4sS-0007ri-05 for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:42:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IW4sR-0007rf-QU for emacs-devel@gnu.org; Fri, 14 Sep 2007 02:42:07 -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 1IW4sM-0005go-0D; Fri, 14 Sep 2007 02:42:02 -0400 Original-Received: from av8-2-sn3.vrr.skanova.net ([81.228.9.184]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IW4sL-0004eE-4q; Fri, 14 Sep 2007 02:42:01 -0400 Original-Received: by av8-2-sn3.vrr.skanova.net (Postfix, from userid 502) id CAC4B382F9; Fri, 14 Sep 2007 08:41:58 +0200 (CEST) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av8-2-sn3.vrr.skanova.net (Postfix) with ESMTP id B7C8037F92; Fri, 14 Sep 2007 08:41:58 +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 BA0A137E4C; Fri, 14 Sep 2007 08:41:57 +0200 (CEST) User-Agent: Thunderbird 2.0.0.6 (X11/20070728) In-Reply-To: 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:78824 Archived-At: Glenn Morris skrev: > Jan Dj=E4rv wrote: >=20 >> Anyhow, I thought this would be mergeed from Emacs 22 to HEAD. It >> works in EMACS_22_BASE, but not in HEAD. It might be the new VC >> stuff in HEAD that is responsible? >=20 > Actually, this seems to be caused by this change: >=20 >=20 > 2007-07-07 Stefan Monnier >=20 > * vc.el (vc-exec-after): Don't move point from the sentinel. >=20 Thanks for pointing this out. What is the reason for this change? It is= very=20 annoying when C-x v l does not move from the top of the buffer. It cases= a=20 lot of manual searching and scrolling. Jan D. >=20 >>> % emacs -Q src/gmalloc.c >>> C-x v l >>> The cursor stays at the top of the log view buffer. >>> Contrast this to emacs 22.1 where the cursor is positioned to the cur= rent >>> log entry for the revision of src/gmalloc.c that you are editing. >=20 >=20 > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel >=20