Erik Naggum
b90a00f27f
(compilation-minor-mode): Add missing `)'.
1996-02-22 02:45:43 +00:00
Karl Heuer
4d23eb4bd3
(perl-imenu-generic-expression): Recognize packages.
1996-02-21 21:29:14 +00:00
Karl Heuer
f5ddf99a40
(c++-mode-syntax-table): Don't use c-mode-syntax-table.
1996-02-21 21:28:23 +00:00
Roland McGrath
fee3f63a1c
(compilation-minor-mode): Run compilation-minor-mode-hook.
1996-02-21 16:32:37 +00:00
Roland McGrath
f95f9d2b33
Added provide.
1996-02-21 07:29:19 +00:00
Roland McGrath
6014138c23
(compilation-parse-errors): Detect doubled slashes in file names matched
...
and fix them up in the buffer.
1996-02-13 03:05:14 +00:00
Karl Heuer
2a74bdc1b5
(f90-indent-subprogram): Fix message.
1996-02-09 23:19:02 +00:00
Richard M. Stallman
7f03b2b5db
(f90-indent-subprogram, f90-match-end): Pass proper format string to message.
...
(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.
1996-02-09 02:54:26 +00:00
Richard M. Stallman
d89793b7b8
(compilation-filter): Run compilation-filter-hook.
1996-02-01 07:22:14 +00:00
Karl Heuer
b0b3cce2dd
(visit-tags-table-buffer, tags-loop-scan, complete-tag): Fix error format
...
string.
1996-01-29 23:14:52 +00:00
Richard M. Stallman
5d73ac6685
(sh-shell-variables-initialized): New variable.
...
(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.
1996-01-29 23:11:40 +00:00
Karl Heuer
8995e09e9b
(cpp-parse-error): Fix error format string.
1996-01-29 23:11:17 +00:00
Karl Heuer
4dd3b39642
(ada-indent-region, ada-check-matching-start, ada-check-defun-name): Fix error
...
format string.
1996-01-29 23:09:15 +00:00
Richard M. Stallman
68dff3ca9c
(c-macro-preprocessor): Define a preprocessor name
...
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.
1996-01-29 05:26:21 +00:00
Richard M. Stallman
abdcf1fb2c
(makefile-font-lock-keywords): Improve highlighting
...
of variable references inside other highlighted regions.
1996-01-26 19:30:42 +00:00
Simon Marshall
3e7fc8bd9f
Support for Font Lock mode.
1996-01-25 10:27:31 +00:00
Karl Heuer
5fb0f713c5
(ada-adjust-case-region, ada-indent-region): Delete format call inside message.
1996-01-25 00:59:05 +00:00
Karl Heuer
23161c61c4
(simula-electric-keyword): Pass proper format string to message.
1996-01-25 00:57:23 +00:00
Richard M. Stallman
8d3a793498
(makefile-browser-toggle): Use delete-region, not kill-line.
1996-01-24 20:06:06 +00:00
Karl Heuer
52f8462227
(compilation-handle-exit): Undo previous change.
...
Don't reference `proc' object.
Pass current buffer to `compilation-finish-function'.
1996-01-23 17:51:09 +00:00
Karl Heuer
d91cddc27a
(compilation-handle-exit): If process-status doesn't
...
exist (e.g. on MSDOS), use an empty string.
1996-01-21 03:55:57 +00:00
Erik Naggum
fc8318f6c8
(sh-mode): Add autoload cookie.
1996-01-19 00:10:34 +00:00
Richard M. Stallman
b46c06dea5
(sh-indent-line): Cope if no previous noncomment line.
1996-01-17 22:41:21 +00:00
Richard M. Stallman
c183f0dad4
(makefile-mode): Fix criterion for calling makefile-define-space-face.
1996-01-17 22:26:18 +00:00
Richard M. Stallman
5a989d6ec0
(sh-shell-variables): New variable.
...
(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.
1996-01-17 00:19:44 +00:00
Erik Naggum
e451cded20
Update comment preamble.
1996-01-15 05:56:38 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Richard M. Stallman
d877f24756
Many doc fixes.
...
(hs-hide-hook): Renamed from hs-hide-hooks.
(hs-show-hook): Renamed from hs-show-hooks.
1996-01-12 05:28:46 +00:00
Richard M. Stallman
616db04b18
(sh-mode): Don't move point.
...
(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.
1996-01-11 17:11:39 +00:00
Karl Heuer
aafd074a3e
(sh-alias-alist): Don't map sh to bash.
...
(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.
1996-01-09 23:19:53 +00:00
Karl Heuer
5f55e1592e
(makefile-space-face): Don't work on
...
facemenu-unlisted-faces if it isn't bound.
1996-01-09 23:19:17 +00:00
Karl Heuer
291c92b777
(executable-find): Renamed from `executable'.
...
(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.
1996-01-09 23:17:18 +00:00
Roland McGrath
3e8258e7f5
(compilation-error-regexp-alist, grep-regexp-alist
...
compilation-mode-font-lock-keywords): Allow leading "[a-zA-Z]:" in file
name regexps, for DOS drive letters.
1996-01-06 21:20:51 +00:00
Roland McGrath
369d3cdc63
Mon Nov 6 18:01:01 1995 Dave Love <d.love@dl.ac.uk>
...
* compile.el (compilation-error-regexp-alist): Add MIPS lint
regexps.
1996-01-06 21:11:08 +00:00
Roland McGrath
b1707ae465
(compilation-error-regexp-alist): Broaden GNAT regexp to match column numbers.
1996-01-06 21:09:40 +00:00
Roland McGrath
21f47958e4
(compilation-error-regexp-alist): Add regexp for IBM AIX xlc compiler.
1996-01-06 21:03:47 +00:00
Roland McGrath
fd5e58d78d
(compilation-handle-exit): New function, broken out of compilation-sentinel.
...
(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.
1996-01-06 20:54:19 +00:00
Karl Heuer
a7acbbe4d4
Comment fixes.
1996-01-05 22:21:28 +00:00
Richard M. Stallman
6cfd21c904
(interpreter-mode-alist, auto-mode-alist): Don't alter this here.
1996-01-05 02:36:06 +00:00
Richard M. Stallman
fc30803c6d
(interpreter-mode-alist): Modification deleted.
1996-01-05 02:25:26 +00:00
Karl Heuer
46c63acf93
Comment fix.
1996-01-05 00:05:12 +00:00
Karl Heuer
f29601ad4d
(sh-mode-syntax-table): Doc fix.
1996-01-04 23:48:07 +00:00
Karl Heuer
4a6fd75f1d
(pascal-auto-newline, pascal-mode, electric-pascal-hash):
...
Doc fix.
1996-01-04 23:46:19 +00:00
Karl Heuer
f951869d02
(m2-case, m2-for, m2-if): Doc fix.
1996-01-04 23:45:36 +00:00
Karl Heuer
ac282af805
(makefile-insert-special-target,
...
makefile-backslash-region): Doc fix.
1996-01-04 23:44:52 +00:00
Karl Heuer
44fb78c092
(cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list):
...
Doc fix.
1996-01-04 23:31:45 +00:00
Karl Heuer
863f75313b
(c++-mode): Doc fix.
1996-01-04 23:31:24 +00:00
Karl Heuer
9c09c0080c
(compilation-error-list): Doc fix.
1996-01-04 23:30:53 +00:00
Karl Heuer
3746aa5590
(ada-case-keyword, ada-auto-case, ada-krunch-args,
...
ada-call-pretty-printer): Doc fix.
1996-01-04 23:25:15 +00:00
Karl Heuer
ebfa69444d
(hs-hide-block): Fix message spelling.
1996-01-04 23:18:48 +00:00