aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes to silence warnings.Juanma Barranquero2005-08-231-142/+150
| | | | | | | | | | | | | | | | | | (xscheme-previous-mode, xscheme-previous-process-state): Add defvars. (xscheme-last-input-end, xscheme-process-command-line, xscheme-process-name, xscheme-buffer-name, xscheme-expressions-ring-max, xscheme-expressions-ring, xscheme-expressions-ring-yank-pointer, xscheme-running-p, xscheme-control-g-synchronization-p, xscheme-control-g-disabled-p, xscheme-string-receiver, default-xscheme-runlight, xscheme-runlight, xscheme-runlight-string, xscheme-process-filter-state, xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string): Move to beginning of file. (scheme-interaction-mode-commands-alist, scheme-interaction-mode-map, scheme-debugger-mode-map): Declare them before use. Note: the initialization code for the variables has not been moved because it uses functions that reference the variables. (xscheme-control-g-message-string, xscheme-process-filter-alist, xscheme-prompt-for-expression-map): Declare them before use. (scheme-debugger-mode-commands): "?\ " -> "?\s".
* (compilation-disable-input): Doc fix.Juri Linkov2005-08-221-7/+7
| | | | | | | (define-compilation-mode): Doc fix and refill. (kill-compilation): Use `mode-name' in the error message. (compilation-find-file): Use `compilation-error' in the read-file-name's prompt.
* (grep): Bind compilation-disable-input to t.Richard M. Stallman2005-08-201-1/+2
|
* (compilation-disable-input): Default to nil.Richard M. Stallman2005-08-201-1/+1
|
* (compilation-disable-input): New defcustom.Eli Zaretskii2005-08-201-0/+10
| | | | | (compilation-start): If compilation-disable-input is non-nil, send EOF to the compilation process.
* (gud-kill-buffer-hook): Don't kill unrelatedAndreas Schwab2005-08-191-1/+1
| | | | process.
* (toggle-gdb-use-inferior-io-buffer):Nick Roberts2005-08-161-1/+3
| | | | Comment use of defadvice.
* (gud-jump): Rework for gdb-ui.Nick Roberts2005-08-161-1/+3
|
* * mh-customize.el: Do not use face-alias compatibility forDan Nicolaescu2005-08-157-23/+2
| | | | | | | | | | | | | | | | | | | | | | faces that did not appear in the previous Emacs release. * buff-menu.el: * compare-w.el: * emacs-lisp/testcover.el: * play/gomoku.el: * play/mpuz.el: * progmodes/flymake.el: * progmodes/gdb-ui.el: * progmodes/idlw-help.el: * progmodes/idlw-shell.el: * progmodes/ld-script.el: * progmodes/which-func.el: * ruler-mode.el: * strokes.el: * textmodes/sgml-mode.el: * textmodes/table.el: Do not use face-alias for backward compatibility for faces that did not appear in the previous Emacs release.
* (vhdl-emacs-21): Set t for Emacs 21, 22, and so on.Thien-Thi Nguyen2005-08-151-5/+5
|
* (sh-font-lock-keywords-var): Variable renamed from sh-font-lock-keywords.Richard M. Stallman2005-08-151-41/+45
| | | | | | | | | | | In the `shell' entry, don't try to refer to executable-font-lock-keywords. (sh-font-lock-keywords-var-1): Renamed from sh-font-lock-keywords-1. (sh-font-lock-keywords-var-2): Renamed from sh-font-lock-keywords-2. (sh-font-lock-keywords): Append executable-font-lock-keywords here. (sh-mode): Set comment-start-skip, local-abbrev-table, imenu-case-fold-search. (sh-set-shell): Don't set them here. (sh-feature): Simplify. Get rid of the eval-a-variable feature. Don't cache the results in the original alist; don't ever modify that alist.
* (grep-mode-map): Add ellipsis to "Another grep".Juri Linkov2005-08-141-3/+4
| | | | | (grep-mode-font-lock-keywords): Don't highlight "Grep started". Add highlighting of "interrupt", "killed", "terminated".
* (compilation-mode-font-lock-keywords):Juri Linkov2005-08-141-6/+9
| | | | | | | | | Remove highlighting of "Compilation started". Highlight only the word "finished" in "Compilation finished". Add highlighting of "interrupt", "killed", "terminated" and the exit code. (compilation-start): Add newline after header. Use exactly the same time stamp format as the finishing message. (compilation-mode-map): Add ellipsis to "Search Files (grep)".
* (compilation-start): Add the line "Compilation started" with compilationEli Zaretskii2005-08-121-2/+6
| | | | | start time. (compilation-mode-font-lock-keywords): Add `started' to keywords.
* (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.Juri Linkov2005-08-091-8/+8
| | | | | | | | | | (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'. (grep-error-face): Set to `compilation-error' instead of `compilation-error-face' (which is redefined to `grep-hit-face' in grep buffers). (grep-mode-font-lock-keywords): Remove `-text' from face variable names. Use `grep-error-face' instead of `compilation-error-text-face'.
* (compilation-mode-font-lock-keywords):Juri Linkov2005-08-091-47/+10
| | | | | | | | | | | | | | Remove `-text' from face variable names. (compilation-error-file-name, compilation-warning-file-name) (compilation-info-file-name): Delete faces. (compilation-line-number, compilation-column-number): Remove face underlining. (compilation-message-face): Set to `underline' value by default. (compilation-error-face, compilation-warning-face) (compilation-info-face): Remove `-file-name' from face names. (compilation-error-text-face, compilation-warning-text-face) (compilation-info-text-face): Delete face variables. (compilation-text-face): Delete function.
* *** empty log message ***Richard M. Stallman2005-08-091-1/+1
|
* Reto Zimmermann seems to have disappeared.Richard M. Stallman2005-08-091-2/+1
|
* (sql-interactive-mode-map): Use fboundp.Richard M. Stallman2005-08-091-13/+6
| | | | (sql-read-passwd): Use read-passwd.
* (idlwave-toolbar, idlwave-toolbar-is-possible): Add defvars.Richard M. Stallman2005-08-091-0/+3
|
* (idlwave-xemacs-hack-mouse-track): Avoid warnings.Richard M. Stallman2005-08-091-7/+8
|
* (idlwave-system-variables-alist)Richard M. Stallman2005-08-091-3/+3
| | | | (idlwave-system-class-info, idlwave-executive-commands-alist): Use defvar.
* (c-guess-basic-syntax): Add autoload.Richard M. Stallman2005-08-091-0/+1
|
* (ada-prj-display-page): Use with-no-warnings.Richard M. Stallman2005-08-091-1/+2
|
* (grep-regexp-alist): Set 5th arg `TYPE' toJuri Linkov2005-08-061-7/+6
| | | | | | | | | 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'.
* (compilation-mode-font-lock-keywords):Juri Linkov2005-08-061-15/+35
| | | | | | | | | | | | | | | | | | | 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.
* (grep-mode-map): Bind TAB to `compilation-next-error'Juri Linkov2005-08-041-6/+2
| | | | and [backtab] to `compilation-previous-error'.
* (compilation-mode-map): Bind TAB to `compilation-next-error'Juri Linkov2005-08-041-0/+2
| | | | and [backtab] to `compilation-previous-error'.
* (grep-regexp-alist): Replace complex regexpJuri Linkov2005-08-041-7/+10
| | | | | | | 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.
* (ada-mode): Use `make-local-variable', not `make-variable-buffer-local'.Juanma Barranquero2005-08-021-1/+1
|
* (gdb-frame-address, gdb-var-changed, gdb-output-sink, gdba,Juanma Barranquero2005-08-011-12/+12
| | | | | gdb-cpp-define-alist-program, gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows, gdb-put-string): Fix typos in docstrings.
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-0167-73/+110
|
* * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.Nick Roberts2005-08-012-2/+9
| | | | | * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie. (gud-tooltip-mode): Don't barf if the GUD buffer has been killed.
* Smarten comments.Nick Roberts2005-07-281-18/+15
| | | | (gdb-info-breakpoints-custom): Use nowarn when finding file.
* (grep-error-face): Use font-lock-keyword-faceRichard M. Stallman2005-07-231-5/+6
| | | | | (grep-mode-font-lock-keywords): Don't use compilation-...-face for messages that are not file names.
* (compilation-mode-font-lock-keywords):Richard M. Stallman2005-07-231-3/+3
| | | | Don't use compilation-...-face for messages that are not file names.
* (grep-regexp-alist)Juri Linkov2005-07-191-9/+19
| | | | | | | | | | | | | | | | | (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.
* (ada-make-body): Use `insert-buffer-substring' and `goto-char', not ↵Juanma Barranquero2005-07-181-1/+2
| | | | `insert-buffer'.
* (pascal-outline-map): Use fboundp, not boundp. Correctly avoid warnings.Richard M. Stallman2005-07-161-6/+6
| | | | (pascal-outline): Likewise.
* (f90-abbrev-start): Avoid warning.Richard M. Stallman2005-07-161-1/+2
|
* (asm-comment): Use with-no-warnings.Richard M. Stallman2005-07-161-1/+2
|
* (gdb-var-update, gdb-var-update-handler):Nick Roberts2005-07-151-19/+14
| | | | | | 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.
* (etags, sdb): Only require etags when needed.Nick Roberts2005-07-151-3/+3
| | | | (gud-speedbar-menu-items): Correct logic for enabling items.
* (sh-get-indent-info): Only indent a continuation line if SPC or TAB precedes \.Stefan Monnier2005-07-131-17/+21
| | | | | (sh-get-indent-info): Simplify. (sh-mark-init, sh-learn-buffer-indent, sh-add-completer): with-current-buffer.
* Add note about buffering with Windows.Nick Roberts2005-07-121-0/+13
|
* (compilation-mode-hook, compilation-mode): Doc fix.Juri Linkov2005-07-091-2/+2
|
* Require font-lock for displaying errors.Nick Roberts2005-07-071-0/+1
| | | | Used by gdb-ui.el.
* (hide-ifdef-use-define-alist): Pass a list ofStefan Monnier2005-07-071-2/+4
| | | | strings rather than a list of symbols to the completion function.
* (flymake-float-time): Instead of with-no-warnings, test for xemacs.Richard M. Stallman2005-07-061-7/+7
| | | | | (flymake-replace-regexp-in-string): Test fboundp of replace-in-string to avoid warning.
* Update FSF's address.Lute Kamstra2005-07-051-1/+2
|