]> code.delx.au - gnu-emacs/commit
(current_column_1, Fmove_to_column):
authorRichard M. Stallman <rms@gnu.org>
Fri, 2 Jan 1998 21:43:42 +0000 (21:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 2 Jan 1998 21:43:42 +0000 (21:43 +0000)
commitfe0066f50fdafe0d93b523ee34420324f4bead0a
treeec0db12fe518e1f9428223617dc370528abc3f86
parent4356f22179175917b56f443b8b2c9e084f97c1e5
(current_column_1, Fmove_to_column):
Update call to CHAR_HEAD_P.

(indented_beyond_p): Take POS in bytes and chars.  Callers changed.
(pos_tab_indent): Function moved to xdisp.c.

(Fcurrent_indentation): Use scan_newline and SET_PT_BOTH.
(indented_beyond_p, current_column_1): Likewise.

(vmotion, compute_motion): Set up bytepos value to return it.
(current_column): Handle bytepos and charpos.
(position_indentation): Take bytepos as arg, and scan with it.  Calls changed.
(Fmove_to_column): Scan with bytepos and charpos.
(pos_tab_offset): Use bytepos to do FETCH_BYTE.
(skip_invisible): Don't worry about position in middle of character.
src/indent.c