From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: pcl-cvs: move cursor Date: Sun, 31 Mar 2002 21:12:22 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: <200204010212.g312CNx12113@rum.cs.yale.edu> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017627343 15061 127.0.0.1 (1 Apr 2002 02:15:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 02:15:43 +0000 (UTC) Cc: emacs-devel@gnu.org Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16rrMF-0003uo-00 for ; Mon, 01 Apr 2002 04:15:43 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 16rrXF-00066E-00 for ; Mon, 01 Apr 2002 04:27:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rrLd-0007s1-00; Sun, 31 Mar 2002 21:15:05 -0500 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rrJ4-0007YZ-00 for ; Sun, 31 Mar 2002 21:12:27 -0500 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.11.6/8.11.6) id g312CNx12113; Sun, 31 Mar 2002 21:12:23 -0500 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:2291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:2291 > PCL-CVS displays lines like this in the "*cvs*" buffer: > > /---- > | Up-To-Date 1.1 ChangeLog > \---- > > The cursor is always at the beginning of the line. Since the > filename is so far away from the cursor, I'm having trouble to see > which line is the current line. > > WIBNI the cursor was moved to the right so that it is near the > filename? > > (After the `n' and `p' commands, in particular.) Agreed. Setting the goal-column should be enough for `n' and `p'. Feel free to do it (do you have write-access?). Stefan