1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00
Commit graph

2144 commits

Author SHA1 Message Date
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
Richard M. Stallman
8a0d0722d8 (sh-set-shell): Use sh-mode-abbrev-table.
(sh-mode-abbrev-table): New variable.
2004-08-16 22:45:52 +00:00
Richard M. Stallman
8ff2ed527d (compilation-mode): Doc fix. 2004-08-16 22:44:56 +00:00
Martin Stjernholm
2a15eb73df Updated CC Mode to 5.30.9. 2004-08-11 16:22:21 +00:00
Masatake YAMATO
31f98a937c (etags-tags-apropos): Show building progress. 2004-07-28 09:05:23 +00:00
Kim F. Storm
e008a4e588 Fix comments. 2004-07-22 14:26:26 +00:00
Daniel Pfeiffer
7778781072 (which-func-keymap): New var.
(which-func-face): New face.
(which-func-format): Use them.
2004-07-17 08:10:28 +00:00
Luc Teirlinck
c426452f4c (grep): Doc fix. 2004-07-14 22:25:09 +00:00
Mark A. Hershberger
ae04ab88fd *** empty log message *** 2004-07-09 15:03:07 +00:00
Eli Zaretskii
9b19858ed7 (grep-compute-defaults, grep-command)
(grep-program, find-program, grep-find-use-xargs, grep-history)
(grep-find-history, grep-tag-default, grep-find-command)
(grep-regexp-alist, grep-process-setup, grep-compute-defaults):
Add autoload cookies, for unbundled packages that load `compile'
and expect all grep-related symbols to become defined.
2004-07-03 10:06:42 +00:00
Nick Roberts
7731023b50 (gdb-goto-breakpoint): String match more
carefully.
(gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
2004-07-03 09:21:12 +00:00
Richard M. Stallman
b830b63b85 (python-beginning-of-statement): Exit the loop if backward-up-list gets error. 2004-07-02 23:49:50 +00:00
Kim F. Storm
619b6adbd2 (breakpoint-enabled-bitmap-face)
(breakpoint-disabled-bitmap-face): Add :group 'gud.
2004-06-29 13:01:27 +00:00
Kim F. Storm
7549786255 (ada-tight-gvd-integration): Add :group 'ada. 2004-06-29 13:01:14 +00:00
Nick Roberts
2101105e6f (gdb-toggle-breakpoint)
(gdb-goto-breakpoint): Fix breakage.
2004-06-26 13:12:28 +00:00
Daniel Pfeiffer
bb72b9d0b5 (grep-error-screen-columns): New variable.
(grep-regexp-alist): Give it the full functionality of gnu style compilation messages with line and column ranges.  Ask me for the perl script I'm working on, that uses these.
2004-06-23 23:11:23 +00:00
Daniel Pfeiffer
186ac3d480 (grep-regexp-alist): Match columns and column ranges, if present. 2004-06-18 23:01:30 +00:00
Daniel Pfeiffer
c0090c20f8 (compilation-error-properties): Store one more than end-col, if present, so
that transient-mark-mode will highlight last char too.
2004-06-18 23:00:46 +00:00
Eli Zaretskii
cebe0988ca (python-open-block-statement-p): Fix
indentation after a block opening that contains a comment.
2004-06-12 10:26:37 +00:00
Daniel Pfeiffer
b3ef54c5fa (compilation-set-window-height): Rearrange the save-* functions because a buffer can have several current point in different windows.
(compilation-error-regexp-alist-alist): Recognize {standard input} GNU messages (for gcc --pipe) and more kinds of Oracle messages.
2004-06-08 21:36:37 +00:00
Nick Roberts
f2f82fa491 (gdb-current-frame, gud-watch)
(gdb-locals-mode, gdb-frame-handler): Display current frame in the
modeline of the locals buffer.
(gdb-goto-breakpoint): Handle gdbmi.
(gdb-get-frame-number): Change for gdbmi.
2004-05-30 00:09:37 +00:00
Miles Bader
e1b46e0cc0 Changes from arch/CVS synchronization 2004-05-29 21:02:20 +00:00
Eli Zaretskii
4bcbcb9df3 New file. 2004-05-29 12:55:24 +00:00
Stefan Monnier
eeb3ede408 (compilation-error-regexp-alist): Use expand-file-name and data-directory. 2004-05-28 21:11:41 +00:00
Stefan Monnier
f833e227cb (grep-tree): Rework previous fix. 2004-05-28 21:07:47 +00:00
Nick Roberts
39043abb83 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
(gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
gud-minor-mode (gdbmi).
2004-05-24 21:59:08 +00:00
Nick Roberts
9f438d8064 (gdb-breakpoints-mode, gdb-frames-mode)
(gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
2004-05-24 18:14:13 +00:00
Nick Roberts
129adb6f35 (gud-menu-map, gud-speedbar-menu-items)
(gud-speedbar-buttons, gud-sentinel, gud-display-line)
(gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
a new mode. The file (gdb-mi.el) for this mode will be included
with the GDB distribution (6.2 onwards) and will use GDB/MI as its
primary interface.
2004-05-23 20:29:44 +00:00
Nick Roberts
2cec1d1ae4 (gdb-server-prefix): New variable.
(gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
(gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
(gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
(gdb-registers-buffer, gdb-reset, gdb-assembler-buffer): Handle
new value for gud-minor-mode (gdbmi).
(gdb-buffer-type, gdb-input-queue, gdb-prompting)
(gdb-output-sink, gdb-current-item, gdb-pending-triggers): Change
from local to global gdb variable set.
(gdb-ann3): Initialise above gdb variable set.
(gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
(gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
(gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
(gdb-stopped, gdb-post-prompt, gdb-concat-output)
(def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
(gdb-info-locals-handler, gdb-invalidate-assembler)
(gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
set as global variables.
(gdb-get-create-buffer): Don't make gud-comint buffer-local.
Handle gdbmi.
(gdb-info-breakpoints-custom): Fix regexp.
(def-gdb-var): Delete.
2004-05-23 20:28:47 +00:00
Jesper Harder
f5340e292c (grep-tree): Ensure that DIR argument is
interpreted as a directory.
2004-05-23 19:08:48 +00:00
Richard M. Stallman
c2fb641564 Use assoc-string, not assoc-ignore-case. 2004-05-22 21:51:17 +00:00
Richard M. Stallman
fe93c80378 (idlwave-shell-get-object-class): Use assoc-string, not assoc-ignore-case. 2004-05-22 21:50:03 +00:00
Masatake YAMATO
46de1c5a15 (etags-tags-completion-table): Show parsing progress. 2004-05-21 08:36:46 +00:00
Masatake YAMATO
a6e7bdf171 * progmodes/etags.el (tags-apropos, list-tags): Require apropos. 2004-05-21 07:25:07 +00:00
Stefan Monnier
27149c587c (gud-reset): Use unless & with-current-buffer. 2004-05-19 19:00:02 +00:00
Stefan Monnier
d490ebbe49 (gdb-reset): Use unless. Fix regexp. 2004-05-19 18:58:21 +00:00
Glenn Morris
799dee7ac4 (f90-end-block-re, f90-start-block-re): New constants.
(hs-special-modes-alist): Add an f90-mode entry. This will not be
100% successful, but should handle a sizable majority of code.
2004-05-17 18:52:51 +00:00