1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Richard M. Stallman
761aea38d9 (scheme-mode-variables): Bind normal-auto-fill-function. 1997-11-24 03:43:19 +00:00
Karl Heuer
61185f425d (scheme-let-indent): New arg NORMAL-INDENT.
(scheme-indent-function): Pass normal-indent as 3rd arg
when calling an indentation function.
1997-10-16 18:07:23 +00:00
Richard M. Stallman
48879301fd (scheme): Add defgroup.
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.
1997-06-17 21:54:16 +00:00
Richard M. Stallman
4228277d98 Comment change. 1997-05-27 17:46:19 +00:00
Richard M. Stallman
26d05e2240 (dsssl-sgml-declaration): Doc fix.
(dsssl-mode): Use stringp to check dsssl-sgml-declaration.
(style, root): Put scheme-indent-function 1.
(dsssl-font-lock-keywords): Use make-regexp version.
1997-04-27 17:50:39 +00:00
Richard M. Stallman
2f5029f3f2 (make): Add scheme-indent-function property. 1997-04-11 20:05:42 +00:00
Richard M. Stallman
1367ff3a18 Add DSSSL mode and share code with newly required
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.
1997-04-10 19:41:00 +00:00
Miles Bader
a24c42f7ff (scheme-mode-variables): Set comment-start-skip to ignore backslash-quoted
semicolons.
1996-07-04 05:45:55 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
3a3f61fa71 (scheme-indent-sexp): Don't fail when
calculate-scheme-indent returns a one-element list.
1995-03-31 19:23:55 +00:00
Boris Goldowsky
53e84345ac (scheme-mode-variables): Remove ^ from paragraph-start & paragraph-separate. 1995-03-02 15:40:12 +00:00
Karl Heuer
446e6a1462 (scheme-mode-variables): Set parse-sexp-ignore-comments to t. 1994-11-14 18:52:51 +00:00
Richard M. Stallman
2441d53d8a (scheme-mode-variables): Make parse-sexp-ignore-comments t. 1994-09-29 18:54:19 +00:00
Karl Heuer
61361a0756 Put hyphen in a safer place in the character class. 1994-03-12 01:23:16 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Eric S. Raymond
e41b2db1da Added or corrected Commentary sections 1993-03-22 03:27:18 +00:00
Jim Blandy
e51e47f729 entered into RCS 1992-07-22 20:59:53 +00:00
Eric S. Raymond
3a801d0c71 *** empty log message *** 1992-07-22 04:22:42 +00:00
Eric S. Raymond
d7b4d18fd4 *** empty log message *** 1992-07-17 20:24:00 +00:00
Eric S. Raymond
e516799970 *** empty log message *** 1992-07-16 21:47:34 +00:00
Eric S. Raymond
c88ab9ce4a *** empty log message *** 1992-05-30 21:11:25 +00:00
Jim Blandy
49116ac071 *** empty log message *** 1992-03-16 20:39:07 +00:00
Jim Blandy
e2ab0aa6a1 *** empty log message *** 1991-05-13 20:36:24 +00:00
Richard M. Stallman
ac5b21ac10 Initial revision 1990-05-29 16:50:24 +00:00