From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JohnF Newsgroups: gmane.emacs.help Subject: Re: .emacs to keep cursor stationary when scrolling with mouse Date: Fri, 29 May 2015 11:03:14 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Message-ID: References: <556822a6$0$3333$426a74cc@news.free.fr> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1432897548 31956 80.91.229.3 (29 May 2015 11:05:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 May 2015 11:05:48 +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 May 29 13:05:47 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YyI6g-0003SS-98 for geh-help-gnu-emacs@m.gmane.org; Fri, 29 May 2015 13:05:42 +0200 Original-Received: from localhost ([::1]:35079 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YyI6f-0008Fh-JW for geh-help-gnu-emacs@m.gmane.org; Fri, 29 May 2015 07:05:41 -0400 Original-Path: usenet.stanford.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: panix3.panix.com Original-X-Trace: reader1.panix.com 1432897394 8802 166.84.1.3 (29 May 2015 11:03:14 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Fri, 29 May 2015 11:03:14 +0000 (UTC) User-Agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (NetBSD/6.1.5 (i386)) Original-Xref: usenet.stanford.edu gnu.emacs.help:212376 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104660 Archived-At: Damien Wyart wrote: > * JohnF in gnu.emacs.help: >> [...] But I can't get the cursor to remain stationary when scrolling >> with the mouse. How's that done??? Thanks. Here's my complete >> .emacs... [...] > > You could try to add: > (setq mouse-wheel-progressive-speed nil) > to your .emacs. Thanks, Damien. Added it after ...follow-mouse, i.e., from .emacs in original post ... (setq mouse-wheel-follow-mouse 't) ;;; scroll window under mouse (setq mouse-wheel-progressive-speed nil) ;;; <-- added your suggestion ... But it had no effect. Does it do anything for you??? -- John Forkosh ( mailto: j@f.com where j=john and f=forkosh )