From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Scroll lock Date: Wed, 22 Jun 2005 20:54:47 -0400 Message-ID: References: <87ll52va6k.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119487913 19228 80.91.229.2 (23 Jun 2005 00:51:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2005 00:51:53 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 23 02:51:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DlFwS-0008CS-Me for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2005 02:51:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlG3B-0006WD-RB for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2005 20:58:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DlG1O-0005n0-Bj for emacs-devel@gnu.org; Wed, 22 Jun 2005 20:56:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DlG1J-0005kL-UG for emacs-devel@gnu.org; Wed, 22 Jun 2005 20:56:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlG1J-0005jt-Pk for emacs-devel@gnu.org; Wed, 22 Jun 2005 20:56:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DlG3X-0004Nv-QU for emacs-devel@gnu.org; Wed, 22 Jun 2005 20:58:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DlFzT-00085x-38; Wed, 22 Jun 2005 20:54:47 -0400 Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Wed, 22 Jun 2005 15:38:58 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:39331 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39331 > I think extending the `scroll-preserve-screen-position' is a good > thing. I noticed that now `scroll-preserve-screen-position' even > stopped to do what is described in its docstring. In a year old > CVS version, when `scroll-preserve-screen-position' is t, `M-1 M-v' > preserved the screen position, but in the current CVS it doesn't do > that. This looks like a bug. AFAICS this behavior is intentional: I now remember that that's what the variable was originally supposed to do. Someone reported it had been changed, so I changed it back.