From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: Emacs text cursor position Date: Sun, 23 Jan 2005 14:33:48 +0100 Organization: disorganized Message-ID: <87fz0scls3.fsf@robotron.ath.cx> References: <56c3c0f6.0501221905.233bd40c@posting.google.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106487771 12790 80.91.229.6 (23 Jan 2005 13:42:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Jan 2005 13:42:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 23 14:42:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Csi0r-0007wS-00 for ; Sun, 23 Jan 2005 14:42:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CsiD1-0006p2-5a for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jan 2005 08:55:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: individual.net L7+ozcqU1S1ZNULEP/TNNAv6/UPJnRJJU8HhXTJzzxM8fhA9U= X-Orig-Path: robotron.ath.cx!news Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:6SJ763DJTkQk68ga86ntwQuMyOM= Original-Xref: shelby.stanford.edu gnu.emacs.help:128067 Original-To: help-gnu-emacs@gnu.org 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: main.gmane.org gmane.emacs.help:23559 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23559 On 22 Jan 2005 19:05:15 -0800 AM wrote: > Is it possible to customize Emacs in this way? How can I set "mouse > scroll" not to affect the position of the cursor? I don't think so. You may like (info "(emacs)Mark Ring") for quick saving of positions within a buffer. I often use `clone-indirect-buffer' when i have to edit/view two parts of the same file. David