From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: C-x v l does not move to current log entry Date: Wed, 12 Sep 2007 04:30:27 -0400 Message-ID: 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 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1189585863 8238 80.91.229.12 (12 Sep 2007 08:31:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 Sep 2007 08:31:03 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 12 10:30:59 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 1IVNcg-0002F9-Ds for ged-emacs-devel@m.gmane.org; Wed, 12 Sep 2007 10:30:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVNcg-0007nK-84 for ged-emacs-devel@m.gmane.org; Wed, 12 Sep 2007 04:30:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IVNcc-0007mx-Vh for emacs-devel@gnu.org; Wed, 12 Sep 2007 04:30:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IVNcb-0007mg-K4 for emacs-devel@gnu.org; Wed, 12 Sep 2007 04:30:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IVNcb-0007md-EK for emacs-devel@gnu.org; Wed, 12 Sep 2007 04:30:53 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IVNcb-00084T-6N for emacs-devel@gnu.org; Wed, 12 Sep 2007 04:30:53 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IVNcB-00025O-Cw; Wed, 12 Sep 2007 04:30:27 -0400 X-Spook: UFO Capricorn AUTODIN USCOI illuminati Noriega smuggle X-Ran: wVcV!i`5_a_*jK]I9=OYM#&mBA/yBiYT4nd4kBMV`qAh3be^*\u#(RUD"&#&A#~"/wOf>+ X-Hue: cyan X-Attribution: GM In-Reply-To: <46E4E9F5.1070701@swipnet.se> (Jan =?iso-8859-1?Q?Dj=E4rv's?= message of "Mon, 10 Sep 2007 08:53:41 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:78639 Archived-At: Jan Dj=E4rv wrote: > 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? Actually, this seems to be caused by this change: 2007-07-07 Stefan Monnier * vc.el (vc-exec-after): Don't move point from the sentinel. >> % 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 current >> log entry for the revision of src/gmalloc.c that you are editing.