- 30 May, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 15 Apr, 1997 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 07 Dec, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 26 Oct, 1996 1 commit
-
-
Richard M. Stallman authored
if edpos is at end of buffer.
-
- 13 May, 1996 1 commit
-
-
Richard M. Stallman authored
Set parse-sexp-ignore-comments to t before parsing. (pascal-indent-case): Save position of cursor, and restores it after reindenting the code.
-
- 07 Mar, 1996 1 commit
-
-
Richard M. Stallman authored
(electric-pascal-tab): Never indented a line when pascal-tab-always-indent was set to nil. (pascal-indent-case): Now locates the end of a case-statement correctly.
-
- 15 Jan, 1996 1 commit
-
-
Erik Naggum authored
-
- 14 Jan, 1996 1 commit
-
-
Erik Naggum authored
-
- 04 Jan, 1996 1 commit
-
-
Karl Heuer authored
Doc fix.
-
- 30 Oct, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 17 Aug, 1995 1 commit
-
-
Richard M. Stallman authored
(pascal-toggle-completions): Doc fix.
-
- 27 Jul, 1995 1 commit
-
-
Richard M. Stallman authored
(pascal-imenu-generic-expression): New variable.
-
- 07 Apr, 1995 1 commit
-
-
Karl Heuer authored
-
- 23 Mar, 1995 1 commit
-
-
Richard M. Stallman authored
-
- 24 Jan, 1995 1 commit
-
-
Richard M. Stallman authored
(pascal-complete-word, pascal-completion-response, pascal-completion) (pascal-get-completion-decl): Rename some internal variables to start with 'pascal-'. (pascal-str, pascal-all, pascal-pred, pascal-flag) (pascal-buffer-to use): New dummy variables.
-
- 17 Jan, 1995 1 commit
-
-
Richard M. Stallman authored
C-c C-b now inserts block. C-c C-d does goto-defun. `#' calls on electric-pascal-hash. (pascal-calculate-indent, pascal-indent-alist) (electric-pascal-tab, pascal-indent-case): Better handling of indent within case. Support for CPP. The `;' in the last statement of a subblock may be omitted. (electric-pascal-hash): New function.
-
- 12 Oct, 1994 1 commit
-
-
Simon Marshall authored
-
- 07 Oct, 1994 1 commit
-
-
Richard M. Stallman authored
(pascal-mode): Set comment-start-skip and comment-end. Set font-lock-keywords locally.
-
- 03 Sep, 1994 1 commit
-
-
Richard M. Stallman authored
(pascal-end-of-statement): New function. (pascal-indent-command): Now does optional lineups of : and =. (pascal-indent-case): Uses pascal-end-of-statement to skip the case statements. (pascal-indent-declaration): Indent correctly when record blocks are used within parameterlists. (pascal-declaration-beg): Strange -0 argument removed. (pascal-type-completion): Fix typo in regexp. (pascal-get-lineup-indent): Use match-end instead of end-of-line.
-
- 18 Apr, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 12 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
(pascal-set-auto-comments): No comment after record block. (pascal-seperator-keywords): Renamed to pascal-separator-keywords. (pascal-get-lineup-indent): Handle multiple declarations on same line.
-
- 02 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
in for-loops, with-structures and else-structures. (pascal-noindent-re): Add `else'.
-
- 01 Mar, 1994 1 commit
-
-
Richard M. Stallman authored
-
- 01 Feb, 1994 1 commit
-
-
Richard M. Stallman authored
(pascal-get-beg-of-line, pascal-get-end-of-line): Use defsubst. Renamed from get-... (pascal-within-string): Use defsubst. (delete-whitespaces): Function deleted; callers use delete-horizontal-space instead. (pascal-string-diff): Renamed from string-diff. Complete rewrite. Added an outline- minor-mode and completion.
-
- 08 Nov, 1993 1 commit
-
-
Richard M. Stallman authored
-