summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Collapse)AuthorAgeFilesLines
* (sh-alias-alist): Recognize lignux.Richard M. Stallman1996-03-271-1/+1
|
* (sh-shell-arg): Add no options for bash, ksh, or wksh.Richard M. Stallman1996-03-271-4/+7
|
* (sh-shell-arg): Don't add any options for bash, ksh.Richard M. Stallman1996-03-251-2/+5
|
* (tcl-using-emacs-19): Work with XEmacs 20.0. From Ben Wing.Tom Tromey1996-03-231-5/+10
|
* (switch-to-lisp): Sometimes turn on pop-up-frames.Richard M. Stallman1996-03-221-1/+6
|
* (indent-c++-exp): Use calculate-c-indent-after-brace.Richard M. Stallman1996-03-211-1/+3
| | | | (c++-mode): Require c-mode.
* (sh-font-lock-keywords): Highlight \ only with non-alphanumeric char.Richard M. Stallman1996-03-201-1/+1
|
* (compilation-find-buffer): Only choose compilation-last-buffer if it isRoland McGrath1996-03-141-0/+1
| | | | compilation-buffer-p.
* (pascal-declaration-end): Now locates the end of a parameterlist correctly.Richard M. Stallman1996-03-071-6/+13
| | | | | | (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.
* Comment change.Richard M. Stallman1996-03-022-3/+3
|
* (compilation-parse-errors):Richard M. Stallman1996-03-011-26/+8
| | | | Collapse //'s using command-line-normalize-file-name.
* Comment change.Richard M. Stallman1996-03-011-7/+21
|
* (makefile-runtime-macros-list): Add + to the list.Richard M. Stallman1996-02-261-1/+1
|
* (compilation-minor-mode): Add missing `)'.Erik Naggum1996-02-221-1/+1
|
* (perl-imenu-generic-expression): Recognize packages.Karl Heuer1996-02-211-0/+1
|
* (c++-mode-syntax-table): Don't use c-mode-syntax-table.Karl Heuer1996-02-211-1/+13
|
* (compilation-minor-mode): Run compilation-minor-mode-hook.Roland McGrath1996-02-211-2/+5
|
* Added provide.Roland McGrath1996-02-211-20/+22
|
* (compilation-parse-errors): Detect doubled slashes in file names matchedRoland McGrath1996-02-131-0/+26
| | | | and fix them up in the buffer.
* (f90-indent-subprogram): Fix message.Karl Heuer1996-02-091-4/+4
|
* (f90-indent-subprogram, f90-match-end): Pass proper format string to message.Richard M. Stallman1996-02-091-11/+105
| | | | | | | | | (f90-face-*): Reinstalled code deleted on Sep 22. (f90-hilit-patterns): New variable. (f90-mode): Call hilit-set-mode-patterns if defined. (f90-auto-hilit19): New variable. (f90-fill-region): Bind f90-auto-hilit19 to nil. (f90-update-line): Rehilight if appropriate.
* (compilation-filter): Run compilation-filter-hook.Richard M. Stallman1996-02-011-0/+1
|
* (visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error formatKarl Heuer1996-01-291-3/+6
| | | | string.
* (sh-shell-variables-initialized): New variable.Richard M. Stallman1996-01-291-11/+52
| | | | | | | | | | | (sh-mode): Make sh-shell-variables and sh-shell-variables-initialized local. (sh-set-shell): Don't scan the buffer for variable assignments. Set sh-shell-variables-initialized to nil. (sh-shell-initialize-variables): New function. (sh-add-completer): New function. Initialize sh-shell-variables here if not yet done. (sh-add): Use sh-add-completer for completion.
* (cpp-parse-error): Fix error format string.Karl Heuer1996-01-291-1/+1
|
* (ada-indent-region, ada-check-matching-start, ada-check-defun-name): Fix errorKarl Heuer1996-01-291-14/+5
| | | | format string.
* (c-macro-preprocessor): Define a preprocessor nameRichard M. Stallman1996-01-291-10/+27
| | | | | | | | | | | which is valid on MS-DOS. (c-macro-expansion): Do not rely on ``/tmp/'' being present; use environment variables as alternatives (MSDOS). Use `shell-file-name' rather than ``sh''. Redirect `stderr' with `call-process-region' option, not from the shell. Handle shells which don't return exit code from `cpp' (MSDOS). Put messages from `cpp' inside a comment, to avoid messing up syntax highlighting.
* (makefile-font-lock-keywords): Improve highlightingRichard M. Stallman1996-01-261-2/+2
| | | | of variable references inside other highlighted regions.
* Support for Font Lock mode.Simon Marshall1996-01-251-19/+64
|
* (ada-adjust-case-region, ada-indent-region): Delete format call inside message.Karl Heuer1996-01-251-3/+3
|
* (simula-electric-keyword): Pass proper format string to message.Karl Heuer1996-01-251-3/+2
|
* (makefile-browser-toggle): Use delete-region, not kill-line.Richard M. Stallman1996-01-241-2/+2
|
* (compilation-handle-exit): Undo previous change.Karl Heuer1996-01-231-7/+2
| | | | | Don't reference `proc' object. Pass current buffer to `compilation-finish-function'.
* (compilation-handle-exit): If process-status doesn'tKarl Heuer1996-01-211-1/+4
| | | | exist (e.g. on MSDOS), use an empty string.
* (sh-mode): Add autoload cookie.Erik Naggum1996-01-191-0/+2
|
* (sh-indent-line): Cope if no previous noncomment line.Richard M. Stallman1996-01-171-5/+6
|
* (makefile-mode): Fix criterion for calling makefile-define-space-face.Richard M. Stallman1996-01-171-1/+1
|
* (sh-shell-variables): New variable.Richard M. Stallman1996-01-171-7/+15
| | | | | | | | | (sh-set-shell, sh-remember-variable): Set sh-shell-variable, not process-environment. (sh-mode): Don't make process-environment local. Add a mode-class property. (sh-add): Use sh-shell-variable in completion. Compute alist properly from process-environment.
* Update comment preamble.Erik Naggum1996-01-151-6/+7
|
* Update FSF's address.Erik Naggum1996-01-1423-293/+323
|
* Many doc fixes.Richard M. Stallman1996-01-121-29/+30
| | | | | (hs-hide-hook): Renamed from hs-hide-hooks. (hs-show-hook): Renamed from hs-show-hooks.
* (sh-mode): Don't move point.Richard M. Stallman1996-01-111-16/+16
| | | | | | (sh-set-shell): New args NO-QUERY-FLAG and INSERT-FLAG. Pass them to executable-set-magic. Really set font-lock-syntax-table. Slight cleanups.
* (sh-alias-alist): Don't map sh to bash.Karl Heuer1996-01-091-74/+79
| | | | | | | (sh-canonicalize-shell): New function. (sh-shell-file): Renamed from sh-shell-path. (sh-set-shell): Don't set local-abbrev-table. (sh-abbrevs): Variable and function definition commented out.
* (makefile-space-face): Don't work onKarl Heuer1996-01-091-1/+2
| | | | facemenu-unlisted-faces if it isn't bound.
* (executable-find): Renamed from `executable'.Karl Heuer1996-01-091-42/+45
| | | | | | (executable-set-magic): Use new name `executable'. Fix messages. Add save-excursion. Don't test this-command--use interactive to get the information. Simplify considerably.
* (compilation-error-regexp-alist, grep-regexp-alistRoland McGrath1996-01-061-9/+11
| | | | | compilation-mode-font-lock-keywords): Allow leading "[a-zA-Z]:" in file name regexps, for DOS drive letters.
* Mon Nov 6 18:01:01 1995 Dave Love <d.love@dl.ac.uk>Roland McGrath1996-01-061-0/+6
| | | | | * compile.el (compilation-error-regexp-alist): Add MIPS lint regexps.
* (compilation-error-regexp-alist): Broaden GNAT regexp to match column numbers.Roland McGrath1996-01-061-4/+4
|
* (compilation-error-regexp-alist): Add regexp for IBM AIX xlc compiler.Roland McGrath1996-01-061-0/+3
|
* (compilation-handle-exit): New function, broken out of compilation-sentinel.Roland McGrath1996-01-061-70/+65
| | | | | | | (compilation-sentinel, compile-internal): Use it. (compilation-exit-message-function): Doc fix for protocol change: take process status and exit-code args instead of process object. (grep): Use new protocol for compilation-exit-message-function.