Commit graph

2525 commits

Author SHA1 Message Date
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
Nick Roberts
ff71329437 (gdb-send): Remove warning face from errors
after fresh input.
(gdb-var-create-handler): Put name of expression in quotes.
2005-06-24 01:32:24 +00:00
Nick Roberts
823d223503 (gud-tooltip-print-command): Indent properly.
(gud-gdb-marker-filter): Use font-lock-warning-face for any
initial error.
2005-06-24 01:31:50 +00:00
Nick Roberts
98c751fe30 (gdb-error): New variable.
(gdb-error): New function.
(gdb-annotation-rules): Act on error-begin and error annotations.
(gdb-concat-output): Use font-lock-warning-face for errors.
2005-06-22 08:45:01 +00:00
Juanma Barranquero
66bf92744a (ebnf-ebx-lex): Fix spellings. 2005-06-21 13:51:40 +00:00
Juanma Barranquero
f103649a0c (ebnf-yac-lex): Fix spellings. 2005-06-21 13:50:40 +00:00
Juanma Barranquero
fc6e69631c (ebnf-iso-lex): Fix spellings. 2005-06-21 13:49:38 +00:00
Juanma Barranquero
3fc422f857 (ebnf-dtd-lex): Fix spellings. 2005-06-21 13:49:00 +00:00
Juanma Barranquero
bd72986bb7 (ebnf-bnf-lex): Fix spellings. 2005-06-21 13:48:18 +00:00
Juanma Barranquero
13a93e6668 (ebnf-abn-lex): Fix spellings. 2005-06-21 13:47:30 +00:00
Juanma Barranquero
d81e15f2cd (c-safe-scan-lists): Fix spellings. 2005-06-21 13:46:49 +00:00
Juri Linkov
f04a896909 (grep-regexp-alist): Use backreference at the
end of first regexp to limit the match to the position between
line number and source line with same separator character as used
between file name and line number.  In the second regexp limit
mouse-face area to file name and line number by adding new group
for them and referring it in HYPERLINK arg.
(grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
(grep-mode): Set font-lock-lines-before to 0 to not refontify the
previous line where grep markers may be already removed.
2005-06-18 12:57:49 +00:00
Eli Zaretskii
e7c2398ac1 Update version and maintainer's email address. 2005-06-18 10:43:02 +00:00
Miles Bader
579322ca42 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-430
Remove "-face" suffix from cc-mode faces

2005-06-17  Miles Bader  <miles@gnu.org>

   * lisp/progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove
   "-face" suffix from face name.
   (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
   instead of literal face.
2005-06-17 05:07:26 +00:00
Juanma Barranquero
6d533a6ef8 (ada-format-paramlist)
(ada-get-indent-case, ada-check-matching-start)
(ada-check-defun-name, ada-goto-matching-decl-start)
(ada-goto-matching-start, ada-goto-matching-end, ada-tab)
(ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
(ada-make-subprogram-body): Follow error conventions.
(ada-case-exception-file, ada-indent-comment-as-code)
(ada-indent-handle-comment-special, ada-indent-renames)
(ada-indent-return, ada-search-directories-internal)
(ada-tab-policy, ada-case-exception-substring)
(ada-other-file-alist, ada-matching-start-re)
(ada-matching-decl-start-re, ada-contextual-menu-last-point)
(ada-imenu-generic-expression, ada-compile-goto-error)
(ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
(ada-popup-menu, ada-add-extensions, ada-mode)
(ada-region-selected, ada-create-case-exception)
(ada-create-case-exception-substring, ada-after-keyword-p)
(ada-activate-keys-for-case, ada-adjust-case-region)
(ada-adjust-case-buffer, ada-format-paramlist)
(ada-scan-paramlist, ada-insert-paramlist)
(ada-indent-newline-indent)
(ada-indent-newline-indent-conditional)
(ada-justified-indent-current, ada-goto-previous-word)
(ada-indent-current, ada-get-indent-open-paren)
(ada-get-indent-paramlist, ada-get-indent-end)
(ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
(ada-get-indent-block-start, ada-get-indent-subprog)
(ada-get-indent-noindent, ada-get-indent-label)
(ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
(ada-search-prev-end-stmt, ada-goto-next-non-ws)
(ada-goto-stmt-end, ada-goto-next-word)
(ada-check-matching-start, ada-check-defun-name)
(ada-goto-matching-decl-start, ada-goto-matching-start)
(ada-goto-matching-end, ada-search-ignore-string-comment)
(ada-in-decl-p, ada-looking-at-semi-or)
(ada-looking-at-semi-private, ada-in-paramlist-p)
(ada-in-open-paren-p, ada-tab, ada-indent-current-function)
(ada-untab-hard, ada-move-to-start, ada-move-to-end)
(ada-next-procedure, ada-previous-procedure, ada-next-package)
(ada-previous-package, ada-create-menu)
(ada-fill-comment-paragraph-justify)
(ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
(ada-other-file-name, ada-last-which-function-line)
(ada-last-which-function-subprog, ada-which-function)
(ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
(ada-gen-treat-proc, ada-check-emacs-version)
(ada-continuation-indent, ada-align-region-separate):
Fix typos in docstrings.
(ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2005-06-17 00:20:14 +00:00