1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- (defun operate-on-rectangle (function start end coerce-tabs) "\
- Call FUNCTION for each line of rectangle with corners at START, END.
- If COERCE-TABS is non-nil, convert multi-column characters
- that span the starting or ending columns on any line
- to multiple spaces before calling FUNCTION.
- FUNCTION is called with three arguments:
- position of start of segment of this line within the rectangle,
- number of columns that belong to rectangle but are before that position,
- number of columns that belong to rectangle but are after point.
- Point is at the end of the segment of this line within the rectangle." (byte-code "ÌÌÌÌŠbˆi‰ˆÍ ˆ`‰)ˆŠ
bˆi‰ˆÎÏ!ˆÐ ‰)ˆ
- Wƒ=
- ‰)‚>
|