aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/rect.el
Commit message (Collapse)AuthorAgeFilesLines
* (delete-whitespace-rectangle): Mark for autoload.Andreas Schwab1998-12-031-1/+1
| | | | (close-rectangle): Define alias only once in loaddefs.el.
* (move-to-column-force): New function.Kenichi Handa1998-11-241-3/+24
| | | | | | | | | (operate-on-rectangle): If coerce-tabs is non-nil, call move-to-column-force instead of move-to-column. (insert-rectangle): Call move-to-column-force instead of move-to-column. (open-rectangle-line): If begextra is not zero, call move-to-column-force.
* (delete-whitespace-rectangle): close-rectangle renamed.Karl Heuer1998-11-051-1/+2
| | | | (close-rectangle): Define as alias.
* (string-rectangle-line): Delete the rectangle first.Richard M. Stallman1998-06-061-4/+4
| | | | (string-rectangle): Doc fix.
* (string-rectangle-string): New variable.Richard M. Stallman1998-05-241-7/+15
| | | | | | | | (string-rectangle): Bind it. (string-rectangle-line): Use it. (operate-on-rectangle-lines): New variable. (extract-rectangle-line): Update it. (delete-extract-rectangle, extract-rectangle): Bind and use it.
* (close-rectangle): New command.Richard M. Stallman1998-05-241-0/+17
|
* (operate-on-rectangle): If we overshoot when looking for endcol, back up.Richard M. Stallman1997-09-031-0/+4
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (string-rectangle): Don't set point.Richard M. Stallman1994-11-091-2/+1
|
* (kill-rectangle): In read-only buffer, do recordRichard M. Stallman1994-10-021-0/+4
| | | | the rectangle for later yanking.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (string-rectangle): Make operate-on-rectangle convert tabs.Richard M. Stallman1994-02-051-33/+38
| | | | | | | (string-rectangle-line): After inserting string, insert the same width of whitespace that we deleted earlier. (operate-on-rectangle): Operate even if width is 0. (open-rectangle-line): Clean up.
* (string-rectangle): Renamed from fill-rectangle.Richard M. Stallman1993-05-031-10/+10
| | | | (string-rectangle-line): Renamed from fill-rectangle-line.
* (fill-rectangle) Added. Inspired by Lynn Slater's insert-box package in LCD,Eric S. Raymond1993-03-271-0/+24
| | | | but the interface and implementation are different.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+5
|
* * rect.el (operate-on-rectangle): Use move-to-column's FORCEJim Blandy1992-11-161-25/+11
| | | | | | | | | | | | argument instead of implementing it ourselves. (rectangle-coerce-tab): No longer used; deleted. * rect.el (open-rectangle): Leave point at the upper corner of the rectangle just opened, in imitation of open-line. Fix doc typo. (open-rectangle-line): Use skip-chars-backward's LIM argument to leave spaces before the line segment's beginning undisturbed. * rect.el: Provide 'rect.
* (insert-rectangle): Put mark at upper left corner.Richard M. Stallman1992-11-031-1/+4
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-2/+2
|
* *** empty log message ***Eric S. Raymond1992-07-151-0/+4
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+4
|
* *** empty log message ***Jim Blandy1991-05-091-0/+8
|
* *** empty log message ***Richard M. Stallman1991-04-121-6/+5
|
* Initial revisionJoseph Arceneaux1989-10-311-0/+205