From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: [angeli@caeruleus.net: Re: BUG in scroll-lock-mode?] Date: Tue, 12 Jun 2007 19:58:19 -0400 Message-ID: <87ps40lo84.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181692720 12663 80.91.229.12 (12 Jun 2007 23:58:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2007 23:58:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 13 01:58:39 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HyGFx-00075u-MG for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2007 01:58:37 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyGFx-00010N-BE for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2007 19:58:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyGFt-0000x1-Ln for emacs-devel@gnu.org; Tue, 12 Jun 2007 19:58:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyGFt-0000wT-5r for emacs-devel@gnu.org; Tue, 12 Jun 2007 19:58:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyGFt-0000w0-0T for emacs-devel@gnu.org; Tue, 12 Jun 2007 19:58:33 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HyGFr-0003DU-I5; Tue, 12 Jun 2007 19:58:31 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 579E34E5C3; Tue, 12 Jun 2007 19:58:19 -0400 (EDT) In-Reply-To: (Richard Stallman's message of "Sun\, 10 Jun 2007 09\:19\:28 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:72728 Archived-At: Richard Stallman writes: > Would someone please install this in Emacs 22 and ack? Done. > From: Ralf Angeli > Subject: Re: BUG in scroll-lock-mode? > To: Leo > Cc: emacs-pretest-bug@gnu.org > > * Leo (2007-06-07) writes: > >> ----- Ralf Angeli (2007-06-07) wrote:----- >> >>> * Leo (2007-06-07) writes: >>> >>>> I put (scroll-lock-mode t) in ~/.emacs, but it is still disabled after >>>> restart emacs. Is this a bug in scroll-lock-mode? >>> >>> Scroll Lock mode is a buffer-local minor mode, so your command will not >>> enable it globally. You can enable it via a hook. For example, if you >>> wanted the mode to be activated when browsing info files, you could do >>> this with something like (add-hook 'Info-mode-hook 'scroll-lock-mode). >> >> But looks like the doc string is not clear about this. > > Perhaps somebody can install the following change then. > > 2007-06-07 Ralf Angeli > > * scroll-lock.el (scroll-lock-mode): Doc fix. > > - --- scroll-lock.el 24 Jan 2007 19:57:54 +0100 1.5 > +++ scroll-lock.el 07 Jun 2007 11:57:17 +0200 > @@ -50,7 +50,7 @@ > > ;;;###autoload > (define-minor-mode scroll-lock-mode > - - "Minor mode for pager-like scrolling. > + "Buffer-local minor mode for pager-like scrolling. > Keys which normally move point by line or paragraph will scroll > the buffer by the respective amount of lines instead and point > will be kept vertically fixed relative to window boundaries > > > - -- > Ralf > > > _______________________________________________ > emacs-pretest-bug mailing list > emacs-pretest-bug@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug > ---------- > > > > _______________________________________________ > Emacs-devel mailing list > Emacs-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-devel