CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:11:35 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=1016114feb6ededb918f3bb98602e11be285be27139ddec8461aaf87395230f6a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22aRlGFc-Q-qgHw3o_7yrFs4JaWdrlYQtB%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cc336e38ce6f7a-BLR
emacs half window scroll - Pastebin.com
SHARE
TWEET

emacs half window scroll
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;;; This paste is basically redundant. After I wrote the functions, I did some
- ;;; internet searching and found that these following functions are already in
- ;;; view.el, a part of the core emacs code. No regrets at writing them, because
- ;;; I learned more about elisp in the process.
- ;; View-scroll-half-page-forward
- ;; View-scroll-half-page-backward
- ;;; I'm still debating if I want to bind the View-* commands to keys and/or
- ;;; aliases.
- ;; Commands
- (defun scroll-up-half-window ()
- (interactive)
- (goto-center-row)
- (recenter-top-bottom 0))
- (defun scroll-down-half-window ()
- (interactive)
- (goto-center-row)
- (recenter-top-bottom -1))
- ;; Support function
- (defun goto-center-row ()
- (let ((recenter-positions '(middle top bottom)))
- (move-to-window-line-top-bottom)))
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 9 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 18 sec ago | 0.24 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 37 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ X
JavaScript | 43 sec ago | 0.24 KB
-
⭐ Instant BTC Profit Method ✅ NEVER SEEN BEFO...
JavaScript | 46 sec ago | 0.24 KB
-
⭐✅ MAKE $2000 INSTANTLY ✅ NEVER SEEN BEFORE ⭐...
JavaScript | 55 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ T
JavaScript | 58 sec ago | 0.24 KB
-
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐⭐⭐
JavaScript | 1 min ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand