From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: Scroll lock Date: Sun, 26 Jun 2005 23:38:50 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1119822928 6317 80.91.229.2 (26 Jun 2005 21:55:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Jun 2005 21:55:28 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 26 23:55:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dmf5U-0007Ia-9t for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2005 23:54:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DmfD0-0007fm-7V for ged-emacs-devel@m.gmane.org; Sun, 26 Jun 2005 18:02:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dmf9A-0006H0-Qf for emacs-devel@gnu.org; Sun, 26 Jun 2005 17:58:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dmf95-0006Dt-Gu for emacs-devel@gnu.org; Sun, 26 Jun 2005 17:58:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dmf95-000693-5x for emacs-devel@gnu.org; Sun, 26 Jun 2005 17:58:31 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Dmf26-0006oE-57 for emacs-devel@gnu.org; Sun, 26 Jun 2005 17:51:18 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DmerF-0004DM-5e for emacs-devel@gnu.org; Sun, 26 Jun 2005 23:40:05 +0200 Original-Received: from du-013-024.access.de.clara.net ([212.82.250.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Jun 2005 23:40:05 +0200 Original-Received: from angeli by du-013-024.access.de.clara.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 26 Jun 2005 23:40:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: du-013-024.access.de.clara.net User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:0xnZo7mj0eqBgXoeRd0W5cROBC0= 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:39586 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39586 * Richard M. Stallman (2005-06-24) writes: > 2. scroll-preserve-screen-position should not affect anything > but scroll commands. It would only affect scrolling commands. But it will affect e.g. `C-n' and `C-p' which will be remapped to functions which actually do scrolling. > 3. Do you want this in all buffers, or only in read-only buffers? The minor mode should be able to be turned on in any buffer. -- Ralf