Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (scheme-imenu-generic-expression): Simplify regexps. | Dave Love | 1998-02-12 | 1 | -15/+15 |
| | | | | | | | (dsssl-imenu-generic-expression): Likewise (scheme-mode-variables): Set imenu-syntax-alist. (dsssl-mode): Remove `!' from font-lock-defaults. Set imenu-syntax-alist. | ||||
* | Define indentation in normal dialect for let-syntax, | Dave Love | 1997-12-13 | 1 | -5/+39 |
| | | | | | | | | letrec-syntax, syntax-rules, call-with-values, dynamic-wind. (scheme-mode-map): Remove lisp-complete-symbol. Add uncomment-region. (scheme-mode-hook, dsssl-mode-hook): Declare customized. (dsssl-sgml-declaration): Fix customization. | ||||
* | Use imenu-case-fold-search. | Dave Love | 1997-12-12 | 1 | -2/+4 |
| | |||||
* | (scheme-mode-variables): Bind normal-auto-fill-function. | Richard M. Stallman | 1997-11-24 | 1 | -0/+3 |
| | |||||
* | (scheme-let-indent): New arg NORMAL-INDENT. | Karl Heuer | 1997-10-16 | 1 | -4/+4 |
| | | | | | (scheme-indent-function): Pass normal-indent as 3rd arg when calling an indentation function. | ||||
* | (scheme): Add defgroup. | Richard M. Stallman | 1997-06-17 | 1 | -8/+16 |
| | | | | | | | | | Put defcustom's into this group. (scheme-mode-commands): Remove keybinding of \t to old `scheme-indent-line'. Bind \e\C-q to `indent-sexp', not `scheme-indent-sexp'. (scheme-mit-dialect): Use defcustom. (dsssl-sgml-declaration): Likewise. Fix doc string. | ||||
* | Comment change. | Richard M. Stallman | 1997-05-27 | 1 | -1/+1 |
| | |||||
* | (dsssl-sgml-declaration): Doc fix. | Richard M. Stallman | 1997-04-27 | 1 | -17/+33 |
| | | | | | | (dsssl-mode): Use stringp to check dsssl-sgml-declaration. (style, root): Put scheme-indent-function 1. (dsssl-font-lock-keywords): Use make-regexp version. | ||||
* | (make): Add scheme-indent-function property. | Richard M. Stallman | 1997-04-11 | 1 | -0/+1 |
| | |||||
* | Add DSSSL mode and share code with newly required | Richard M. Stallman | 1997-04-10 | 1 | -275/+189 |
| | | | | | | | | | | | | | | | | | | | lisp-mode as much as possible. (scheme-mode-variables): Copy filling stuff from lisp-mode. Add an outline-regexp. (scheme-mode-map): Inherit shared-lisp-mode-map and provide a menu. (dsssl-sgml-declaration): New variable. (dsssl-mode): New command. (dsssl-font-lock-keywords): New variable. (scheme-indent-function): Near copy of lisp-indent-function. (scheme-comment-indent, scheme-indent-offset, scheme-indent-function, scheme-indent-line, calculate-scheme-indent, scheme-indent-specform, scheme-indent-defform, scheme-indent-sexp): Removed; use lisp-mode equivalents. (scheme-imenu-generic-expression): New variable. (dsssl-imenu-generic-expression): New variable. (scheme-let-indent): Use lisp-indent-specform. | ||||
* | (scheme-mode-variables): Set comment-start-skip to ignore backslash-quoted | Miles Bader | 1996-07-04 | 1 | -1/+3 |
| | | | | semicolons. | ||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (scheme-indent-sexp): Don't fail when | Richard M. Stallman | 1995-03-31 | 1 | -1/+2 |
| | | | | calculate-scheme-indent returns a one-element list. | ||||
* | (scheme-mode-variables): Remove ^ from paragraph-start & paragraph-separate. | Boris Goldowsky | 1995-03-02 | 1 | -1/+1 |
| | |||||
* | (scheme-mode-variables): Set parse-sexp-ignore-comments to t. | Karl Heuer | 1994-11-14 | 1 | -0/+2 |
| | |||||
* | (scheme-mode-variables): Make parse-sexp-ignore-comments t. | Richard M. Stallman | 1994-09-29 | 1 | -0/+2 |
| | |||||
* | Put hyphen in a safer place in the character class. | Karl Heuer | 1994-03-12 | 1 | -1/+1 |
| | |||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
| | |||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -2/+2 |
| | |||||
* | entered into RCS | Jim Blandy | 1992-07-22 | 1 | -2/+0 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -4/+9 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-03-16 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-05-13 | 1 | -0/+1 |
| | |||||
* | Initial revision | Richard M. Stallman | 1990-05-29 | 1 | -0/+499 |