File: picture.el.html
This code provides the picture-mode commands documented in the Emacs
manual. The screen is treated as a semi-infinite quarter-plane with
support for rectangle operations and "etch-a-sketch" character
insertion in any of eight directions.
Defined variables (13)
picture-desired-column | Desired current column for Picture mode. |
picture-horizontal-step | Amount to move horizontally after text character in Picture mode. |
picture-killed-rectangle | Rectangle killed or copied by M-x picture-clear-rectangle in Picture mode. |
picture-mode-hook | If non-nil, its value is called on entry to Picture mode. |
picture-mode-map | Keymap used in ‘picture-mode’. |
picture-rectangle-cbl | Character ‘picture-draw-rectangle’ uses for bottom left corners. |
picture-rectangle-cbr | Character ‘picture-draw-rectangle’ uses for bottom right corners. |
picture-rectangle-ctl | Character ‘picture-draw-rectangle’ uses for top left corners. |
picture-rectangle-ctr | Character ‘picture-draw-rectangle’ uses for top right corners. |
picture-rectangle-h | Character ‘picture-draw-rectangle’ uses for horizontal lines. |
picture-rectangle-v | Character ‘picture-draw-rectangle’ uses for vertical lines. |
picture-tab-chars | A character set which controls behavior of commands. |
picture-vertical-step | Amount to move vertically after text character in Picture mode. |