1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-15 09:47:20 +00:00
Commit Graph

2180 Commits

Author SHA1 Message Date
Richard M. Stallman
af866d845e (idlwave-shell-examine-map): Move up before first use.
(idlwave-shell-temp-pro-file): Likewise.
(idlwave-shell-temp-rinfo-save-file): Likewise.
(idlwave-shell-temp-file): Minor doc fix.
2004-11-07 03:56:09 +00:00
Eli Zaretskii
9788e74ead Don't call define-fringe-bitmap if the display doesn't support images. 2004-11-06 16:07:10 +00:00
Richard M. Stallman
5e6c7c3c8d (f90-end-of-block): Don't use interactive-p. 2004-11-04 10:16:51 +00:00
Thien-Thi Nguyen
02b73b974f (grep-default-command): Take empty string
for tag if all other methods yield nil.  Shell-quote the tag.
2004-11-03 11:45:20 +00:00
Nick Roberts
27b3b9d302 (gdb-enable-debug-log)
(gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
(gud-gdba-command-name, gdb-show-main, gdb-many-windows):
Add :version keyword.
2004-11-01 20:47:03 +00:00
Masatake YAMATO
12e46b0083 2004-11-2 Pavel Kobiakov <pk_at_work@yahoo.com>
* progmodes/flymake.el (flymake-err-line-patterns): Use
	`flymake-reformat-err-line-patterns-from-compile-el' to convert
	`compilation-error-regexp-alist-alist' to internal Flymake format.

	* progmodes/flymake.el: eliminated byte-compiler warnings.
2004-11-01 17:42:31 +00:00
Richard M. Stallman
2dccd96f17 (ada-make-body-gnatstub): Don't use interactive-p. 2004-11-01 07:44:08 +00:00
Richard M. Stallman
21df56d56b (cperl-switch-to-doc-buffer): Don't use interactive-p. 2004-11-01 07:42:19 +00:00
Richard M. Stallman
6db31cbc79 (idlwave-shell-send-char): Don't use interactive-p. 2004-11-01 07:41:08 +00:00
Richard M. Stallman
751adbdecc (idlwave-update-routine-info): Don't use interactive-p. 2004-11-01 07:39:44 +00:00
Richard M. Stallman
8d422bd5a5 (vhdl-fill-region, vhdl-beginning-of-statement): Don't use interactive-p. 2004-11-01 07:37:24 +00:00
Simon Josefsson
707994d262 (autoconf-font-lock-keywords): Recognize AS_* too. 2004-10-29 23:34:58 +00:00
Stefan Monnier
d94dccc608 Docstring fixes. 2004-10-29 22:38:04 +00:00
Juri Linkov
1bcd42e2fe (grep-regexp-alist): Move match highlighting
code to `grep-mode-font-lock-keywords'.
(grep-mode-font-lock-keywords): Delete grep markers instead
of making them invisible.
2004-10-28 09:00:26 +00:00
Daniel Pfeiffer
9fcabe7952 (compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-* 2004-10-27 09:10:27 +00:00
Masatake YAMATO
e3c9b21e83 * progmodes/flymake.el (flymake-split-string): Use
`flymake-split-string-remove-empty-edges' in any case.

* progmodes/flymake.el (flymake-err-line-patterns):
  Use `compilation-error-regexp-alist-alist' instead of
  `compilation-error-regexp-alist'.
2004-10-25 16:58:46 +00:00
Masatake YAMATO
3988d9c612 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
periods and underscores in a function name.
Remove the address fontification.
2004-10-24 00:25:21 +00:00
Nick Roberts
f4733d22e6 (asm-font-lock-keywords): Use font-lock-variable-name-face for registers. 2004-10-23 22:04:13 +00:00
Nick Roberts
fad137cd63 (gdb-get-create-buffer): Allow modes to run
kill-all-local-variables.
(gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
(gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode): Use
kill-all-local-variables and provide mode-hooks.
(gdb-assembler-font-lock-keywords): New font lock keywords
definition.
(gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
Suggested by Masatake YAMATO <jet@gyve.org>.
2004-10-23 22:00:48 +00:00
Daniel Pfeiffer
199143f1fb (compilation-start): Rely on `cd' to get dir right and also allow argumentless cd. 2004-10-20 22:31:56 +00:00
Richard M. Stallman
4f331dedca (compilation-setup): Don't set buffer-read-only if MINOR is non-nil. 2004-10-19 16:48:30 +00:00
Juri Linkov
577bf5d26e (compilation-start): Move let-binding of
`process-environment' into `with-current-buffer' body.
Reported by Matt Hodges <MPHodges@member.fsf.org>.
2004-10-16 18:38:36 +00:00
Richard M. Stallman
d42c87ab53 (compilation-start): Assume compilation-mode will make the buffer read-only.
(compilation-mode): Take arg name-of-mode.
(compilation-setup): Make buffer read-only.
(compilation-handle-exit): Bind inhibit-read-only.
2004-10-16 15:12:25 +00:00
Masatake YAMATO
e375517fda * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
(gdb-script-end-of-defun): New function.
  (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
  `gdb-script-end-of-defun' as *-of-defun-function.
2004-10-13 16:32:42 +00:00
Eli Zaretskii
4f124fb528 (etags-tags-completion-table): Use progress reporter.
(etags-tags-apropos): Likewise.
2004-10-08 17:34:01 +00:00
Nick Roberts
3ef8233466 (gdb-ann3): (Re-)initialise gdb-input-queue. 2004-10-06 07:20:53 +00:00
Martin Stjernholm
9a737a1f15 Load cl here since cc-defs doesn't do it. This is necessary for
derived modes.
2004-10-01 15:37:39 +00:00
Kim F. Storm
a9c65ba568 (breakpoint): Define as fringe bitmap.
(gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
(gdb-put-breakpoint-icon): Use breakpoint bitmap.
2004-09-28 23:09:21 +00:00
Jesper Harder
a2052295e8 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer. 2004-09-22 17:31:03 +00:00
Richard M. Stallman
56858354ce (sh-mode-default-syntax-table): Set syntax of = to "." (punctuation). 2004-09-20 15:46:23 +00:00
Richard M. Stallman
4beb7453bd (makefile-fill-paragraph): Don't insist on spaces when looking for
comments.  # is enough.
2004-09-20 15:45:31 +00:00
Daniel Pfeiffer
489a8034ae Parse command to see if it starts with a cd, and if so perform it for the *compilation* buffer. Change the header to reflect this. 2004-09-12 18:08:12 +00:00
Stefan Monnier
cbd5542a3c (grep-mode): Remove unnecessary autoload. 2004-09-09 21:42:52 +00:00
Juri Linkov
0443d8895a (grep-mode-map): Rename next-error-follow-mode' to next-error-follow-minor-mode'. 2004-09-08 20:21:57 +00:00
Juri Linkov
221206e334 (compilation-mode-map): Rename next-error-follow-mode' to next-error-follow-minor-mode'. 2004-09-08 20:21:15 +00:00
Thien-Thi Nguyen
de4c2de761 (grep-mode): Use normal autoload cookie. 2004-09-08 11:21:16 +00:00
Juri Linkov
8041ea759c (compilation-start): Use copy of `process-environment'
created by `copy-sequence' to not override env-vars
in the global `process-environment'.
2004-09-07 18:21:45 +00:00
Juri Linkov
a58c94a227 (grep-highlight-matches): Doc fix.
(grep-process-setup): Call `grep-compute-defaults' if
`grep-highlight-matches' is not computed.  Set env-vars only
if `grep-highlight-matches' is `t'.
2004-09-07 18:10:49 +00:00
Juri Linkov
00889cf957 (grep-highlight-matches): Change default from
`t' to `auto-detect', and type from `boolean' to `choice'.
(grep-compute-defaults): Set `grep-highlight-matches' to `t'
if grep option `--color' is available, or to `nil' otherwise.
(grep-use-null-device): Remove redundant type `boolean' (`choice'
is already defined).
2004-09-07 03:56:35 +00:00
Eli Zaretskii
c5d9b0ff37 (grep-mode-map): Bind toggle-next-error-follow-mode. 2004-09-04 12:48:19 +00:00
Eli Zaretskii
e99212b659 (compilation-mode-map): Bind toggle-next-error-follow-mode. 2004-09-04 12:47:21 +00:00
Juri Linkov
277df08871 (grep-highlight-matches): New defcustom.
(grep-regexp-alist): Add rule to highlight grep matches.
(grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2004-09-02 16:35:42 +00:00
Juri Linkov
9dc3a46a44 (compilation-error-properties): Allow to funcall col and end-col.
(compilation-mode-font-lock-keywords): Check col and end-col by `integerp'.
(compilation-goto-locus): If end-mk is non-nil in transient mark
mode don't activate the mark (and don't display message in
push-mark), but highlight overlay between mk and end-mk.
2004-09-02 16:35:17 +00:00
Juri Linkov
e4aa3c9497 (compilation-buffer-name): Compare major
mode with second element of compilation-arguments instead of third
to reflect latest changes in compilation-arguments structure.
(recompile): Use global variable `compilation-directory' to get
recent compilation directory only when `recompile' is invoked NOT
in the compilation buffer.  Otherwise, use `default-directory' of
the compilation buffer.
2004-09-02 09:45:31 +00:00
Juri Linkov
2beb6aa0e0 (compilation-goto-locus): Use next-error' face instead of region'.
Set 4-th argument of `move-overlay' to `current-buffer' to move overlay
to different source buffers.  Use new variable `next-error-highlight'.
2004-09-01 18:44:35 +00:00
Richard M. Stallman
8a9cad92b1 (grep-default-command): Use find-tag-default.
(grep-tag-default): Function deleted.
2004-08-28 15:31:20 +00:00
Richard M. Stallman
fb1558445c (find-tag-default): Moved to subr.el. 2004-08-28 15:30:31 +00:00
Richard M. Stallman
ced16f5d0b Many doc and style fixes.
(ada-find-any-references): Use compilation-start.
(ada-get-ali-file-name): Improve error msg.
(ada-get-ada-file-name): Likewise.
2004-08-22 17:14:02 +00:00
David Kastrup
818226ac7e Update AUCTeX
information.
2004-08-22 11:03:22 +00:00
Richard M. Stallman
a03748044a (which-func-update-1): Doc fix. 2004-08-16 22:46:26 +00:00