Commit graph

2539 commits

Author SHA1 Message Date
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
Glenn Morris
f42e164952 (sh-get-kw): `&' also separates words. 2005-06-30 16:45:04 +00:00
Juanma Barranquero
8038e2cf99 (cperl-do-auto-fill): Change space constants followed by a sexp to "?\s ". 2005-06-29 13:53:36 +00:00
Stefan Monnier
00424a9ec1 (cperl-find-pods-heres): Don't gratuitously
reset the syntax-table to cperl-mode-syntax-table.
(cperl-mode): Make _ into word-syntax during font-locking so "print" in
"foo_print_bar" is not matched as a reserved keyword.
2005-06-29 07:59:36 +00:00
Stefan Monnier
533438b139 (python-check): Require `compile' before modifying its variables. 2005-06-29 06:58:42 +00:00
Richard M. Stallman
a5f1c37e51 (compilation-next-error-function):
Don't switch buffers; operate on the current buffer.
2005-06-28 18:57:00 +00:00
Nick Roberts
007c55a45f (gud-filter): Add missing argument to
with-selected-window.
2005-06-27 00:17:06 +00:00
Richard M. Stallman
3e215e3007 (gud-filter): Simplify using with-selected-window and with-current-buffer. 2005-06-25 13:52:15 +00:00