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

2888 Commits

Author SHA1 Message Date
Nick Roberts
12e7d58713 (gud-stop-subjob): Make it work in all buffers. 2006-05-30 08:10:49 +00:00
Nick Roberts
8a464f1b54 Move gdb-mouse-toggle-breakpoint-* to
C-mouse-1.  Move gdb-mouse-until to mouse-3, gdb-mouse-jump
to C-mouse-3 (for 2 button mice).
(gdb-send): Do the right thing for C-d.
2006-05-30 08:07:44 +00:00
Daniel Pfeiffer
d14fd70ce9 (compilation-error-regexp-alist-alist): Add makepp diagnostic. 2006-05-30 07:02:00 +00:00
Stefan Monnier
c5301b5c36 (makefile-browser-map, makefile-mode-syntax-table): Move init inside decl.
(makefile-fill-paragraph): Use the default comment-filling code.
2006-05-28 20:56:34 +00:00
Nick Roberts
a386b0959d (gud-sentinel): Condition on GUD buffer if it has not been killed. 2006-05-24 12:05:03 +00:00
Roland Winkler
21225d8f7e (sh-mode): Use skeleton-pair-filter-function. 2006-05-21 23:18:19 +00:00
Roland Winkler
62fda6d68a (sh-mode): Use skeleton-filter-function. 2006-05-21 23:10:13 +00:00
Roland Winkler
b308197bd9 (makefile-query-one-target-method): Make this the alias for the
following variable.
(makefile-query-one-target-method-function): Make this the real name.
2006-05-21 19:26:05 +00:00
Roland Winkler
9e2d84ccc8 (makefile-special-targets-list)
(makefile-macro-table, makefile-target-table): Mark as risky.
2006-05-21 18:46:41 +00:00
Eli Zaretskii
73290fbd37 (makefile-mode): Doc fix. 2006-05-20 18:36:11 +00:00
Eli Zaretskii
664a80e90a (c-backslash-column): Mark as safe if its value is an integer. 2006-05-20 17:46:07 +00:00
Eli Zaretskii
d689858f8a (show-ifdef-block): Fix bug where parts of a hidden block remained hidden if
`hide-ifdef-lines' is non-nil.
2006-05-20 17:27:07 +00:00
Stefan Monnier
237d230e4e (gdb-script-font-lock-keywords): Use a stricter regexp for keywords. 2006-05-20 14:40:56 +00:00
Eli Zaretskii
74456292ce (c-style-alist): Doc fix. 2006-05-19 19:50:50 +00:00
Kim F. Storm
a34f7eb165 (grep-find): Don't check grep-find-command
before running command (breaks non-interactive usage).
2006-05-18 14:39:09 +00:00
Nick Roberts
e6f0d1c845 (gud-tooltip-tips): Add missing argument to
call to gdb-tooltip-print.
2006-05-15 11:17:47 +00:00
Kim F. Storm
5e8c9892ef (c-forward-subword, c-backward-subword):
Add CUA move property.
2006-05-14 00:19:13 +00:00
Reiner Steib
631c8020a5 Move `safe-local-variable' declarations to the respective files. 2006-05-11 15:01:41 +00:00
Nick Roberts
d22b968f75 (gdb-reset): Update speedbar if necessary.
(gdb-var-evaluate-expression-handler, gdb-var-update-handler):
Use a token for pending-triggers to ensure gdb-var-update
gets called once per user input again for pre-GDB 6.4.
(gdb-var-delete): Match on more complex expressions.
(gdb-var-list-children-handler, gdb-var-create-handler):
Use a token for consistency.
2006-05-11 10:08:03 +00:00
J.D. Smith
d105bfecce (idlwave-shell-move-or-history): Remove spurious move to point-max (new
comint behavior fixes).
2006-05-10 18:24:52 +00:00
J.D. Smith
0dc2be2f92 (idlwave-push-mark): Removed obsolete compatibility function (Emacs 18/19).
(idlwave-is-continuation-line): Always return point at start of previous
non-blank continuation line.
`keyword-parameters': Fix continued comment font-lock matcher.
(idlwave-font-lock-fontify-region): Written, use as
font-lock-fontify-region-function, to fix continued keyword
fontification issues.
2006-05-10 18:24:15 +00:00
Kim F. Storm
c0b87c3fdb (rgrep): Set default directory of *grep*
buffer if we start M-x rgrep in the *grep* buffer and choose
a different base directory.
2006-05-09 12:47:12 +00:00
Kim F. Storm
6e7c574fd8 (lgrep, rgrep): Doc fixes. 2006-05-08 10:26:30 +00:00
Nick Roberts
51158d6985 (gdb-var-create-handler): Move speedbar
call to...
(gud-watch): ...here so speedbar is raised for already watched
expressions.
(gdb-speedbar-refresh): Delete function.
(gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
Use speedbar-timer-fn instead of speedbar-refresh (reverting
earlier change).
(gdb-var-evaluate-expression-handler)
(gdb-var-list-children-handler-1, gdb-var-update-handler-1):
Use it.
2006-05-07 12:08:23 +00:00
Nick Roberts
0745bc2e98 (gdb-goto-breakpoint): Use or instead of unless so nil isn't returned.
(gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2006-05-06 00:34:11 +00:00
Kim F. Storm
662705b1c3 (xscheme-insert-expression): Use add-to-history. 2006-05-05 23:38:58 +00:00
Kim F. Storm
7cd80673b1 (vhdl-generate-makefile-1): Use add-to-history. 2006-05-05 23:38:31 +00:00
Kim F. Storm
c3e9438b5f (lgrep, rgrep): Use add-to-history. 2006-05-05 23:38:18 +00:00
Stefan Monnier
cbe8cf2a45 (perl-beginning-of-function): Skip anonymous subs. 2006-05-04 21:58:34 +00:00
Nick Roberts
0c9512fecc (gdb-force-update): Delete defvar
(gud-speedbar-buttons): ...and references to it.  Use window-start
to try to keep positon in watch expression.
2006-05-04 05:17:45 +00:00
Nick Roberts
6f09505599 (gdb-force-update): Delete variable...
(gdb-init-1, gdb-post-prompt): ...and references to it.
(gdb-frame-handler): Strip directory name from filename if present.
2006-05-04 05:16:46 +00:00
Nick Roberts
9d6bb9e0af (gud-watch): Let user select an expression.
(menu): Fix typo.
2006-05-03 00:17:35 +00:00
Kim F. Storm
41a2f8bab5 (grep-expand-template): Use symbol-value instead of eval on symbols. 2006-05-02 08:50:59 +00:00
Kim F. Storm
d0afff349e (grep-expand-template): Use save-match-data. 2006-05-01 09:33:10 +00:00
Nick Roberts
1a2416ede3 (gud-def): Add %c case.
(gud-speedbar-buttons): Don'bind case-fold-search unnecessarily.
(gud-format-command): Make match case sensitive.  Match on %F.
2006-04-30 23:10:48 +00:00
Kim F. Storm
208cc91ffb (grep-read-files): Use buffer-name if no buffer-file-name.
Default to *.ext if no alias matches.
No default if no extension.
2006-04-28 23:39:02 +00:00
Kim F. Storm
0acfb7cea6 (defgroup grep): Doc fix.
(grep-auto-highlight): Remove.
(grep-template): New defcustom.
(grep-find-template): Rename from grep-tree-template.
(grep-files-aliases): Rename from grep-tree-files-aliases.
Remove "all" alias, add "l" alias.
(grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
(grep-find-ignored-directories): New defcustom to replace
grep-tree-ignore-CVS-directories, to facilitate ignoring
subdirectories for multiple version control systems.
(grep-mode-map): Add Recursive grep item to GREP menu.
(grep-regexp-history, grep-files-history): New defvars.
(grep-probe): New helper function.
(grep-compute-defaults): Use it to simplify code.
Adapt to name changes.
Use `.' as base in grep-find-template rather than <D>.
(grep): Remove superfluous highlight-regexp arg.  Fix doc.
Call grep-compute-defaults unconditionally.
(grep-expand-keywords): New defconst.
(grep-expand-template): Rename from grep-expand-command-macros.
Simplify via grep-expand-keywords.  Look at case-fold-search instead
of grep-tree-ignore-case to add -i option.
Bind case-fold-search to nil while matching keywords.
(grep-tree-last-regexp, grep-tree-last-files): Remove.
(grep-read-regexp, grep-read-files): New helper functions.
(rgrep): Rename from grep-tree.	 Rework to use proper histories.
Adapt to changes in defcustoms and functions above.
(lgrep): New command, as grep, but using same interactive api as rgrep.
2006-04-28 22:22:01 +00:00
Nick Roberts
e3456652af (gud-comint-buffer): Move forward to stop byte compiler warnings.
(gud-basic-call, gud-find-expr): Let user select an expression
for printing.  Print expression as well as value in GUD buffer.
2006-04-26 23:03:56 +00:00
Stefan Monnier
a42beb53d3 Fixup commenting convention. 2006-04-26 20:22:57 +00:00
Stefan Monnier
be12bc57de (c-subword-mode-map): Use command remapping. 2006-04-26 20:21:56 +00:00
Masatake YAMATO
0db097a557 (asm-mode, asm-mode-syntax-table): Add
support for "//" style comments. Remove `b' flag
from ?* in `asm-mode-syntax-table'.
2006-04-26 07:03:20 +00:00
Stefan Monnier
45e46cb773 (python-continuation-line-p, python-beginning-of-statement):
syntax-ppss may return a negative depth.
2006-04-26 05:26:39 +00:00
Luc Teirlinck
09c6126c46 (antlr-default): Avoid nil spec in defface. 2006-04-21 23:41:23 +00:00
Dan Nicolaescu
7fe9a6e3c1 (sh-shell): Mark as safe. 2006-04-20 23:35:08 +00:00
Nick Roberts
eff8536f40 (gdb-data-list-register-values-handler):
Use font-lock-warning-face for any errors e.g. no stack.
(gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2006-04-20 22:57:03 +00:00
J.D. Smith
5a02d811ed Ensure point at beginning of source help buffer, so class/tag finding works. 2006-04-20 19:45:16 +00:00
Dan Nicolaescu
0fea1d1029 (python-mode): Fix typo. 2006-04-19 06:37:31 +00:00
Dan Nicolaescu
3398a4aee7 (python-mode): Add support for
hs-minor-mode.
2006-04-18 22:34:54 +00:00
Stefan Monnier
75669e0223 (tcl-send-string, tcl-send-region): Use forward-line so as to get to BOL
even in the presence of fields.
(tcl-eval-region): Strip surrounding space to avoid multiple prompts in return.
(inferior-tcl): Tell tclsh to work in interactive mode.
2006-04-18 21:16:50 +00:00
Nick Roberts
d19c35c1c9 (gud-speedbar-item-info): Display frame address for root variables. 2006-04-17 19:50:14 +00:00