unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [angeli@caeruleus.net: Re: BUG in scroll-lock-mode?]
@ 2007-06-10 13:19 Richard Stallman
  2007-06-12 23:58 ` Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2007-06-10 13:19 UTC (permalink / raw)
  To: emacs-devel

Would someone please install this in Emacs 22 and ack?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
	autolearn=failed version=3.1.0
From: Ralf Angeli <angeli@caeruleus.net>
To: Leo <sdl.web@gmail.com>
Date: Thu, 07 Jun 2007 11:58:35 +0200
In-Reply-To: <m27iqgxfsr.fsf@sl392.st-edmunds.cam.ac.uk> (Leo's message of
	"Thu, 07 Jun 2007 10:41:24 +0100")
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Cc: emacs-pretest-bug@gnu.org
Subject: Re: BUG in scroll-lock-mode?

* 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  <angeli@caeruleus.net>

	* 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
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [angeli@caeruleus.net: Re: BUG in scroll-lock-mode?]
  2007-06-10 13:19 [angeli@caeruleus.net: Re: BUG in scroll-lock-mode?] Richard Stallman
@ 2007-06-12 23:58 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2007-06-12 23:58 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

> Would someone please install this in Emacs 22 and ack?

Done.

> From: Ralf Angeli <angeli@caeruleus.net>
> Subject: Re: BUG in scroll-lock-mode?
> To: Leo <sdl.web@gmail.com>
> 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  <angeli@caeruleus.net>
>
> 	* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-12 23:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-10 13:19 [angeli@caeruleus.net: Re: BUG in scroll-lock-mode?] Richard Stallman
2007-06-12 23:58 ` Chong Yidong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).