>> 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).
Why scroll-lock-mode is not bound to "<scroll>" or "<Scroll_Lock>" key? This would be much more useful than making a global mode. -- Juri Linkov http://www.jurta.org/emacs/ _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
