all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#1156: 23.0.60; With SVN, vc-print-log places cursor at end of buffer
@ 2008-10-13  6:04 ` Nick Roberts
  2008-10-13 19:51   ` Glenn Morris
  2008-10-20  8:15   ` bug#1156: marked as done (23.0.60; With SVN, vc-print-log places cursor at end of buffer) Emacs bug Tracking System
  0 siblings, 2 replies; 4+ messages in thread
From: Nick Roberts @ 2008-10-13  6:04 UTC (permalink / raw)
  To: emacs-pretest-bug


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.  This seems
to me to be the logical thing to do.

-- 
Nick                                           http://www.inet.net.nz/~nickrob






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1156: 23.0.60; With SVN, vc-print-log places cursor at end of buffer
  2008-10-13  6:04 ` bug#1156: 23.0.60; With SVN, vc-print-log places cursor at end of buffer Nick Roberts
@ 2008-10-13 19:51   ` Glenn Morris
  2008-10-14  9:23     ` Nick Roberts
  2008-10-20  8:15   ` bug#1156: marked as done (23.0.60; With SVN, vc-print-log places cursor at end of buffer) Emacs bug Tracking System
  1 sibling, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2008-10-13 19:51 UTC (permalink / raw)
  To: Nick Roberts; +Cc: 1156

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.






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1156: 23.0.60; With SVN, vc-print-log places cursor at end of buffer
  2008-10-13 19:51   ` Glenn Morris
@ 2008-10-14  9:23     ` Nick Roberts
  0 siblings, 0 replies; 4+ messages in thread
From: Nick Roberts @ 2008-10-14  9:23 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 1156

 > > 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






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#1156: marked as done (23.0.60; With SVN, vc-print-log places  cursor at end of buffer)
  2008-10-13  6:04 ` bug#1156: 23.0.60; With SVN, vc-print-log places cursor at end of buffer Nick Roberts
  2008-10-13 19:51   ` Glenn Morris
@ 2008-10-20  8:15   ` Emacs bug Tracking System
  1 sibling, 0 replies; 4+ messages in thread
From: Emacs bug Tracking System @ 2008-10-20  8:15 UTC (permalink / raw)
  To: Nick Roberts

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]


Your message dated Mon, 20 Oct 2008 21:08:51 +1300
with message-id <18684.15507.928888.165386@kahikatea.snap.net.nz>
and subject line Re: bug#1156: 23.0.60; With SVN, vc-print-log places cursor at end of buffer
has caused the Emacs bug report #1156,
regarding 23.0.60; With SVN, vc-print-log places cursor at end of buffer
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1156: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1156
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 2602 bytes --]

From: Nick Roberts <nickrob@snap.net.nz>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; With SVN, vc-print-log places cursor at end of buffer
Date: Mon, 13 Oct 2008 19:04:30 +1300
Message-ID: <18674.58606.237911.629088@kahikatea.snap.net.nz>


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.  This seems
to me to be the logical thing to do.

-- 
Nick                                           http://www.inet.net.nz/~nickrob



[-- Attachment #3: Type: message/rfc822, Size: 1963 bytes --]

From: Nick Roberts <nickrob@snap.net.nz>
To: Glenn Morris <rgm@gnu.org>
Cc: 1156-done@emacsbugs.donarmstrong.com
Subject: Re: bug#1156: 23.0.60; With SVN, vc-print-log places cursor at end of buffer
Date: Mon, 20 Oct 2008 21:08:51 +1300
Message-ID: <18684.15507.928888.165386@kahikatea.snap.net.nz>

 > > 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.

I see now that I hadn't updated properly and this was related to the earlier
bug where the mode line showed the last committed revision instead of the
working revision.

So I've closed the report.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-10-20  8:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <18684.15507.928888.165386@kahikatea.snap.net.nz>
2008-10-13  6:04 ` bug#1156: 23.0.60; With SVN, vc-print-log places cursor at end of buffer Nick Roberts
2008-10-13 19:51   ` Glenn Morris
2008-10-14  9:23     ` Nick Roberts
2008-10-20  8:15   ` bug#1156: marked as done (23.0.60; With SVN, vc-print-log places cursor at end of buffer) Emacs bug Tracking System

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.