Mercurial > emacs
annotate lisp/textmodes/picture.el @ 47681:fe361802c56d
*** empty log message ***
author | Colin Walters <walters@gnu.org> |
---|---|
date | Sun, 29 Sep 2002 14:47:24 +0000 |
parents | 4bea2ef4c58a |
children | fc643b6ab4f4 |
rev | line source |
---|---|
38412
253f761ad37b
Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents:
33927
diff
changeset
|
1 ;;; picture.el --- "Picture mode" -- editing using quarter-plane screen model |
659
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
584
diff
changeset
|
2 |
7300 | 3 ;; Copyright (C) 1985, 1994 Free Software Foundation, Inc. |
846
20674ae6bf52
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
807
diff
changeset
|
4 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
5 ;; Author: K. Shane Hartman |
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
6 ;; Maintainer: FSF |
33927 | 7 ;; Keywords: convenience wp |
238 | 8 |
9 ;; This file is part of GNU Emacs. | |
10 | |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | |
12 ;; it under the terms of the GNU General Public License as published by | |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
13 ;; the Free Software Foundation; either version 2, or (at your option) |
238 | 14 ;; any later version. |
15 | |
16 ;; GNU Emacs is distributed in the hope that it will be useful, | |
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of | |
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
19 ;; GNU General Public License for more details. | |
20 | |
21 ;; You should have received a copy of the GNU General Public License | |
14169 | 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | |
24 ;; Boston, MA 02111-1307, USA. | |
238 | 25 |
2308
f287613dfc28
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1396
diff
changeset
|
26 ;;; Commentary: |
f287613dfc28
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1396
diff
changeset
|
27 |
33786
9f63b158eb6b
* simple.el (delete-trailing-whitespace): New interactive function.
Sam Steingold <sds@gnu.org>
parents:
26078
diff
changeset
|
28 ;; This code provides the picture-mode commands documented in the Emacs |
2308
f287613dfc28
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1396
diff
changeset
|
29 ;; manual. The screen is treated as a semi-infinite quarter-plane with |
f287613dfc28
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1396
diff
changeset
|
30 ;; support for rectangle operations and `etch-a-sketch' character |
f287613dfc28
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1396
diff
changeset
|
31 ;; insertion in any of eight directions. |
f287613dfc28
Added or corrected Commentary sections
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
1396
diff
changeset
|
32 |
807
4f28bd14272c
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
659
diff
changeset
|
33 ;;; Code: |
238 | 34 |
20959 | 35 (defgroup picture nil |
38479
758a6e658e72
Doc and coding conventions fixes.
Pavel Janík <Pavel@Janik.cz>
parents:
38412
diff
changeset
|
36 "Picture mode --- editing using quarter-plane screen model." |
20959 | 37 :prefix "picture-" |
38 :group 'editing) | |
39 | |
40 (defcustom picture-rectangle-ctl ?+ | |
41 "*Character `picture-draw-rectangle' uses for top left corners." | |
42 :type 'character | |
43 :group 'picture) | |
44 (defcustom picture-rectangle-ctr ?+ | |
45 "*Character `picture-draw-rectangle' uses for top right corners." | |
46 :type 'character | |
47 :group 'picture) | |
48 (defcustom picture-rectangle-cbr ?+ | |
49 "*Character `picture-draw-rectangle' uses for bottom right corners." | |
50 :type 'character | |
51 :group 'picture) | |
52 (defcustom picture-rectangle-cbl ?+ | |
53 "*Character `picture-draw-rectangle' uses for bottom left corners." | |
54 :type 'character | |
55 :group 'picture) | |
56 (defcustom picture-rectangle-v ?| | |
57 "*Character `picture-draw-rectangle' uses for vertical lines." | |
58 :type 'character | |
59 :group 'picture) | |
60 (defcustom picture-rectangle-h ?- | |
61 "*Character `picture-draw-rectangle' uses for horizontal lines." | |
62 :type 'character | |
63 :group 'picture) | |
64 | |
238 | 65 |
66 ;; Picture Movement Commands | |
67 | |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
68 ;; When a cursor is on a wide-column character (e.g. Chinese, |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
69 ;; Japanese, Korean), this variable tells the desired current column |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
70 ;; which may be different from (current-column). |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
71 (defvar picture-desired-column 0) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
72 |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
73 ;; If the value of picture-desired-column is far from the current |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
74 ;; column, or if the arg ADJUST-TO-CURRENT is non-nil, set it to the |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
75 ;; current column. Return the current column. |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
76 (defun picture-update-desired-column (adjust-to-current) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
77 (let ((current-column (current-column))) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
78 (if (or adjust-to-current |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
79 (< picture-desired-column (1- current-column)) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
80 (> picture-desired-column (1+ current-column))) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
81 (setq picture-desired-column current-column)) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
82 current-column)) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
83 |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
84 (defun picture-beginning-of-line (&optional arg) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
85 "Position point at the beginning of the line. |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
86 With ARG not nil, move forward ARG - 1 lines first. |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
87 If scan reaches end of buffer, stop there without error." |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
88 (interactive "P") |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
89 (if arg (forward-line (1- (prefix-numeric-value arg)))) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
90 (beginning-of-line) |
25106
bfdfc5515d48
(picture-beginning-of-line): Don't call
Dave Love <fx@gnu.org>
parents:
23756
diff
changeset
|
91 (setq picture-desired-column 0)) |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
92 |
238 | 93 (defun picture-end-of-line (&optional arg) |
94 "Position point after last non-blank character on current line. | |
95 With ARG not nil, move forward ARG - 1 lines first. | |
96 If scan reaches end of buffer, stop there without error." | |
97 (interactive "P") | |
98 (if arg (forward-line (1- (prefix-numeric-value arg)))) | |
99 (beginning-of-line) | |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
100 (skip-chars-backward " \t" (prog1 (point) (end-of-line))) |
25106
bfdfc5515d48
(picture-beginning-of-line): Don't call
Dave Love <fx@gnu.org>
parents:
23756
diff
changeset
|
101 (setq picture-desired-column (current-column))) |
238 | 102 |
43779
6f750829ab0a
(picture-forward-column): New arg `interactive'
Richard M. Stallman <rms@gnu.org>
parents:
41771
diff
changeset
|
103 (defun picture-forward-column (arg &optional interactive) |
238 | 104 "Move cursor right, making whitespace if necessary. |
105 With argument, move that many columns." | |
43779
6f750829ab0a
(picture-forward-column): New arg `interactive'
Richard M. Stallman <rms@gnu.org>
parents:
41771
diff
changeset
|
106 (interactive "p\nd") |
46103
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
107 (let (deactivate-mark) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
108 (picture-update-desired-column interactive) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
109 (setq picture-desired-column (max 0 (+ picture-desired-column arg))) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
110 (let ((current-column (move-to-column picture-desired-column t))) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
111 (if (and (> current-column picture-desired-column) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
112 (< arg 0)) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
113 ;; It seems that we have just tried to move to the right |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
114 ;; column of a multi-column character. |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
115 (forward-char -1))))) |
238 | 116 |
43779
6f750829ab0a
(picture-forward-column): New arg `interactive'
Richard M. Stallman <rms@gnu.org>
parents:
41771
diff
changeset
|
117 (defun picture-backward-column (arg &optional interactive) |
238 | 118 "Move cursor left, making whitespace if necessary. |
119 With argument, move that many columns." | |
43779
6f750829ab0a
(picture-forward-column): New arg `interactive'
Richard M. Stallman <rms@gnu.org>
parents:
41771
diff
changeset
|
120 (interactive "p\nd") |
6f750829ab0a
(picture-forward-column): New arg `interactive'
Richard M. Stallman <rms@gnu.org>
parents:
41771
diff
changeset
|
121 (picture-update-desired-column interactive) |
6120
121ee28dbda0
(picture-forward-column, picture-backward-column): Allow backward motion
Karl Heuer <kwzh@gnu.org>
parents:
6017
diff
changeset
|
122 (picture-forward-column (- arg))) |
238 | 123 |
124 (defun picture-move-down (arg) | |
125 "Move vertically down, making whitespace if necessary. | |
126 With argument, move that many lines." | |
127 (interactive "p") | |
46103
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
128 (let (deactivate-mark) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
129 (picture-update-desired-column nil) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
130 (picture-newline arg) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
131 (let ((current-column (move-to-column picture-desired-column t))) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
132 (if (> current-column picture-desired-column) |
4bea2ef4c58a
(picture-forward-column)
Richard M. Stallman <rms@gnu.org>
parents:
43906
diff
changeset
|
133 (forward-char -1))))) |
238 | 134 |
41302
65b9b5655f50
(picture-vertical-step)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39891
diff
changeset
|
135 (defvar picture-vertical-step 0 |
238 | 136 "Amount to move vertically after text character in Picture mode.") |
137 | |
41302
65b9b5655f50
(picture-vertical-step)
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
39891
diff
changeset
|
138 (defvar picture-horizontal-step 1 |
238 | 139 "Amount to move horizontally after text character in Picture mode.") |
140 | |
141 (defun picture-move-up (arg) | |
142 "Move vertically up, making whitespace if necessary. | |
143 With argument, move that many lines." | |
144 (interactive "p") | |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
145 (picture-update-desired-column nil) |
238 | 146 (picture-move-down (- arg))) |
147 | |
148 (defun picture-movement-right () | |
149 "Move right after self-inserting character in Picture mode." | |
150 (interactive) | |
151 (picture-set-motion 0 1)) | |
152 | |
153 (defun picture-movement-left () | |
154 "Move left after self-inserting character in Picture mode." | |
155 (interactive) | |
156 (picture-set-motion 0 -1)) | |
157 | |
158 (defun picture-movement-up () | |
159 "Move up after self-inserting character in Picture mode." | |
160 (interactive) | |
161 (picture-set-motion -1 0)) | |
162 | |
163 (defun picture-movement-down () | |
164 "Move down after self-inserting character in Picture mode." | |
165 (interactive) | |
166 (picture-set-motion 1 0)) | |
167 | |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
168 (defun picture-movement-nw (&optional arg) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
169 "Move up and left after self-inserting character in Picture mode. |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
170 With prefix argument, move up and two-column left." |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
171 (interactive "P") |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
172 (picture-set-motion -1 (if arg -2 -1))) |
238 | 173 |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
174 (defun picture-movement-ne (&optional arg) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
175 "Move up and right after self-inserting character in Picture mode. |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
176 With prefix argument, move up and two-column right." |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
177 (interactive "P") |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
178 (picture-set-motion -1 (if arg 2 1))) |
238 | 179 |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
180 (defun picture-movement-sw (&optional arg) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
181 "Move down and left after self-inserting character in Picture mode. |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
182 With prefix argument, move down and two-column left." |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
183 (interactive "P") |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
184 (picture-set-motion 1 (if arg -2 -1))) |
238 | 185 |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
186 (defun picture-movement-se (&optional arg) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
187 "Move down and right after self-inserting character in Picture mode. |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
188 With prefix argument, move down and two-column right." |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
189 (interactive "P") |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
190 (picture-set-motion 1 (if arg 2 1))) |
238 | 191 |
192 (defun picture-set-motion (vert horiz) | |
193 "Set VERTICAL and HORIZONTAL increments for movement in Picture mode. | |
194 The mode line is updated to reflect the current direction." | |
195 (setq picture-vertical-step vert | |
196 picture-horizontal-step horiz) | |
197 (setq mode-name | |
198 (format "Picture:%s" | |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
199 (nth (+ 2 (% horiz 3) (* 5 (1+ (% vert 2)))) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
200 '(wnw nw up ne ene Left left none right Right |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
201 wsw sw down se ese)))) |
11574
a956f12b250f
(picture-set-motion, picture-mode-exit): Use force-mode-line-update.
Karl Heuer <kwzh@gnu.org>
parents:
10018
diff
changeset
|
202 (force-mode-line-update) |
238 | 203 (message "")) |
204 | |
205 (defun picture-move () | |
206 "Move in direction of `picture-vertical-step' and `picture-horizontal-step'." | |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
207 (if (/= picture-vertical-step 0) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
208 (picture-move-down picture-vertical-step)) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
209 (if (/= picture-horizontal-step 0) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
210 (picture-forward-column picture-horizontal-step))) |
238 | 211 |
212 (defun picture-motion (arg) | |
213 "Move point in direction of current picture motion in Picture mode. | |
214 With ARG do it that many times. Useful for delineating rectangles in | |
215 conjunction with diagonal picture motion. | |
216 Do \\[command-apropos] picture-movement to see commands which control motion." | |
217 (interactive "p") | |
218 (picture-move-down (* arg picture-vertical-step)) | |
219 (picture-forward-column (* arg picture-horizontal-step))) | |
220 | |
221 (defun picture-motion-reverse (arg) | |
222 "Move point in direction opposite of current picture motion in Picture mode. | |
223 With ARG do it that many times. Useful for delineating rectangles in | |
224 conjunction with diagonal picture motion. | |
225 Do \\[command-apropos] `picture-movement' to see commands which control motion." | |
226 (interactive "p") | |
227 (picture-motion (- arg))) | |
228 | |
229 | |
230 ;; Picture insertion and deletion. | |
231 | |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
232 (defun picture-insert (ch arg) |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
233 (let* ((width (char-width ch)) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
234 ;; We must be sure that the succeeding insertion won't delete |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
235 ;; the just inserted character. |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
236 (picture-horizontal-step |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
237 (if (and (= picture-vertical-step 0) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
238 (> width 1) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
239 (< (abs picture-horizontal-step) 2)) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
240 (* picture-horizontal-step 2) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
241 picture-horizontal-step))) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
242 (while (> arg 0) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
243 (setq arg (1- arg)) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
244 (if (/= picture-desired-column (current-column)) |
43906
55003e5c6707
(picture-insert, picture-clear-column, picture-draw-rectangle):
Richard M. Stallman <rms@gnu.org>
parents:
43779
diff
changeset
|
245 (move-to-column picture-desired-column t)) |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
246 (let ((col (+ picture-desired-column width))) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
247 (or (eolp) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
248 (let ((pos (point))) |
43906
55003e5c6707
(picture-insert, picture-clear-column, picture-draw-rectangle):
Richard M. Stallman <rms@gnu.org>
parents:
43779
diff
changeset
|
249 (move-to-column col t) |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
250 (delete-region pos (point))))) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
251 (insert ch) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
252 (forward-char -1) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
253 (picture-move)))) |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
254 |
238 | 255 (defun picture-self-insert (arg) |
256 "Insert this character in place of character previously at the cursor. | |
257 The cursor then moves in the direction you previously specified | |
258 with the commands `picture-movement-right', `picture-movement-up', etc. | |
259 Do \\[command-apropos] `picture-movement' to see those commands." | |
260 (interactive "p") | |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
261 (picture-update-desired-column (not (eq this-command last-command))) |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
262 (picture-insert last-command-event arg)) ; Always a character in this case. |
238 | 263 |
264 (defun picture-clear-column (arg) | |
265 "Clear out ARG columns after point without moving." | |
266 (interactive "p") | |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
267 (let* ((original-col (current-column)) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
268 (target-col (max 0 (+ original-col arg))) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
269 pos) |
43906
55003e5c6707
(picture-insert, picture-clear-column, picture-draw-rectangle):
Richard M. Stallman <rms@gnu.org>
parents:
43779
diff
changeset
|
270 (move-to-column target-col t) |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
271 (setq pos (point)) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
272 (move-to-column original-col) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
273 (delete-region pos (point)) |
238 | 274 (save-excursion |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
275 (indent-to (max target-col original-col)))) |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
276 (setq picture-desired-column (current-column))) |
238 | 277 |
278 (defun picture-backward-clear-column (arg) | |
279 "Clear out ARG columns before point, moving back over them." | |
280 (interactive "p") | |
281 (picture-clear-column (- arg))) | |
282 | |
283 (defun picture-clear-line (arg) | |
284 "Clear out rest of line; if at end of line, advance to next line. | |
285 Cleared-out line text goes into the kill ring, as do newlines that are | |
286 advanced over. With argument, clear out (and save in kill ring) that | |
287 many lines." | |
288 (interactive "P") | |
289 (if arg | |
290 (progn | |
291 (setq arg (prefix-numeric-value arg)) | |
292 (kill-line arg) | |
293 (newline (if (> arg 0) arg (- arg)))) | |
294 (if (looking-at "[ \t]*$") | |
295 (kill-ring-save (point) (progn (forward-line 1) (point))) | |
296 (kill-region (point) (progn (end-of-line) (point)))))) | |
297 | |
298 (defun picture-newline (arg) | |
299 "Move to the beginning of the following line. | |
300 With argument, moves that many lines (up, if negative argument); | |
301 always moves to the beginning of a line." | |
302 (interactive "p") | |
303 (if (< arg 0) | |
304 (forward-line arg) | |
305 (while (> arg 0) | |
306 (end-of-line) | |
307 (if (eobp) (newline) (forward-char 1)) | |
25106
bfdfc5515d48
(picture-beginning-of-line): Don't call
Dave Love <fx@gnu.org>
parents:
23756
diff
changeset
|
308 (setq arg (1- arg))))) |
238 | 309 |
310 (defun picture-open-line (arg) | |
311 "Insert an empty line after the current line. | |
312 With positive argument insert that many lines." | |
313 (interactive "p") | |
314 (save-excursion | |
315 (end-of-line) | |
25106
bfdfc5515d48
(picture-beginning-of-line): Don't call
Dave Love <fx@gnu.org>
parents:
23756
diff
changeset
|
316 (open-line arg))) |
238 | 317 |
318 (defun picture-duplicate-line () | |
319 "Insert a duplicate of the current line, below it." | |
320 (interactive) | |
321 (save-excursion | |
322 (let ((contents | |
323 (buffer-substring | |
324 (progn (beginning-of-line) (point)) | |
325 (progn (picture-newline 1) (point))))) | |
326 (forward-line -1) | |
327 (insert contents)))) | |
328 | |
3730
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
329 ;; Like replace-match, but overwrites. |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
330 (defun picture-replace-match (newtext fixedcase literal) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
331 (let (ocolumn change pos) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
332 (goto-char (setq pos (match-end 0))) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
333 (setq ocolumn (current-column)) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
334 ;; Make the replacement and undo it, to see how it changes the length. |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
335 (let ((buffer-undo-list nil) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
336 list1) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
337 (replace-match newtext fixedcase literal) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
338 (setq change (- (current-column) ocolumn)) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
339 (setq list1 buffer-undo-list) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
340 (while list1 |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
341 (setq list1 (primitive-undo 1 list1)))) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
342 (goto-char pos) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
343 (if (> change 0) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
344 (delete-region (point) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
345 (progn |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
346 (move-to-column (+ change (current-column)) t) |
3730
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
347 (point)))) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
348 (replace-match newtext fixedcase literal) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
349 (if (< change 0) |
473c03886fc2
(picture-replace-match): New function.
Richard M. Stallman <rms@gnu.org>
parents:
3643
diff
changeset
|
350 (insert-char ?\ (- change))))) |
238 | 351 |
352 ;; Picture Tabs | |
353 | |
20959 | 354 (defcustom picture-tab-chars "!-~" |
355 "*A character set which controls behavior of commands. | |
238 | 356 \\[picture-set-tab-stops] and \\[picture-tab-search]. It is NOT a |
357 regular expression, any regexp special characters will be quoted. | |
358 It defines a set of \"interesting characters\" to look for when setting | |
359 \(or searching for) tab stops, initially \"!-~\" (all printing characters). | |
360 For example, suppose that you are editing a table which is formatted thus: | |
361 | foo | bar + baz | 23 * | |
362 | bubbles | and + etc | 97 * | |
363 and that `picture-tab-chars' is \"|+*\". Then invoking | |
364 \\[picture-set-tab-stops] on either of the previous lines would result | |
365 in the following tab stops | |
366 : : : : | |
367 Another example - \"A-Za-z0-9\" would produce the tab stops | |
368 : : : : | |
369 | |
370 Note that if you want the character `-' to be in the set, it must be | |
371 included in a range or else appear in a context where it cannot be | |
372 taken for indicating a range (e.g. \"-A-Z\" declares the set to be the | |
373 letters `A' through `Z' and the character `-'). If you want the | |
374 character `\\' in the set it must be preceded by itself: \"\\\\\". | |
375 | |
376 The command \\[picture-tab-search] is defined to move beneath (or to) a | |
20959 | 377 character belonging to this set independent of the tab stops list." |
378 :type 'string | |
379 :group 'picture) | |
238 | 380 |
381 (defun picture-set-tab-stops (&optional arg) | |
382 "Set value of `tab-stop-list' according to context of this line. | |
383 This controls the behavior of \\[picture-tab]. A tab stop is set at | |
384 every column occupied by an \"interesting character\" that is preceded | |
385 by whitespace. Interesting characters are defined by the variable | |
386 `picture-tab-chars', see its documentation for an example of usage. | |
387 With ARG, just (re)set `tab-stop-list' to its default value. The tab | |
388 stops computed are displayed in the minibuffer with `:' at each stop." | |
389 (interactive "P") | |
390 (save-excursion | |
391 (let (tabs) | |
392 (if arg | |
393 (setq tabs (default-value 'tab-stop-list)) | |
394 (let ((regexp (concat "[ \t]+[" (regexp-quote picture-tab-chars) "]"))) | |
395 (beginning-of-line) | |
396 (let ((bol (point))) | |
397 (end-of-line) | |
398 (while (re-search-backward regexp bol t) | |
399 (skip-chars-forward " \t") | |
400 (setq tabs (cons (current-column) tabs))) | |
401 (if (null tabs) | |
38412
253f761ad37b
Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents:
33927
diff
changeset
|
402 (error "No characters in set %s on this line" |
238 | 403 (regexp-quote picture-tab-chars)))))) |
404 (setq tab-stop-list tabs) | |
405 (let ((blurb (make-string (1+ (nth (1- (length tabs)) tabs)) ?\ ))) | |
406 (while tabs | |
407 (aset blurb (car tabs) ?:) | |
408 (setq tabs (cdr tabs))) | |
409 (message blurb))))) | |
410 | |
411 (defun picture-tab-search (&optional arg) | |
412 "Move to column beneath next interesting char in previous line. | |
413 With ARG move to column occupied by next interesting character in this | |
414 line. The character must be preceded by whitespace. | |
415 \"interesting characters\" are defined by variable `picture-tab-chars'. | |
416 If no such character is found, move to beginning of line." | |
417 (interactive "P") | |
418 (let ((target (current-column))) | |
419 (save-excursion | |
420 (if (and (not arg) | |
421 (progn | |
422 (beginning-of-line) | |
423 (skip-chars-backward | |
424 (concat "^" (regexp-quote picture-tab-chars)) | |
425 (point-min)) | |
426 (not (bobp)))) | |
427 (move-to-column target)) | |
428 (if (re-search-forward | |
429 (concat "[ \t]+[" (regexp-quote picture-tab-chars) "]") | |
430 (save-excursion (end-of-line) (point)) | |
431 'move) | |
432 (setq target (1- (current-column))) | |
433 (setq target nil))) | |
434 (if target | |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
435 (move-to-column target t) |
238 | 436 (beginning-of-line)))) |
437 | |
438 (defun picture-tab (&optional arg) | |
439 "Tab transparently (just move point) to next tab stop. | |
440 With prefix arg, overwrite the traversed text with spaces. The tab stop | |
441 list can be changed by \\[picture-set-tab-stops] and \\[edit-tab-stops]. | |
442 See also documentation for variable `picture-tab-chars'." | |
443 (interactive "P") | |
444 (let* ((opoint (point))) | |
445 (move-to-tab-stop) | |
446 (if arg | |
447 (let (indent-tabs-mode | |
448 (column (current-column))) | |
449 (delete-region opoint (point)) | |
450 (indent-to column))))) | |
451 | |
452 ;; Picture Rectangles | |
453 | |
26078
1dfff19134ab
(picture-killed-rectangle): Use defvar, not defconst.
Dave Love <fx@gnu.org>
parents:
25106
diff
changeset
|
454 (defvar picture-killed-rectangle nil |
238 | 455 "Rectangle killed or copied by \\[picture-clear-rectangle] in Picture mode. |
456 The contents can be retrieved by \\[picture-yank-rectangle]") | |
457 | |
458 (defun picture-clear-rectangle (start end &optional killp) | |
459 "Clear and save rectangle delineated by point and mark. | |
460 The rectangle is saved for yanking by \\[picture-yank-rectangle] and replaced | |
461 with whitespace. The previously saved rectangle, if any, is lost. With | |
462 prefix argument, the rectangle is actually killed, shifting remaining text." | |
463 (interactive "r\nP") | |
464 (setq picture-killed-rectangle (picture-snarf-rectangle start end killp))) | |
465 | |
466 (defun picture-clear-rectangle-to-register (start end register &optional killp) | |
467 "Clear rectangle delineated by point and mark into REGISTER. | |
468 The rectangle is saved in REGISTER and replaced with whitespace. With | |
469 prefix argument, the rectangle is actually killed, shifting remaining text." | |
470 (interactive "r\ncRectangle to register: \nP") | |
471 (set-register register (picture-snarf-rectangle start end killp))) | |
472 | |
473 (defun picture-snarf-rectangle (start end &optional killp) | |
474 (let ((column (current-column)) | |
475 (indent-tabs-mode nil)) | |
476 (prog1 (save-excursion | |
477 (if killp | |
478 (delete-extract-rectangle start end) | |
479 (prog1 (extract-rectangle start end) | |
480 (clear-rectangle start end)))) | |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
481 (move-to-column column t)))) |
238 | 482 |
483 (defun picture-yank-rectangle (&optional insertp) | |
484 "Overlay rectangle saved by \\[picture-clear-rectangle] | |
485 The rectangle is positioned with upper left corner at point, overwriting | |
486 existing text. With prefix argument, the rectangle is inserted instead, | |
487 shifting existing text. Leaves mark at one corner of rectangle and | |
488 point at the other (diagonally opposed) corner." | |
489 (interactive "P") | |
490 (if (not (consp picture-killed-rectangle)) | |
38412
253f761ad37b
Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents:
33927
diff
changeset
|
491 (error "No rectangle saved") |
238 | 492 (picture-insert-rectangle picture-killed-rectangle insertp))) |
493 | |
8915
991438f3f39a
(picture-yank-at-click): New function.
Richard M. Stallman <rms@gnu.org>
parents:
7300
diff
changeset
|
494 (defun picture-yank-at-click (click arg) |
991438f3f39a
(picture-yank-at-click): New function.
Richard M. Stallman <rms@gnu.org>
parents:
7300
diff
changeset
|
495 "Insert the last killed rectangle at the position clicked on. |
991438f3f39a
(picture-yank-at-click): New function.
Richard M. Stallman <rms@gnu.org>
parents:
7300
diff
changeset
|
496 Also move point to one end of the text thus inserted (normally the end). |
991438f3f39a
(picture-yank-at-click): New function.
Richard M. Stallman <rms@gnu.org>
parents:
7300
diff
changeset
|
497 Prefix arguments are interpreted as with \\[yank]. |
991438f3f39a
(picture-yank-at-click): New function.
Richard M. Stallman <rms@gnu.org>
parents:
7300
diff
changeset
|
498 If `mouse-yank-at-point' is non-nil, insert at point |
991438f3f39a
(picture-yank-at-click): New function.
Richard M. Stallman <rms@gnu.org>
parents:
7300
diff
changeset
|
499 regardless of where you click." |
991438f3f39a
(picture-yank-at-click): New function.
Richard M. Stallman <rms@gnu.org>
parents:
7300
diff
changeset
|
500 (interactive "e\nP") |
991438f3f39a
(picture-yank-at-click): New function.
Richard M. Stallman <rms@gnu.org>
parents:
7300
diff
changeset
|
501 (or mouse-yank-at-point (mouse-set-point click)) |
991438f3f39a
(picture-yank-at-click): New function.
Richard M. Stallman <rms@gnu.org>
parents:
7300
diff
changeset
|
502 (picture-yank-rectangle arg)) |
991438f3f39a
(picture-yank-at-click): New function.
Richard M. Stallman <rms@gnu.org>
parents:
7300
diff
changeset
|
503 |
238 | 504 (defun picture-yank-rectangle-from-register (register &optional insertp) |
505 "Overlay rectangle saved in REGISTER. | |
506 The rectangle is positioned with upper left corner at point, overwriting | |
507 existing text. With prefix argument, the rectangle is | |
508 inserted instead, shifting existing text. Leaves mark at one corner | |
509 of rectangle and point at the other (diagonally opposed) corner." | |
510 (interactive "cRectangle from register: \nP") | |
511 (let ((rectangle (get-register register))) | |
512 (if (not (consp rectangle)) | |
38412
253f761ad37b
Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents:
33927
diff
changeset
|
513 (error "Register %c does not contain a rectangle" register) |
238 | 514 (picture-insert-rectangle rectangle insertp)))) |
515 | |
516 (defun picture-insert-rectangle (rectangle &optional insertp) | |
517 "Overlay RECTANGLE with upper left corner at point. | |
518 Optional argument INSERTP, if non-nil causes RECTANGLE to be inserted. | |
519 Leaves the region surrounding the rectangle." | |
520 (let ((indent-tabs-mode nil)) | |
521 (if (not insertp) | |
522 (save-excursion | |
523 (delete-rectangle (point) | |
524 (progn | |
525 (picture-forward-column (length (car rectangle))) | |
526 (picture-move-down (1- (length rectangle))) | |
527 (point))))) | |
528 (push-mark) | |
529 (insert-rectangle rectangle))) | |
530 | |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
531 (defun picture-current-line () |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
532 "Return the vertical position of point. Top line is 1." |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
533 (+ (count-lines (point-min) (point)) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
534 (if (= (current-column) 0) 1 0))) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
535 |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
536 (defun picture-draw-rectangle (start end) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
537 "Draw a rectangle around region." |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
538 (interactive "*r") ; start will be less than end |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
539 (let* ((sl (picture-current-line)) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
540 (sc (current-column)) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
541 (pvs picture-vertical-step) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
542 (phs picture-horizontal-step) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
543 (c1 (progn (goto-char start) (current-column))) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
544 (r1 (picture-current-line)) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
545 (c2 (progn (goto-char end) (current-column))) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
546 (r2 (picture-current-line)) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
547 (right (max c1 c2)) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
548 (left (min c1 c2)) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
549 (top (min r1 r2)) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
550 (bottom (max r1 r2))) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
551 (goto-line top) |
43906
55003e5c6707
(picture-insert, picture-clear-column, picture-draw-rectangle):
Richard M. Stallman <rms@gnu.org>
parents:
43779
diff
changeset
|
552 (move-to-column left t) |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
553 (picture-update-desired-column t) |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
554 |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
555 (picture-movement-right) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
556 (picture-insert picture-rectangle-ctl 1) |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
557 (picture-insert picture-rectangle-h (- right picture-desired-column)) |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
558 |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
559 (picture-movement-down) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
560 (picture-insert picture-rectangle-ctr 1) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
561 (picture-insert picture-rectangle-v (- bottom (picture-current-line))) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
562 |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
563 (picture-movement-left) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
564 (picture-insert picture-rectangle-cbr 1) |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
565 (picture-insert picture-rectangle-h (- picture-desired-column left)) |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
566 |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
567 (picture-movement-up) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
568 (picture-insert picture-rectangle-cbl 1) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
569 (picture-insert picture-rectangle-v (- (picture-current-line) top)) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
570 |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
571 (picture-set-motion pvs phs) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
572 (goto-line sl) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
573 (move-to-column sc t))) |
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
574 |
238 | 575 |
576 ;; Picture Keymap, entry and exit points. | |
577 | |
41771
66882a00d38d
(picture-mode-map): Don't use defconst for a variable.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41302
diff
changeset
|
578 (defvar picture-mode-map nil) |
238 | 579 |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
580 (defun picture-substitute (oldfun newfun) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
581 (substitute-key-definition oldfun newfun picture-mode-map global-map)) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
582 |
238 | 583 (if (not picture-mode-map) |
10018
2c6b612b358c
(picture-self-insert): Use last-command-event,
Richard M. Stallman <rms@gnu.org>
parents:
8915
diff
changeset
|
584 (progn |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
585 (setq picture-mode-map (make-keymap)) |
10018
2c6b612b358c
(picture-self-insert): Use last-command-event,
Richard M. Stallman <rms@gnu.org>
parents:
8915
diff
changeset
|
586 (picture-substitute 'self-insert-command 'picture-self-insert) |
14567
94dd08880c3b
(picture-mode-map): Install picture-self-insert
Richard M. Stallman <rms@gnu.org>
parents:
14324
diff
changeset
|
587 (picture-substitute 'completion-separator-self-insert-command |
94dd08880c3b
(picture-mode-map): Install picture-self-insert
Richard M. Stallman <rms@gnu.org>
parents:
14324
diff
changeset
|
588 'picture-self-insert) |
94dd08880c3b
(picture-mode-map): Install picture-self-insert
Richard M. Stallman <rms@gnu.org>
parents:
14324
diff
changeset
|
589 (picture-substitute 'completion-separator-self-insert-autofilling |
94dd08880c3b
(picture-mode-map): Install picture-self-insert
Richard M. Stallman <rms@gnu.org>
parents:
14324
diff
changeset
|
590 'picture-self-insert) |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
591 (picture-substitute 'forward-char 'picture-forward-column) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
592 (picture-substitute 'backward-char 'picture-backward-column) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
593 (picture-substitute 'delete-char 'picture-clear-column) |
6017
cf744280a5a4
(picture-mode-map): Replace delete-backward-char
Richard M. Stallman <rms@gnu.org>
parents:
5316
diff
changeset
|
594 ;; There are two possibilities for what is normally on DEL. |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
595 (picture-substitute 'backward-delete-char-untabify 'picture-backward-clear-column) |
6017
cf744280a5a4
(picture-mode-map): Replace delete-backward-char
Richard M. Stallman <rms@gnu.org>
parents:
5316
diff
changeset
|
596 (picture-substitute 'delete-backward-char 'picture-backward-clear-column) |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
597 (picture-substitute 'kill-line 'picture-clear-line) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
598 (picture-substitute 'open-line 'picture-open-line) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
599 (picture-substitute 'newline 'picture-newline) |
10018
2c6b612b358c
(picture-self-insert): Use last-command-event,
Richard M. Stallman <rms@gnu.org>
parents:
8915
diff
changeset
|
600 (picture-substitute 'newline-and-indent 'picture-duplicate-line) |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
601 (picture-substitute 'next-line 'picture-move-down) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
602 (picture-substitute 'previous-line 'picture-move-up) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
603 (picture-substitute 'beginning-of-line 'picture-beginning-of-line) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
604 (picture-substitute 'end-of-line 'picture-end-of-line) |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
605 |
238 | 606 (define-key picture-mode-map "\C-c\C-d" 'delete-char) |
607 (define-key picture-mode-map "\e\t" 'picture-toggle-tab-state) | |
608 (define-key picture-mode-map "\t" 'picture-tab) | |
609 (define-key picture-mode-map "\e\t" 'picture-tab-search) | |
610 (define-key picture-mode-map "\C-c\t" 'picture-set-tab-stops) | |
611 (define-key picture-mode-map "\C-c\C-k" 'picture-clear-rectangle) | |
612 (define-key picture-mode-map "\C-c\C-w" 'picture-clear-rectangle-to-register) | |
613 (define-key picture-mode-map "\C-c\C-y" 'picture-yank-rectangle) | |
614 (define-key picture-mode-map "\C-c\C-x" 'picture-yank-rectangle-from-register) | |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
615 (define-key picture-mode-map "\C-c\C-r" 'picture-draw-rectangle) |
238 | 616 (define-key picture-mode-map "\C-c\C-c" 'picture-mode-exit) |
617 (define-key picture-mode-map "\C-c\C-f" 'picture-motion) | |
618 (define-key picture-mode-map "\C-c\C-b" 'picture-motion-reverse) | |
619 (define-key picture-mode-map "\C-c<" 'picture-movement-left) | |
620 (define-key picture-mode-map "\C-c>" 'picture-movement-right) | |
621 (define-key picture-mode-map "\C-c^" 'picture-movement-up) | |
622 (define-key picture-mode-map "\C-c." 'picture-movement-down) | |
623 (define-key picture-mode-map "\C-c`" 'picture-movement-nw) | |
624 (define-key picture-mode-map "\C-c'" 'picture-movement-ne) | |
625 (define-key picture-mode-map "\C-c/" 'picture-movement-sw) | |
626 (define-key picture-mode-map "\C-c\\" 'picture-movement-se))) | |
627 | |
20959 | 628 (defcustom picture-mode-hook nil |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
629 "If non-nil, its value is called on entry to Picture mode. |
20959 | 630 Picture mode is invoked by the command \\[picture-mode]." |
631 :type 'hook | |
632 :group 'picture) | |
238 | 633 |
875 | 634 (defvar picture-mode-old-local-map) |
635 (defvar picture-mode-old-mode-name) | |
636 (defvar picture-mode-old-major-mode) | |
5316
9bf2ae74a7bd
(picture-mode): Save the old truncate-lines value.
Richard M. Stallman <rms@gnu.org>
parents:
3730
diff
changeset
|
637 (defvar picture-mode-old-truncate-lines) |
875 | 638 |
256 | 639 ;;;###autoload |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
640 (defun picture-mode () |
238 | 641 "Switch to Picture mode, in which a quarter-plane screen model is used. |
642 Printing characters replace instead of inserting themselves with motion | |
643 afterwards settable by these commands: | |
644 C-c < Move left after insertion. | |
645 C-c > Move right after insertion. | |
646 C-c ^ Move up after insertion. | |
647 C-c . Move down after insertion. | |
648 C-c ` Move northwest (nw) after insertion. | |
649 C-c ' Move northeast (ne) after insertion. | |
650 C-c / Move southwest (sw) after insertion. | |
651 C-c \\ Move southeast (se) after insertion. | |
23756
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
652 C-u C-c ` Move westnorthwest (wnw) after insertion. |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
653 C-u C-c ' Move eastnortheast (ene) after insertion. |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
654 C-u C-c / Move westsouthwest (wsw) after insertion. |
7a9b0b88448e
Make a new map by make-keymap.
Kenichi Handa <handa@m17n.org>
parents:
20959
diff
changeset
|
655 C-u C-c \\ Move eastsoutheast (ese) after insertion. |
238 | 656 The current direction is displayed in the mode line. The initial |
657 direction is right. Whitespace is inserted and tabs are changed to | |
658 spaces when required by movement. You can move around in the buffer | |
659 with these commands: | |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
660 \\[picture-move-down] Move vertically to SAME column in previous line. |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
661 \\[picture-move-up] Move vertically to SAME column in next line. |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
662 \\[picture-end-of-line] Move to column following last non-whitespace character. |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
663 \\[picture-forward-column] Move right inserting spaces if required. |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
664 \\[picture-backward-column] Move left changing tabs to spaces if required. |
238 | 665 C-c C-f Move in direction of current picture motion. |
666 C-c C-b Move in opposite direction of current picture motion. | |
667 Return Move to beginning of next line. | |
668 You can edit tabular text with these commands: | |
669 M-Tab Move to column beneath (or at) next interesting character. | |
670 `Indents' relative to a previous line. | |
671 Tab Move to next stop in tab stop list. | |
672 C-c Tab Set tab stops according to context of this line. | |
673 With ARG resets tab stops to default (global) value. | |
674 See also documentation of variable picture-tab-chars | |
675 which defines \"interesting character\". You can manually | |
676 change the tab stop list with command \\[edit-tab-stops]. | |
677 You can manipulate text with these commands: | |
678 C-d Clear (replace) ARG columns after point without moving. | |
679 C-c C-d Delete char at point - the command normally assigned to C-d. | |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
680 \\[picture-backward-clear-column] Clear (replace) ARG columns before point, moving back over them. |
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
681 \\[picture-clear-line] Clear ARG lines, advancing over them. The cleared |
238 | 682 text is saved in the kill ring. |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
683 \\[picture-open-line] Open blank line(s) beneath current line. |
238 | 684 You can manipulate rectangles with these commands: |
685 C-c C-k Clear (or kill) a rectangle and save it. | |
686 C-c C-w Like C-c C-k except rectangle is saved in named register. | |
687 C-c C-y Overlay (or insert) currently saved rectangle at point. | |
688 C-c C-x Like C-c C-y except rectangle is taken from named register. | |
18412
3febbe908cc3
(picture-draw-rectangle): New command.
Richard M. Stallman <rms@gnu.org>
parents:
14567
diff
changeset
|
689 C-c C-r Draw a rectangular box around mark and point. |
238 | 690 \\[copy-rectangle-to-register] Copies a rectangle to a register. |
691 \\[advertised-undo] Can undo effects of rectangle overlay commands | |
692 commands if invoked soon enough. | |
693 You can return to the previous mode with: | |
694 C-c C-c Which also strips trailing whitespace from every line. | |
695 Stripping is suppressed by supplying an argument. | |
696 | |
39891
34c05876ce21
(picture-mode): Massage.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
38479
diff
changeset
|
697 Entry to this mode calls the value of `picture-mode-hook' if non-nil. |
238 | 698 |
699 Note that Picture mode commands will work outside of Picture mode, but | |
700 they are not defaultly assigned to keys." | |
701 (interactive) | |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
702 (if (eq major-mode 'picture-mode) |
38412
253f761ad37b
Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents:
33927
diff
changeset
|
703 (error "You are already editing a picture") |
39891
34c05876ce21
(picture-mode): Massage.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
38479
diff
changeset
|
704 (set (make-local-variable 'picture-mode-old-local-map) (current-local-map)) |
238 | 705 (use-local-map picture-mode-map) |
39891
34c05876ce21
(picture-mode): Massage.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
38479
diff
changeset
|
706 (set (make-local-variable 'picture-mode-old-mode-name) mode-name) |
34c05876ce21
(picture-mode): Massage.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
38479
diff
changeset
|
707 (set (make-local-variable 'picture-mode-old-major-mode) major-mode) |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
708 (setq major-mode 'picture-mode) |
39891
34c05876ce21
(picture-mode): Massage.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
38479
diff
changeset
|
709 (set (make-local-variable 'picture-killed-rectangle) nil) |
34c05876ce21
(picture-mode): Massage.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
38479
diff
changeset
|
710 (set (make-local-variable 'tab-stop-list) (default-value 'tab-stop-list)) |
34c05876ce21
(picture-mode): Massage.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
38479
diff
changeset
|
711 (set (make-local-variable 'picture-tab-chars) |
34c05876ce21
(picture-mode): Massage.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
38479
diff
changeset
|
712 (default-value 'picture-tab-chars)) |
238 | 713 (make-local-variable 'picture-vertical-step) |
714 (make-local-variable 'picture-horizontal-step) | |
39891
34c05876ce21
(picture-mode): Massage.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
38479
diff
changeset
|
715 (set (make-local-variable 'picture-mode-old-truncate-lines) truncate-lines) |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
716 (setq truncate-lines t) |
238 | 717 (picture-set-motion 0 1) |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
718 |
1396
17365cdb1c10
(edit-picture): Run picture-mode-hook.
Richard M. Stallman <rms@gnu.org>
parents:
875
diff
changeset
|
719 ;; edit-picture-hook is what we used to run, picture-mode-hook is in doc. |
17365cdb1c10
(edit-picture): Run picture-mode-hook.
Richard M. Stallman <rms@gnu.org>
parents:
875
diff
changeset
|
720 (run-hooks 'edit-picture-hook 'picture-mode-hook) |
14324
fae2e1075bcf
(picture-mode): Pass proper format string to message.
Karl Heuer <kwzh@gnu.org>
parents:
14169
diff
changeset
|
721 (message "Type %s in this buffer to return it to %s mode." |
fae2e1075bcf
(picture-mode): Pass proper format string to message.
Karl Heuer <kwzh@gnu.org>
parents:
14169
diff
changeset
|
722 (substitute-command-keys "\\[picture-mode-exit]") |
fae2e1075bcf
(picture-mode): Pass proper format string to message.
Karl Heuer <kwzh@gnu.org>
parents:
14169
diff
changeset
|
723 picture-mode-old-mode-name))) |
238 | 724 |
269 | 725 ;;;###autoload |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
726 (defalias 'edit-picture 'picture-mode) |
238 | 727 |
728 (defun picture-mode-exit (&optional nostrip) | |
41771
66882a00d38d
(picture-mode-map): Don't use defconst for a variable.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
41302
diff
changeset
|
729 "Undo `picture-mode' and return to previous major mode. |
238 | 730 With no argument strips whitespace from end of every line in Picture buffer |
731 otherwise just return to previous mode." | |
732 (interactive "P") | |
2595
6a1ad0661928
Completed the package entry point's name change from edit-picture to
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
2571
diff
changeset
|
733 (if (not (eq major-mode 'picture-mode)) |
38412
253f761ad37b
Some fixes to follow coding conventions in files maintained by FSF.
Pavel Janík <Pavel@Janik.cz>
parents:
33927
diff
changeset
|
734 (error "You aren't editing a Picture") |
33786
9f63b158eb6b
* simple.el (delete-trailing-whitespace): New interactive function.
Sam Steingold <sds@gnu.org>
parents:
26078
diff
changeset
|
735 (if (not nostrip) (delete-trailing-whitespace)) |
238 | 736 (setq mode-name picture-mode-old-mode-name) |
737 (use-local-map picture-mode-old-local-map) | |
738 (setq major-mode picture-mode-old-major-mode) | |
739 (kill-local-variable 'tab-stop-list) | |
5316
9bf2ae74a7bd
(picture-mode): Save the old truncate-lines value.
Richard M. Stallman <rms@gnu.org>
parents:
3730
diff
changeset
|
740 (setq truncate-lines picture-mode-old-truncate-lines) |
11574
a956f12b250f
(picture-set-motion, picture-mode-exit): Use force-mode-line-update.
Karl Heuer <kwzh@gnu.org>
parents:
10018
diff
changeset
|
741 (force-mode-line-update))) |
238 | 742 |
584 | 743 (provide 'picture) |
744 | |
659
505130d1ddf8
*** empty log message ***
Eric S. Raymond <esr@snark.thyrsus.com>
parents:
584
diff
changeset
|
745 ;;; picture.el ends here |