Mercurial > emacs
view lisp/toolbar/fld_open.xpm @ 53140:00845c3bc4e4
(grep-command, grep-use-null-device)
(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.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 23 Nov 2003 20:57:47 +0000 |
parents | 8f4a34146a9d |
children |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 4 1", " c Gray0", ". c #909090909090", "X c #fefefefefefe", "o c None", /* pixels */ "oooooooooooooooooooooooo", "oooooooooooooooooooooooo", "oooooooooooooooooooooooo", "oooooooooooooooooooooooo", "oooooooooooooooooooooooo", "oooooooooooooo oooooooo", "ooooooooooo .. ooooooo", "oooo oo ....XXo ooo", "ooo .. ....XXXX .. ooo", "ooo .....XXXXX .... ooo", "oooo ..XXXXX ...... ooo", "oooo ..XXX ........ ooo", "ooooo .XX .......... ooo", "ooooo ..X .......... ooo", "oooooo .X .......... ooo", "oooooo .. ........ oooo", "ooooooo . ...... oooooo", "ooooooo . ..... oooooooo", "oooooooo ... ooooooooo", "oooooooo . ooooooooooo", "ooooooooo ooooooooooooo", "oooooooooooooooooooooooo", "oooooooooooooooooooooooo", "oooooooooooooooooooooooo" };