aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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