Emacs rectpara modes for editing "rectangular paragraphs".
License
doomvox/rectpara
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
rectpara.el is a system to work on blocks of text layed-out roughly as rectangles. I call these "rectparas" for "rectangular paragraphs". It contains two modes, rectpara-mode (a variant of picture-mode), and a secondary mode, rectpara-edit-mode (a variant of text-mode). The general idea is you select a rectpara you need to change, the system extracts it from the original buffer, and moves it to an edit buffer, then when done you return it to the original location. The system detects automatically if other things need to be moved around to prevent to new version from overwriting some existing text. DOCUMENTATION Some online documentation is available at: http://obsidianrook.com/devnotes/rectpara There are also notes included inside the rectpara.el file. INSTALLATION Quoting from rectpara.el ;; Installation and set-up: ;; Put the rectpara.el file into a location in your load-path, ;; and add something like the following to your ~/.emacs ;; (this uses the single character prefix I prefer, Alt-o): ;; (require 'rectpara) ;; (global-unset-key "\M-o") ;; I want this, facemenu.el can't have it ;; (rectpara-standard-setup (kbd "M-o") ) ## Copyright 2002, 2016 Joseph Brenner ## ## Author: doom@kzsu.stanford.edu ## Keywords:
About
Emacs rectpara modes for editing "rectangular paragraphs".
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published