


4, 6 or 8) to the variable `smooth-scroll/vscroll-step-size' and `smooth-scroll/hscroll-step-size'. If you want to use smooth scrolling feature comfortably on these Emacsen, set large number (e.g.
#General. smoothscroll mac os
KNOWN PROBLEMS = - The speed of smooth scrolling is very slow on `Carbon Emacs' and `Cocoa Emacs' on Mac OS X. Keymap example: (global-set-key 'scroll-up-1) (global-set-key 'scroll-down-1) (global-set-key 'scroll-right-1) (global-set-key 'scroll-left-1) NOTE: Keys described above won't work on non window-system. = This library provides commands that brings `in place scrolling' feature, listed below: `scroll-up-1' `scroll-down-1' `scroll-left-1' `scroll-right-1' Bind these commands to any key you like for your convenience. Also check out the customization group `M-x customize-group RET smooth-scroll RET' Additional commands provided by `smooth-scroll.el'. emacs startup file: (require 'smooth-scroll) (smooth-scroll-mode t) USING = To toggle smooth scrolling feature, just type: `M-x smooth-scroll-mode RET' while smooth scrolling feature is enabled, the string "SScr" will be displayed on mode line. INSTALLING = To install this library, save this file to a directory in your `load-path' (you can view the current `load-path' using "C-h v load-path RET" within Emacs), then add the following line to your. Commentary: Overview = This library provides minor mode `smooth-scroll-mode' which adds smooth scrolling feature to Emacs.
#General. smoothscroll mac os x
NOTE This library is just tested on Emacs 23.2.1 on Ubuntu 10.04 and Mac OS X 10.6.3, and won't be run with any version of XEmacs. You should have received a copy of the GNU General Public License along with this program. See the GNU General Public License for more details. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Author: K-talo Miyazaki Created: 14 March 2010 AM 03:36 JST Keywords: convenience emulations frames Revision: $Id: eef2ee2c490109779f0e5928df89f7a1a5e20234 $ URL: GitHub: Version: 1.2 This file is not part of GNU Emacs. Copyright (C) 2010, 2012-2013 K-talo Miyazaki, all rights reserved. Download smooth-scroll.el - Minor mode for smooth scrolling and in-place scrolling.
