mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
9ac5747987
(grep-find-command, grep-tree-command, grep-tree-files-aliases) (grep-tree-ignore-case, grep-tree-ignore-CVS-directories) (grep-regexp-alist, grep-program, find-program) (grep-find-use-xargs, grep-history, grep-find-history) (grep-process-setup, grep-compute-defaults) (grep-default-command, grep, grep-tag-default, grep-find) (grep-expand-command-macros, grep-tree-last-regexp) (grep-tree-last-files, grep-tree): Move grep variables, functions and commands to new file grep.el. (compilation-mode-map): Remove grep commands from Compile sub-menu. (compilation-process-setup-function): Doc fix. (compilation-highlight-regexp, compilation-highlight-overlay): New defvars used for highlighting current compile error in source buffer. (compile-internal): New optional args HIGHLIGHT-REGEXP and LOCAL-MAP which overrides compilation-highlight-regexp and compilation-mode-map for this compilation. Delay calling compilation-set-window-height until after running compilation-process-setup-function so it can buffer-local override compilation-window-height. Check buffer-local value of compilation-scroll-output. (compilation-set-window-height): Use buffer-local value of compilation-window-height. (compilation-revert-buffer): Don't pass (undefined) preserve-modes arg to revert-buffer. (next-error-no-select, previous-error-no-select): New commands. (compilation-goto-locus): Temporarily highlight current match in source buffer using compilation-highlight-regexp. |
||
---|---|---|
.. | ||
.gitignore | ||
ada-mode.el | ||
ada-prj.el | ||
ada-stmt.el | ||
ada-xref.el | ||
antlr-mode.el | ||
asm-mode.el | ||
autoconf.el | ||
cc-align.el | ||
cc-awk.el | ||
cc-bytecomp.el | ||
cc-cmds.el | ||
cc-compat.el | ||
cc-defs.el | ||
cc-engine.el | ||
cc-fonts.el | ||
cc-langs.el | ||
cc-menus.el | ||
cc-mode.el | ||
cc-styles.el | ||
cc-vars.el | ||
cfengine.el | ||
cmacexp.el | ||
compile.el | ||
cperl-mode.el | ||
cpp.el | ||
cwarn.el | ||
dcl-mode.el | ||
delphi.el | ||
ebnf2ps.el | ||
ebnf-bnf.el | ||
ebnf-iso.el | ||
ebnf-otz.el | ||
ebnf-yac.el | ||
ebrowse.el | ||
etags.el | ||
executable.el | ||
f90.el | ||
fortran.el | ||
glasses.el | ||
grep.el | ||
gud.el | ||
hideif.el | ||
hideshow.el | ||
icon.el | ||
idlw-rinfo.el | ||
idlw-shell.el | ||
idlw-toolbar.el | ||
idlwave.el | ||
inf-lisp.el | ||
ld-script.el | ||
m4-mode.el | ||
make-mode.el | ||
mantemp.el | ||
meta-mode.el | ||
mixal-mode.el | ||
modula2.el | ||
octave-hlp.el | ||
octave-inf.el | ||
octave-mod.el | ||
pascal.el | ||
perl-mode.el | ||
prolog.el | ||
ps-mode.el | ||
scheme.el | ||
sh-script.el | ||
simula.el | ||
sql.el | ||
tcl.el | ||
vhdl-mode.el | ||
which-func.el | ||
xscheme.el |