From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Bush Newsgroups: gmane.emacs.help Subject: Re: Cursor stays in middle of frame vertically- minor mode? Date: Fri, 11 Apr 2008 02:31:16 +0000 Organization: UseNetServer.com Message-ID: References: <2af4b$47fcd693$d80c35a9$15591@NAXS.COM> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1207885434 7799 80.91.229.12 (11 Apr 2008 03:43:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Apr 2008 03:43:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 11 05:44:26 2008 Return-path: Envelope-to: geh-help-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 1JkABc-0005AG-Ru for geh-help-gnu-emacs@m.gmane.org; Fri, 11 Apr 2008 05:44:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JkAAz-0003N4-6d for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Apr 2008 23:43:45 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!nx01.iad01.newshosting.com!newshosting.com!novia!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!NAXS.COM-a2kHrUvQQWlmc!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Pan/0.129 (Benson & Hedges Moscow Gold) Original-X-Complaints-To: abuse@usenetserver.com Original-Lines: 15 Original-X-Trace: b216147fecd747da990a816259 Original-Xref: shelby.stanford.edu gnu.emacs.help:157865 X-Mailman-Approved-At: Thu, 10 Apr 2008 23:43:14 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:53235 Archived-At: On Thu, 10 Apr 2008 09:43:56 +0200, Jens Teich wrote: > David Bush writes: > >> I want the cursor to stay in the middle line of my frame as I view and >> edit. > > You might be looking for centered-cursor-mode, see > > http://www.emacswiki.org/cgi-bin/wiki/centered-cursor-mode.el > > Jens Fantastic, that's exactly what I want! Thanks.