I had the same problem! Tried all the scroll-* settings, didn’t help when holding down arrow. But found this on gnu.emacs.help which finally worked (for me at least):
(setq redisplay-dont-pause t)
This is what I have in .emacs for now:
(setq redisplay-dont-pause t
scroll-margin 1
scroll-step 1
scroll-conservatively 10000
scroll-preserve-screen-position 1)
Related Contents:
- Where can I find my .emacs file for Emacs running on Windows?
- Emacs in Windows
- Emacs – Error when calling (server-start)
- How to disable the beep in emacs on Windows
- How to get the path of the batch script in Windows?
- How to set commands output as a variable in a batch file [duplicate]
- How to do something to each file in a directory with a batch script
- Command line to remove an environment variable from the OS level configuration
- Setup a Git server with msysgit on Windows [closed]
- How to split large text file in windows? [closed]
- Phonegap Cordova installation Windows
- How to avoid the “Windows Defender SmartScreen prevented an unrecognized app from starting warning”
- Windows ignores JAVA_HOME: how to set JDK as default?
- How to connect to a docker container from outside the host (same network) [Windows]
- Error “‘git’ is not recognized as an internal or external command”
- Useful Command-line Commands on Windows
- hosts file ignored, how to troubleshoot?
- Command line to list users in a Windows Active Directory group?
- Is there an equivalent of SU for Windows
- Network Service account accessing a folder share
- nginx: bind() to 0.0.0.0:80 failed on Windows [closed]
- Registry key / GPO to disable and block Windows 10 upgrade?
- Is there an open source tool to map SFTP connections as a Windows mapped drive? [closed]
- How to start a service with certain start parameters on Windows
- Why does Windows command prompt stalls until a key is pressed when executing long batch files or programs
- How to properly remove lingering objects when -strict has been set on a large number of DCs for a long time?
- How can I tell if Windows is running in Safe Mode?
- System degredation – does Windows slow down over time?
- Windows SSH Tunnel Manager
- Equivalent to the htop command on Windows
- Run a command on Windows startup (not login!)
- Disable right click file printing in windows?
- What good free software is available for backing up a few PCs?
- Search AD by GUID
- Can’t copy paste between my desktop a remote desktop
- How can I send the stdout of one process to multiple processes using (preferably unnamed) pipes in Unix (or Windows)?
- Keyboard Shortcut to Cycle through Windows of same Application in Windows 7 [closed]
- How to use passive FTP mode in Windows command prompt?
- Difference between MBCS and UTF-8 on Windows
- How to show hidden files (dotfiles) with windows powershell [duplicate]
- Simplest way to restart service on a remote computer
- Registry vs. INI file for storing user configurable application settings [closed]
- UNC path to a folder on my local computer
- Is there any link to download ab Apache benchmark
- Set window position of an application on Windows command line
- What encoding are filenames in NTFS stored as?
- What does /p mean in set /p?
- Rsync on Windows: wrong permissions for created directories
- How can I set up Jenkins CI to use https on Windows?
- Can’t start my virtual Box machine after installing Docker on Windows