Juri Linkov
ba65be24d4
(grep-regexp-alist): Set 5th arg `TYPE' to
...
0 instead of 1 to display binary file names as info file links.
(grep-error-face): Use `compilation-error-face' instead of
`font-lock-keyword-face'.
(grep-mode-font-lock-keywords): Use `compilation-info-text-face'
and `compilation-warning-text-face' instead of `font-lock-keyword-face'.
Use `compilation-error-text-face' instead of `grep-error-face'.
2005-08-06 01:11:41 +00:00
Juri Linkov
fa947ef393
(compilation-mode-font-lock-keywords):
...
Use `compilation-text-face', `compilation-info-text-face' and
`compilation-error-text-face' instead of `font-lock-keyword-face'.
(compilation-error): New face.
(compilation-error-file-name): Inherit from
`compilation-error' instead of `font-lock-warning-face'.
(compilation-warning-file-name): Inherit from
`compilation-warning' instead of `font-lock-warning-face'.
(compilation-info, compilation-error-file-name)
(compilation-warning-file-name, compilation-info-file-name)
(compilation-line-number, compilation-column-number): Doc fix.
(compilation-error-text-face, compilation-warning-text-face)
(compilation-info-text-face): New face variables.
(compilation-line-face, compilation-column-face)
(compilation-enter-directory-face)
(compilation-leave-directory-face): Doc fix.
(compilation-text-face): New function.
2005-08-06 01:10:09 +00:00
Juri Linkov
94c713b27d
(grep-mode-map): Bind TAB to `compilation-next-error'
...
and [backtab] to `compilation-previous-error'.
2005-08-04 01:38:42 +00:00
Juri Linkov
70fec115d4
(compilation-mode-map): Bind TAB to `compilation-next-error'
...
and [backtab] to `compilation-previous-error'.
2005-08-04 01:36:10 +00:00
Juri Linkov
3595212959
(grep-regexp-alist): Replace complex regexp
...
matching line numbers, column numbers and their ranges with regexp
matching only line numbers.
(grep-context-face): New face variable.
(grep-mode-font-lock-keywords): Use it.
2005-08-04 01:11:17 +00:00
Juanma Barranquero
2bd5227ede
(ada-mode): Use make-local-variable', not
make-variable-buffer-local'.
2005-08-02 10:24:17 +00:00
Juanma Barranquero
1e5b5dc0a2
(gdb-frame-address, gdb-var-changed, gdb-output-sink, gdba,
...
gdb-cpp-define-alist-program, gdb-set-gud-minor-mode, gdb-exited,
gdb-setup-windows, gdb-put-string): Fix typos in docstrings.
2005-08-01 16:10:53 +00:00
Nick Roberts
034babe1e1
Update copyright for release of 22.1 for progmodes directory.
2005-08-01 08:43:45 +00:00
Nick Roberts
bfa93501f0
* progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
...
* progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
(gud-tooltip-mode): Don't barf if the GUD buffer has been killed.
2005-08-01 08:29:11 +00:00
Nick Roberts
0fc895004b
Smarten comments.
...
(gdb-info-breakpoints-custom): Use nowarn when finding file.
2005-07-28 02:38:59 +00:00
Richard M. Stallman
69517e25dc
(grep-error-face): Use font-lock-keyword-face
...
(grep-mode-font-lock-keywords):
Don't use compilation-...-face for messages that are not file names.
2005-07-23 22:13:54 +00:00
Richard M. Stallman
3bec7ffe70
(compilation-mode-font-lock-keywords):
...
Don't use compilation-...-face for messages that are not file names.
2005-07-23 22:11:30 +00:00
Juri Linkov
983203eeb6
(grep-regexp-alist)
...
(grep-mode-font-lock-keywords, grep-process-setup):
Use default GNU grep match color "01;31m" instead of "01;41m".
(grep-regexp-alist, grep-mode-font-lock-keywords):
Use `\\[[0-9]*m' instead of `\\[00m'.
(grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
sgr_start where its handling is more important. Use the real
length of sgr_start instead of constant 8.
(grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
specially. Delete all remaining escape sequences.
(grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
(grep-regexp-alist): Make hyperlink only for binary file name
instead of the whole line.
(grep-mode-map): Bind `backtab' to `compilation-previous-file'.
(grep-mode): Add autoload.
2005-07-19 14:21:23 +00:00
Juanma Barranquero
877dde9e8b
(ada-make-body): Use insert-buffer-substring' and
goto-char', not `insert-buffer'.
2005-07-18 11:28:53 +00:00
Richard M. Stallman
ca73a5b441
(pascal-outline-map): Use fboundp, not boundp. Correctly avoid warnings.
...
(pascal-outline): Likewise.
2005-07-16 18:45:25 +00:00
Richard M. Stallman
2c94857186
(f90-abbrev-start): Avoid warning.
2005-07-16 18:42:26 +00:00
Richard M. Stallman
434fc2d3ee
(asm-comment): Use with-no-warnings.
2005-07-16 18:41:15 +00:00
Nick Roberts
4c199fcee9
(gdb-var-update, gdb-var-update-handler):
...
Don't consider gdbmi (gdb-mi.el has its own update functions).
(gdb-var-delete): Make it work for gdbmi as well.
(gdb-speedbar-expand-node): Move var-update here for gdbmi.
2005-07-15 14:45:09 +00:00
Nick Roberts
fd9a7f35a1
(etags, sdb): Only require etags when needed.
...
(gud-speedbar-menu-items): Correct logic for enabling items.
2005-07-15 14:44:33 +00:00
Stefan Monnier
090475f391
(sh-get-indent-info): Only indent a continuation line if SPC or TAB precedes \.
...
(sh-get-indent-info): Simplify.
(sh-mark-init, sh-learn-buffer-indent, sh-add-completer): with-current-buffer.
2005-07-13 04:55:42 +00:00
Nick Roberts
658d739344
Add note about buffering with Windows.
2005-07-12 05:31:08 +00:00
Juri Linkov
2894bd96e0
(compilation-mode-hook, compilation-mode): Doc fix.
2005-07-09 20:45:26 +00:00
Nick Roberts
67bb20fadb
Require font-lock for displaying errors.
...
Used by gdb-ui.el.
2005-07-07 04:59:06 +00:00
Stefan Monnier
521b27480a
(hide-ifdef-use-define-alist): Pass a list of
...
strings rather than a list of symbols to the completion function.
2005-07-07 04:31:17 +00:00
Richard M. Stallman
7ea8834e08
(flymake-float-time): Instead of with-no-warnings, test for xemacs.
...
(flymake-replace-regexp-in-string): Test fboundp of replace-in-string
to avoid warning.
2005-07-06 19:03:21 +00:00
Lute Kamstra
3ef97fb6a7
Update FSF's address.
2005-07-05 00:35:10 +00:00
Stefan Monnier
0ea7c863fb
Remove useless eval-when-compile.
2005-07-04 18:54:30 +00:00
Lute Kamstra
3a35cf56e7
Update FSF's address.
2005-07-04 17:55:18 +00:00
Juanma Barranquero
c6c5714e40
(prolog-eof-string): Doc fixes.
...
(prolog-indent-level): Fix typo in docstring.
2005-07-04 09:42:58 +00:00
Miles Bader
dd1c65c976
Add arch tagline
2005-07-04 05:14:41 +00:00
Juanma Barranquero
bc25429ac8
(vhdl-testbench): Fix typo in docstring.
2005-07-04 04:00:00 +00:00
Juanma Barranquero
5089af2745
(tcl): Finish `defgroup' description with period.
...
(tcl-comment-indent, tcl-quote): "?\ " -> "?\s".
2005-07-04 03:27:17 +00:00
Juanma Barranquero
b9584f65f3
(SQL): Finish `defgroup' description with period.
...
(sql-copy-column): "?\ " -> "?\s".
2005-07-04 03:25:26 +00:00
Juanma Barranquero
1689f30906
(sh, sh-script): Finish `defgroup' description with period.
...
(sh-maybe-here-document): "?\ " -> "?\s".
2005-07-04 03:24:03 +00:00
Juanma Barranquero
347a0b697c
(scheme): Finish `defgroup' description with period.
...
(scheme-mode-syntax-table): "?\ " -> "?\s".
2005-07-04 03:22:03 +00:00
Juanma Barranquero
419557b9e7
(python): Finish `defgroup' description with period.
...
(inferior-python-mode): "?\ " -> "?\s".
2005-07-04 03:20:48 +00:00
Juanma Barranquero
73efac4955
(prolog): Finish `defgroup' description with period.
2005-07-04 03:18:35 +00:00
Juanma Barranquero
abefd5113c
(pascal): Finish `defgroup' description with period.
2005-07-04 03:17:55 +00:00
Juanma Barranquero
31b58798cb
(idlwave): Finish `defgroup' description with period.
2005-07-04 03:16:59 +00:00
Juanma Barranquero
67da3b400f
(executable): Finish `defgroup' description with period.
...
(executable-set-magic): "?\ " -> "?\s".
2005-07-04 03:05:17 +00:00
Juanma Barranquero
99730b0e98
(etags): Finish `defgroup' description with period.
2005-07-04 03:03:30 +00:00
Juanma Barranquero
dfbe3e71ee
(postscript, ebnf2ps, ebnf-special, ebnf-except, ebnf-repeat, ebnf-terminal,
...
ebnf-non-terminal, ebnf-production, ebnf-shape, ebnf-displacement,
ebnf-syntactic, ebnf-optimization): Finish `defgroup' description with period.
(ebnf-eps-filename, ebnf-trim-right): "?\ " -> "?\s".
2005-07-04 03:01:10 +00:00
Juanma Barranquero
759570c036
(delphi): Finish `defgroup' description with period.
...
(delphi-indent-line, delphi-fill-comment, delphi-new-comment-line):
"?\ " -> "?\s".
2005-07-04 02:58:48 +00:00
J.D. Smith
3938cb82d0
Updated to IDLWAVE v5.7 (see idlwave.org), and variable cleanup
2005-07-04 01:51:24 +00:00
Juanma Barranquero
c92d602307
(flymake-find-file): Remove.
...
(flymake-float-time): Use `with-no-warnings'.
(flymake-check-start-time, flymake-check-was-interrupted, flymake-err-info,
flymake-is-running, flymake-last-change-time, flymake-new-err-info):
`defvar' at compile time.
2005-07-03 23:18:19 +00:00
Richard M. Stallman
55def74299
(ebrowse-revert-tree-buffer-from-file): Use with-no-warnings.
2005-07-03 16:32:11 +00:00
Luc Teirlinck
bd6a83d5b3
(flymake-mode, flymake-mode-off): Fix unbalanced parentheses.
...
From David Hunter (tiny change).
2005-07-02 21:17:05 +00:00
Stefan Monnier
d57f6b5ed1
(flymake-mode-on, flymake-mode-off): Move body into flymake-mode and
...
delegate to flymake-mode.
2005-07-02 19:36:38 +00:00
Juanma Barranquero
173569aaca
(flymake-find-possible-master-files, flymake-master-file-compare,
...
flymake-get-line-err-count, flymake-highlight-line,
flymake-gui-warnings-enabled): Fix typos in docstrings.
(flymake-parse-line, flymake-get-project-include-dirs-function,
flymake-get-prev-err-line-no, flymake-goto-prev-error): Doc fixes.
(flymake-get-project-include-dirs-function, flymake-make-err-menu-data): Improve
argument/docstring consistency.
2005-07-01 14:13:12 +00:00
Andreas Schwab
0a0157ba2c
(gud-filter): Remove unneeded progn.
2005-06-30 21:10:27 +00:00