summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forwardJim Blandy1993-06-101-2/+2
| | | | with the proper number of arguments.
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
|
* (Fforward_comment): Set point to where scan stops,Richard M. Stallman1993-06-081-20/+23
| | | | | | | thus moving acros whitespace. When moving fwd, treat Sendcomment as whitespace; likewise for Scomment when moving back. (scan_sexps_forward): New arg COMMENTSTOP. (Fparse_partial_sexp): Likewise.
* (Fforward_comment): Arg is a Lisp_Object.Richard M. Stallman1993-05-251-5/+9
| | | | Convert it to an int.
* (Fforward_comment): Fix last change.Richard M. Stallman1993-05-251-4/+9
|
* (Fforward_comment): Always set point.Richard M. Stallman1993-05-251-0/+4
|
* Updated copyright years.Jim Blandy1993-05-221-1/+1
|
* (describe_syntax_1): Delete excess arg to describe_vector.Richard M. Stallman1993-03-021-2/+260
| | | | | | (check_syntax_table): Delete excess arg to wrong_type_argument. (Fforward_comment): New function.
* (find_defun_start): scan_buffer returns start of line;Richard M. Stallman1992-10-111-5/+0
| | | | no need to advance over newline.
* (describe_syntax): Use insert_char to insert `match'.Joseph Arceneaux1992-10-011-3/+1
|
* (scan_lists): When searching back for comment:Richard M. Stallman1992-09-191-16/+112
| | | | | | | | | | if comment-end is 2 chars, assume it does end a comment. Otherwise, scan back to previous comment-end to see if there's a comment starter between. Also record whether the string quotes between the start and the end are paired and uniform. If so, skip to comment starter. If not, scan from start of defun to find comment starter if any. (find_defun_start): New function.
* (scan_lists): Improve smarts for backwards scan of comments.Richard M. Stallman1992-09-051-56/+174
| | | | | | | | | Don't modify comstyle inside that loop. If string quotes don't match up, don't take value from OFROM; instead, parse forward using scan_sexps_forward. (scan_sexps_forward): Return value via a pointer passed in. New element in state contains char addr of last comment-starter seen. (Fparse_partial_sexp): Change call to scan_sexps_forward.
* entered into RCSJim Blandy1992-06-241-5/+6
|
* *** empty log message ***Jim Blandy1992-05-011-6/+7
|
* *** empty log message ***Jim Blandy1992-01-131-11/+11
|
* Initial revisionRichard M. Stallman1991-01-141-0/+1216