Fix bug #9221 with memory leak in bidi display.
[emacs.git] / lisp / textmodes / two-column.el
blob68b858162dfa14f7912abe0aab341c4fb7fca278
1 ;;; two-column.el --- minor mode for editing of two-column text
3 ;; Copyright (C) 1992-1995, 2001-2011 Free Software Foundation, Inc.
5 ;; Author: Daniel Pfeiffer <occitan@esperanto.org>
6 ;; Adapted-By: ESR, Daniel Pfeiffer
7 ;; Keywords: wp
9 ;; This file is part of GNU Emacs.
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
13 ;; the Free Software Foundation, either version 3 of the License, or
14 ;; (at your option) any later version.
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.
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
24 ;;; Commentary:
26 ;;; Komentario: Commentary:
28 ;; Tiu programaro ebligas vin redakti This package gives you the ability
29 ;; dukolumnan tekston. to edit text in a two-column format.
32 ;; Vi havas tri eblecojn por eki tiun You have three ways to start up this
33 ;; mal^cefan modalon. ^Ciu donas al vi minor mode. Each gives you a
34 ;; horizontale disigatan fenestron, si- horizontally split window similar to
35 ;; milan al fina apareco de via teksto: the final outcome of your text:
38 ;; f2 2 asocias novan bufron nomatan associates a new buffer called
39 ;; C-x 6 2 same, sed kun 2C/ anta^u. the same, but with 2C/
40 ;; prepended.
42 ;; f2 b asocias alian bufron. Vi povas associates another buffer.
43 ;; C-x 6 b anka^u asocii dataron, se vi This can be used to associate a
44 ;; ^jus anta^ue faris C-x C-f. file if you just did C-x C-f.
46 ;; f2 s disigas jam dukolumnan tekston splits a two-column text into
47 ;; C-x 6 s en du bufroj ekde la nuna two buffers from the current
48 ;; linio, kaj je la nuna kolumno. line and at the current column.
49 ;; La anta^uaj signoj (ofte The preceding characters (often
50 ;; tabeligilo a^u |) estas la tab or |) are the column
51 ;; kolumna disiganto. Linioj kiuj separator. Lines that don't
52 ;; ne enhavas ilin ne estas have them won't be separated.
53 ;; disigitaj. Kiel la kvara kaj Like the fourth and fifth line
54 ;; la kvina linio se vi disigas if you split this file from
55 ;; ^ci dataron ekde la unua angla the first english word.
56 ;; vorto.
58 ;; Se vi volas meti longajn liniojn If you include long lines, i.e which
59 ;; (ekz. programerojn) en la kunigotan will span both columns (eg. source
60 ;; tekston, ili devas esti en la code), they should be in what will
61 ;; estonte unua kolumno. La alia devas be the first column, with the
62 ;; havi vakajn linion apud ili. associated buffer having empty lines
63 ;; next to them.
65 ;; Averto: en Emacs kiam vi ^san^gas la Attention: in Emacs when you change
66 ;; ^cefan modalon, la mal^cefaj modaloj the major mode, the minor modes are
67 ;; estas anka^u elmemorigitaj. Tiu- also purged from memory. In that
68 ;; okaze vi devas religi la du bufrojn case you must reassociate the two
69 ;; per iu C-x 6-ordono, ekz. C-x 6 b. buffers with any C-x 6-command, e.g.
70 ;; C-x 6 b.
72 ;; Kiam vi estos kontenta de la When you have edited both buffers to
73 ;; rezulto, vi kunmetos la du kolumnojn your content, you merge them with
74 ;; per C-x 6 1. Se vi poste vidas C-x 6 1. If you then see a problem,
75 ;; problemon, vi neniigu la kunmeton you undo the merge with C-x u and
76 ;; per C-x u kaj plue modifu la du continue to edit the two buffers.
77 ;; bufrojn. Kiam vi ne plu volas tajpi When you no longer want to edit in
78 ;; dukolumne, vi eliru el la mal^cefa two columns, you turn off the minor
79 ;; modalo per C-x 6 d. mode with C-x 6 d.
82 ;; Aldone al dukolumna redaktado, ek- In addition to two-column editing of
83 ;; zemple por skribi dulingvan tekston text, for example for writing a
84 ;; flank-al-flanke kiel ^ci tiu, aliaj bilingual text side-by-side as shown
85 ;; interesaj uzoj trovitas por tiu mal- here, other interesting uses have
86 ;; ^cefa modalo: been found for this minor mode:
88 ;; Vi povas disigi la kolumnojn per {+} You can separate the columns with
89 ;; ajna pla^ca ^ceno starigante {+} any string that pleases you, by
90 ;; `2C-separator'. Ekzemple "{+} " {+} setting `2C-separator'. For example
91 ;; por amuzi^gi. f2 s a^u C-x 6 s {+} "{+} " if you'd like to have fun.
92 ;; traktas tiujn kun prefiksa {+} f2 s or C-x 6 s handles these with a
93 ;; argumento kiu signifas la longon {+} prefix argument that means the
94 ;; de tia ^ceno. {+} desired length of such a string.
97 ;; Programistoj eble ^satus la eblecon Programmers might like the ability
98 ;; forspliti la komentarian kolumnon de to split off the comment column of a
99 ;; dosiero kiel la sekvanta. Vi povas file that looks like the following.
100 ;; rearan^gigi la paragrafon. La pro- You can fill-paragraph the comment.
101 ;; blemo estas ke koda^jo tuj lar- The problem is, code quickly gets
102 ;; ^gi^gas, tiel ke vi bezonas pli rather wide, so you need to use a
103 ;; mallar^gan komentarian kolumnon. narrower comment column. Code lines
104 ;; Koda^jaj linioj tra `comment-column' that reach beyond `comment-column'
105 ;; ne problemas, krom ke vi ne vidos are no problem, except that you
106 ;; iliajn finojn dum redaktado. won't see their end during editing.
109 ;; BEGIN -- This is just some meaningless
110 ;; FOR i IN 1..10 LOOP -- code in Ada, that runs foobar
111 ;; foobar( i ); -- once for each argument from one
112 ;; END LOOP; -- to ten, and then we're already
113 ;; END; -- through with it.
115 ;; Pli bone ankora^u, vi povas pozici- Better yet, you can put the point
116 ;; i^gi anta^u "This", tajpi M-3 f2 s before "This", type M-3 f2 s
117 ;; kiu igas "-- " la separigilon inter which makes "-- " the separator
118 ;; senkomentaria Ada bufro kaj nur- between a no-comments Ada buffer,
119 ;; teksta komentaria bufro. Kiam vi and a plain text comment buffer.
120 ;; denove kuni^gos ilin, ^ciu nevaka When you put them back together,
121 ;; linio de l' dua kolumno denove every non-empty line of the 2nd
122 ;; anta^uhavos "-- ". column will again be preceded by
123 ;; "-- ".
126 ;;; Code:
129 ;; Lucid patch
130 (or (fboundp 'frame-width)
131 (fset 'frame-width 'screen-width))
134 ;;;;; Set up keymap ;;;;;
136 (defvar 2C-mode-map
137 (let ((map (make-sparse-keymap)))
138 (define-key map "2" '2C-two-columns)
139 (define-key map [f2] '2C-two-columns)
140 (define-key map "b" '2C-associate-buffer)
141 (define-key map "s" '2C-split)
142 map)
143 "Keymap for commands for setting up two-column mode.")
147 ;;;###autoload (autoload '2C-command "two-column" () t 'keymap)
148 (fset '2C-command 2C-mode-map)
150 ;; This one is for historical reasons and simple keyboards, it is not
151 ;; at all mnemonic. All usual sequences containing 2 were used, and
152 ;; f2 could not be set up in a standard way under Emacs 18.
153 ;;;###autoload (global-set-key "\C-x6" '2C-command)
155 ;;;###autoload (global-set-key [f2] '2C-command)
158 (defvar 2C-minor-mode-map
159 (let ((map (make-sparse-keymap)))
160 (define-key map "1" '2C-merge)
161 (define-key map "d" '2C-dissociate)
162 (define-key map "o" '2C-associated-buffer)
163 (define-key map "\^m" '2C-newline)
164 (define-key map "|" '2C-toggle-autoscroll)
165 (define-key map "{" '2C-shrink-window-horizontally)
166 (define-key map "}" '2C-enlarge-window-horizontally)
167 map)
168 "Keymap for commands for use in two-column mode.")
171 (setq minor-mode-map-alist
172 (cons (cons '2C-mode
173 (let ((map (make-sparse-keymap)))
174 (substitute-key-definition '2C-command 2C-minor-mode-map
175 map (current-global-map))
176 (substitute-key-definition 'enlarge-window-horizontally
177 '2C-enlarge-window-horizontally
178 map (current-global-map))
179 (substitute-key-definition 'shrink-window-horizontally
180 '2C-shrink-window-horizontally
181 map (current-global-map))
182 map))
183 minor-mode-map-alist))
185 ;;;;; variable declarations ;;;;;
187 (defgroup two-column nil
188 "Minor mode for editing of two-column text."
189 :prefix "2C-"
190 :group 'frames)
193 ;; Markers seem to be the only buffer-id not affected by renaming a buffer.
194 ;; This nevertheless loses when a buffer is killed. The variable-name is
195 ;; required by `describe-mode'.
196 (defvar 2C-mode nil
197 "Marker to the associated buffer, if non-nil.")
198 (make-variable-buffer-local '2C-mode)
199 (put '2C-mode 'permanent-local t)
203 (setq minor-mode-alist (cons '(2C-mode " 2C") minor-mode-alist))
207 ;; rearranged, so that the pertinent info will show in 40 columns
208 (defcustom 2C-mode-line-format
209 '("-%*- %15b --" (-3 . "%p") "--%[(" mode-name
210 minor-mode-alist "%n" mode-line-process ")%]%-")
211 "Value of `mode-line-format' for a buffer in two-column minor mode."
212 :type 'sexp
213 :group 'two-column)
216 (defcustom 2C-other-buffer-hook 'text-mode
217 "Hook run in new buffer when it is associated with current one."
218 :type 'function
219 :group 'two-column)
222 (defcustom 2C-separator ""
223 "A string inserted between the two columns when merging.
224 This gets set locally by \\[2C-split]."
225 :type 'string
226 :group 'two-column)
227 (put '2C-separator 'permanent-local t)
231 (defcustom 2C-window-width 40
232 "The width of the first column. (Must be at least `window-min-width')
233 This value is local for every buffer that sets it."
234 :type 'integer
235 :group 'two-column)
236 (make-variable-buffer-local '2C-window-width)
237 (put '2C-window-width 'permanent-local t)
241 (defcustom 2C-beyond-fill-column 4
242 "Base for calculating `fill-column' for a buffer in two-column minor mode.
243 The value of `fill-column' becomes `2C-window-width' for this buffer
244 minus this value."
245 :type 'integer
246 :group 'two-column)
250 (defcustom 2C-autoscroll t
251 "If non-nil, Emacs attempts to keep the two column's buffers aligned."
252 :type 'boolean
253 :group 'two-column)
257 (defvar 2C-autoscroll-start nil)
258 (make-variable-buffer-local '2C-autoscroll-start)
260 ;;;;; base functions ;;;;;
262 ;; The access method for the other buffer. This tries to remedy against
263 ;; lost local variables and lost buffers.
264 (defun 2C-other (&optional req)
265 (or (if 2C-mode
266 (or (prog1
267 (marker-buffer 2C-mode)
268 (setq mode-line-format 2C-mode-line-format))
269 ;; The associated buffer somehow got killed.
270 (progn
271 ;; The other variables may later be useful if the user
272 ;; reestablishes the association.
273 (kill-local-variable '2C-mode)
274 (kill-local-variable 'mode-line-format)
275 nil)))
276 (if req (error "You must first set two-column minor mode"))))
280 ;; function for setting up two-column minor mode in a buffer associated
281 ;; with the buffer pointed to by the marker other.
282 (defun 2C-mode (other)
283 "Minor mode for independently editing two columns.
284 This is set up for two associated buffers by the three commands bound
285 to \\[2C-two-columns] , \\[2C-associate-buffer] and \\[2C-split].
286 Turning on two-column mode calls the value of the variable `2C-mode-hook',
287 if that value is non-nil.
289 These buffers can be edited separately, for example with `fill-paragraph'.
290 If you want to disable parallel scrolling temporarily, use \\[2C-toggle-autoscroll] .
292 If you include long lines, i.e which will span both columns (eg.
293 source code), they should be in what will be the first column, with
294 the associated buffer having empty lines next to them.
296 Potential uses are writing bilingual texts, or editing the comments of a
297 source code. See the file lisp/two-column.el for detailed examples.
299 You have the following commands at your disposal:
301 \\[2C-two-columns] Rearrange screen with current buffer first
302 \\[2C-associate-buffer] Reassociate buffer after changing major mode
303 \\[shrink-window-horizontally], \\[enlarge-window-horizontally] Shrink, enlarge current column
304 \\[2C-associated-buffer] Switch to associated buffer at same point
305 \\[2C-newline] Insert newline(s) in both buffers at same point
306 \\[2C-merge] Merge both buffers
307 \\[2C-dissociate] Dissociate the two buffers
309 These keybindings can be customized in your ~/.emacs by `2C-mode-map',
310 `2C-minor-mode-map' and by binding `2C-command' to some prefix.
312 The appearance of the screen can be customized by the variables
313 `2C-window-width', `2C-beyond-fill-column', `2C-mode-line-format' and
314 `truncate-partial-width-windows'."
315 (add-hook 'post-command-hook '2C-autoscroll nil t)
316 (setq fill-column (- 2C-window-width
317 2C-beyond-fill-column)
318 mode-line-format 2C-mode-line-format
319 2C-mode other)
320 (run-hooks '2C-mode-hook))
324 ;;;###autoload
325 (defun 2C-two-columns (&optional buffer)
326 "Split current window vertically for two-column editing.
327 \\<global-map>When called the first time, associates a buffer with the current
328 buffer in two-column minor mode (use \\[describe-mode] once in the mode,
329 for details.). It runs `2C-other-buffer-hook' in the new buffer.
330 When called again, restores the screen layout with the current buffer
331 first and the associated buffer to its right."
332 (interactive "P")
333 ;; first go to full width, so that we can certainly split into two windows
334 (unless (window-full-width-p)
335 (enlarge-window 99999 t))
336 (split-window-horizontally
337 (max window-min-width (min 2C-window-width
338 (- (frame-width) window-min-width))))
339 (if (2C-other)
340 (progn
341 (other-window 1)
342 (switch-to-buffer (2C-other))
343 (other-window -1)
344 (if 2C-autoscroll
345 (2C-toggle-autoscroll t)))
347 (2C-mode (prog1 (point-marker)
348 (other-window 1)
349 (switch-to-buffer
350 (or buffer
351 (generate-new-buffer (concat "2C/" (buffer-name)))))
352 (or buffer
353 (run-hooks '2C-other-buffer-hook))))
355 (2C-mode (prog1 (point-marker)
356 (other-window -1)))))
360 ;;;###autoload
361 (defun 2C-associate-buffer ()
362 "Associate another buffer with this one in two-column minor mode.
363 Can also be used to associate a just previously visited file, by
364 accepting the proposed default buffer.
366 \(See \\[describe-mode] .)"
367 (interactive)
368 (let ((b1 (current-buffer))
369 (b2 (or (2C-other)
370 (read-buffer "Associate buffer: " (other-buffer)))))
371 (save-excursion
372 (setq 2C-mode nil)
373 (set-buffer b2)
374 (and (2C-other)
375 (not (eq b1 (2C-other)))
376 (error "Buffer already associated with buffer `%s'"
377 (buffer-name (2C-other))))
378 (setq b1 (and (assq '2C-window-width (buffer-local-variables))
379 2C-window-width)))
380 ; if other buffer has a local width, adjust here too
381 (if b1 (setq 2C-window-width (- (frame-width) b1)))
382 (2C-two-columns b2)))
386 ;;;###autoload
387 (defun 2C-split (arg)
388 "Split a two-column text at point, into two buffers in two-column minor mode.
389 Point becomes the local value of `2C-window-width'. Only lines that
390 have the ARG same preceding characters at that column get split. The
391 ARG preceding characters without any leading whitespace become the local
392 value for `2C-separator'. This way lines that continue across both
393 columns remain untouched in the first buffer.
395 This function can be used with a prototype line, to set up things. You
396 write the first line of each column and then split that line. E.g.:
398 First column's text sSs Second column's text
399 \\___/\\
400 / \\
401 5 character Separator You type M-5 \\[2C-split] with the point here.
403 \(See \\[describe-mode] .)"
404 (interactive "*p")
405 (and (2C-other)
406 (if (y-or-n-p (concat "Overwrite associated buffer `"
407 (buffer-name (2C-other))
408 "'? "))
409 (with-current-buffer (2C-other)
410 (erase-buffer))
411 (signal 'quit nil)))
412 (let ((point (point))
413 ;; make next-line always come back to same column
414 (column (current-column))
415 ;; a counter for empty lines in other buffer
416 (n (1- (count-lines (point-min) (point))))
417 chars other)
418 (save-excursion
419 (backward-char arg)
420 (setq chars (buffer-substring (point) point))
421 (skip-chars-forward " \t" point)
422 (make-local-variable '2C-separator)
423 (setq 2C-separator (buffer-substring (point) point)
424 2C-window-width (+ (fringe-columns 'left)
425 (fringe-columns 'right)
426 (scroll-bar-columns 'left)
427 (scroll-bar-columns 'right)
428 (current-column))))
429 (2C-two-columns)
430 (setq other (2C-other))
431 ;; now we're ready to actually split
432 (save-excursion
433 (while (not (eobp))
434 (if (not (and (= (current-column) column)
435 (string= chars
436 (buffer-substring (point)
437 (save-excursion
438 (backward-char arg)
439 (point))))))
440 (setq n (1+ n))
441 (setq point (point))
442 (backward-char arg)
443 (skip-chars-backward " \t")
444 (delete-region point (point))
445 (setq point (point))
446 (insert-char ?\n n)
447 (append-to-buffer other point (progn (end-of-line)
448 (if (eobp)
449 (point)
450 (1+ (point)))))
451 (delete-region point (point))
452 (setq n 0))
453 (forward-line 1)
454 (move-to-column column)))))
459 (defun 2C-dissociate ()
460 "Turn off two-column minor mode in current and associated buffer.
461 If the associated buffer is unmodified and empty, it is killed."
462 (interactive)
463 (let ((buffer (current-buffer)))
464 (save-excursion
465 (and (2C-other)
466 (set-buffer (2C-other))
467 (or (not (2C-other))
468 (eq buffer (2C-other)))
469 (if (and (not (buffer-modified-p))
470 (eobp) (bobp))
471 (kill-buffer nil)
472 (kill-local-variable '2C-mode)
473 (kill-local-variable '2C-window-width)
474 (kill-local-variable '2C-separator)
475 (kill-local-variable 'mode-line-format)
476 (kill-local-variable 'fill-column))))
477 (kill-local-variable '2C-mode)
478 (kill-local-variable '2C-window-width)
479 (kill-local-variable '2C-separator)
480 (kill-local-variable 'mode-line-format)
481 (kill-local-variable 'fill-column)))
485 ;; this doesn't use yank-rectangle, so that the first column can
486 ;; contain long lines
487 (defun 2C-merge ()
488 "Merges the associated buffer with the current buffer.
489 They get merged at the column, which is the value of `2C-window-width',
490 i.e. usually at the vertical window separator. This separator gets
491 replaced with white space. Beyond that the value of `2C-separator' gets
492 inserted on merged lines. The two columns are thus pasted side by side,
493 in a single text. If the other buffer is not displayed to the left of
494 this one, then this one becomes the left column.
496 If you want `2C-separator' on empty lines in the second column,
497 you should put just one space in them. In the final result, you can strip
498 off trailing spaces with \\[delete-trailing-whitespace]."
499 (interactive)
500 (and (> (car (window-edges)) 0) ; not touching left edge of screen
501 (eq (window-buffer (previous-window))
502 (2C-other t))
503 (other-window -1))
504 (save-excursion
505 (let ((b1 (current-buffer))
506 (b2 (2C-other t))
507 string)
508 (goto-char (point-min))
509 (set-buffer b2)
510 (goto-char (point-min))
511 (while (not (eobp))
512 (setq string (buffer-substring (point)
513 (progn (end-of-line) (point))))
514 (or (eobp)
515 (forward-char)) ; next line
516 (set-buffer b1)
517 (if (string= string "")
519 (end-of-line)
520 (indent-to-column 2C-window-width)
521 (insert 2C-separator string))
522 (forward-line 1) ; add one if necessary
523 (set-buffer b2))))
524 (unless (window-full-width-p)
525 (enlarge-window 99999 t)))
527 ;;;;; utility functions ;;;;;
529 (defun 2C-associated-buffer ()
530 "Switch to associated buffer."
531 (interactive)
532 (let ((line (+ (count-lines (point-min) (point))
533 (if (bolp) 1 0)))
534 (col (if (eolp) (if (bolp) 0) (current-column))))
535 (if (get-buffer-window (2C-other t))
536 (select-window (get-buffer-window (2C-other)))
537 (switch-to-buffer (2C-other)))
538 (goto-char (point-min))
539 (newline (forward-line (1- line)))
540 (if col
541 (move-to-column col)
542 (end-of-line 1))))
544 (defun 2C-newline (arg)
545 "Insert ARG newlines in both buffers."
546 (interactive "P")
547 (save-window-excursion
548 (2C-associated-buffer)
549 (newline arg))
550 (newline arg))
552 (defun 2C-toggle-autoscroll (arg)
553 "Toggle autoscrolling.
554 With prefix argument ARG, turn on autoscrolling if ARG is
555 positive, otherwise turn it off. When autoscrolling is turned
556 on, this also realigns the two buffers."
557 (interactive "P")
558 ;(sit-for 0)
559 (setq 2C-autoscroll-start (window-start))
560 (if (setq 2C-autoscroll (if arg
561 (>= (prefix-numeric-value arg) 0)
562 (not 2C-autoscroll)))
563 (select-window
564 (prog1 (selected-window)
565 (message "Autoscrolling is on.")
566 (setq arg (count-lines (point-min) (window-start)))
567 (if (get-buffer-window (2C-other t))
568 (progn
569 (select-window (get-buffer-window (2C-other)))
570 (setq arg (- arg (count-lines (point-min) (window-start))))
571 ;; make sure that other buffer has enough lines
572 (save-excursion
573 (insert-char ?\n
574 (- arg (count-lines (window-start)
575 (goto-char (point-max)))
576 -1)))
577 (scroll-up arg)))))
578 (message "Autoscrolling is off.")))
582 (defun 2C-autoscroll ()
583 (if 2C-autoscroll
584 ;; catch a mouse scroll on non-selected scrollbar
585 (select-window
586 (prog1 (selected-window)
587 (and (consp last-command-event)
588 (not (eq (selected-window)
589 (car (car (cdr last-command-event)))))
590 (select-window (car (car (cdr last-command-event)))))
591 ;; In some cases scrolling causes an error, but post-command-hook
592 ;; shouldn't, and should always stay in the original window
593 (condition-case ()
594 (and (or 2C-autoscroll-start (2C-toggle-autoscroll t) nil)
595 (/= (window-start) 2C-autoscroll-start)
596 (2C-other)
597 (get-buffer-window (2C-other))
598 (let ((lines (count-lines (window-start)
599 2C-autoscroll-start)))
600 (if (< (window-start) 2C-autoscroll-start)
601 (setq lines (- lines)))
602 (setq 2C-autoscroll-start (window-start))
603 (select-window (get-buffer-window (2C-other)))
604 ;; make sure that other buffer has enough lines
605 (save-excursion
606 (insert-char
607 ?\n (- lines (count-lines (window-start)
608 (goto-char (point-max)))
609 -1)))
610 (scroll-up lines)
611 (setq 2C-autoscroll-start (window-start))))
612 (error))))))
616 (defun 2C-enlarge-window-horizontally (arg)
617 "Make current window ARG columns wider."
618 (interactive "p")
619 (enlarge-window arg t)
620 (and (2C-other)
621 (setq 2C-window-width (+ 2C-window-width arg))
622 (set-buffer (2C-other))
623 (setq 2C-window-width (- 2C-window-width arg))))
625 (defun 2C-shrink-window-horizontally (arg)
626 "Make current window ARG columns narrower."
627 (interactive "p")
628 (2C-enlarge-window-horizontally (- arg)))
632 (provide 'two-column)
634 ;;; two-column.el ends here