From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.bugs Subject: bug#1156: 23.0.60; With SVN, vc-print-log places cursor at end of buffer Date: Tue, 14 Oct 2008 22:23:14 +1300 Message-ID: <18676.25858.400126.767135@kahikatea.snap.net.nz> References: <18674.58606.237911.629088@kahikatea.snap.net.nz> Reply-To: Nick Roberts , 1156@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223980704 26017 80.91.229.12 (14 Oct 2008 10:38:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 Oct 2008 10:38:24 +0000 (UTC) Cc: 1156@emacsbugs.donarmstrong.com To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 14 12:39:21 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KphIi-0000YM-8L for geb-bug-gnu-emacs@m.gmane.org; Tue, 14 Oct 2008 12:38:52 +0200 Original-Received: from localhost ([127.0.0.1]:46980 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KphHd-0005wN-L6 for geb-bug-gnu-emacs@m.gmane.org; Tue, 14 Oct 2008 06:37:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpgXV-0007pJ-61 for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 05:50:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpgXS-0007mw-SJ for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 05:50:03 -0400 Original-Received: from [199.232.76.173] (port=43977 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpgXS-0007mf-0M for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 05:50:02 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:60530) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KpgXR-0005yy-BP for bug-gnu-emacs@gnu.org; Tue, 14 Oct 2008 05:50:01 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9E9nxpB010034; Tue, 14 Oct 2008 02:49:59 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m9E9U3rJ005357; Tue, 14 Oct 2008 02:30:03 -0700 X-Loop: don@donarmstrong.com Resent-From: Nick Roberts Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 14 Oct 2008 09:30:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1156 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: unreproducible Original-Received: via spool by 1156-submit@emacsbugs.donarmstrong.com id=B1156.12239762154116 (code B ref 1156); Tue, 14 Oct 2008 09:30:03 +0000 Original-Received: (at 1156) by emacsbugs.donarmstrong.com; 14 Oct 2008 09:23:35 +0000 Original-Received: from viper.snap.net.nz (viper.snap.net.nz [202.37.101.25]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9E9NSpa004110 for <1156@emacsbugs.donarmstrong.com>; Tue, 14 Oct 2008 02:23:29 -0700 Original-Received: from kahikatea.snap.net.nz (98.29.255.123.static.snap.net.nz [123.255.29.98]) by viper.snap.net.nz (Postfix) with ESMTP id B52A83DA1A4; Tue, 14 Oct 2008 22:23:27 +1300 (NZDT) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id 5DF0A8FC6D; Tue, 14 Oct 2008 22:23:24 +1300 (NZDT) In-Reply-To: X-Mailer: VM 7.19 under Emacs 22.3.1 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Tue, 14 Oct 2008 05:50:03 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21468 Archived-At: > > With SVN, vc-print-log places the cursor and displays at the end of > > the buffer. With CVS, it places the cursor at the version of the > > visited file. > > For me, SVN behaves like you say CVS does, ie puts cursor on current > revision. Yes, I see that now on Ubuntu. Perhaps it's just a problem on Mac OSX. I'll investigate further. -- Nick http://www.inet.net.nz/~nickrob