all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: emacs-devel@gnu.org
Subject: [angeli@caeruleus.net: Re: BUG in scroll-lock-mode?]
Date: Sun, 10 Jun 2007 09:19:28 -0400	[thread overview]
Message-ID: <E1HxNKK-0005me-E8@fencepost.gnu.org> (raw)

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 -------

             reply	other threads:[~2007-06-10 13:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-10 13:19 Richard Stallman [this message]
2007-06-12 23:58 ` [angeli@caeruleus.net: Re: BUG in scroll-lock-mode?] Chong Yidong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1HxNKK-0005me-E8@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.