- 06 Sep, 2002 1 commit
-
-
Juanma Barranquero authored
-
- 12 Feb, 2002 1 commit
-
-
Eli Zaretskii authored
-
- 18 May, 2000 1 commit
-
-
Gerd Moellmann authored
the indent-comment function to just return the appropriate indent.
-
- 17 Feb, 2000 1 commit
-
-
Gerd Moellmann authored
of `*' to handle `(* ... *)' comments.
-
- 16 Aug, 1999 1 commit
-
-
Karl Heuer authored
-
- 12 Jul, 1999 1 commit
-
-
Richard M. Stallman authored
(pascal-indent-nested-functions) (pascal-indent-line) (pascal-calculate-indent) (pascal-get-lineup-indent): Support for indenting nested functions.
-
- 19 Jan, 1999 1 commit
-
-
Richard M. Stallman authored
beginning could cause Emacs to hang. Fixed.
-
- 30 Oct, 1998 1 commit
-
-
Karl Heuer authored
-
- 03 Jul, 1998 1 commit
-
-
Richard M. Stallman authored
front of the "begin" string. (pascal-beg-of-defun): Used to locate the beginning of a function incorrectly when a function contained several begin-end blocks. Fixed.
-
- 20 Feb, 1998 1 commit
-
-
Simon Marshall authored
-
- 12 Dec, 1997 1 commit
-
-
Dave Love authored
-
- 04 Aug, 1997 1 commit
-
-
Richard M. Stallman authored
(pascal-indent-case): Removed unnecessary calls to marker-position. (pascal-indent-declaration): Editing a parameterlist at the end of a buffer does not hang. Removed unnecessary call to marker-position. (pascal-get-lineup-indent): Removed unused variable. Now indents parameterlist correctly. (pascal-completion-response): Removed unused variable.
-
- 22 Jun, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 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
-