From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#1156: 23.0.60; With SVN, vc-print-log places cursor at end of buffer Date: Mon, 13 Oct 2008 15:51:39 -0400 Message-ID: References: <18674.58606.237911.629088@kahikatea.snap.net.nz> Reply-To: Glenn Morris , 1156@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1223928614 8289 80.91.229.12 (13 Oct 2008 20:10:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Oct 2008 20:10:14 +0000 (UTC) Cc: 1156@emacsbugs.donarmstrong.com To: Nick Roberts Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Oct 13 22:11:13 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 1KpTl3-0002sY-AQ for geb-bug-gnu-emacs@m.gmane.org; Mon, 13 Oct 2008 22:11:13 +0200 Original-Received: from localhost ([127.0.0.1]:43734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpTjy-0001li-PH for geb-bug-gnu-emacs@m.gmane.org; Mon, 13 Oct 2008 16:10:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpTjv-0001l7-1o for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 16:10:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpTjt-0001kn-Ja for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 16:10:02 -0400 Original-Received: from [199.232.76.173] (port=60239 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpTjt-0001kj-Hf for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 16:10:01 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:54153) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KpTjt-0005GY-28 for bug-gnu-emacs@gnu.org; Mon, 13 Oct 2008 16:10: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 m9DK9x5U001010; Mon, 13 Oct 2008 13:09:59 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m9DK04f0030532; Mon, 13 Oct 2008 13:00:04 -0700 X-Loop: don@donarmstrong.com Resent-From: Glenn Morris Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 13 Oct 2008 20:00:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1156 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 1156-submit@emacsbugs.donarmstrong.com id=B1156.122392765329205 (code B ref 1156); Mon, 13 Oct 2008 20:00:04 +0000 Original-Received: (at 1156) by emacsbugs.donarmstrong.com; 13 Oct 2008 19:54:13 +0000 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9DJsB88029199 for <1156@emacsbugs.donarmstrong.com>; Mon, 13 Oct 2008 12:54:12 -0700 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KpTS7-0003Ho-3P; Mon, 13 Oct 2008 15:51:39 -0400 X-Spook: COSCO SAPO Blowfish electronic surveillance Security X-Ran: x8N/[n0c;Xv_kktN5Z^'ByT`fi<}U-2;A*^;'SrKM9_q$aZ[r|uSNX (Nick Roberts's message of "Mon, 13 Oct 2008 19:04:30 +1300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Mon, 13 Oct 2008 16:10:02 -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:21445 Archived-At: Nick Roberts wrote: > 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.