| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
initialization.
|
| |
|
|
| |
called during daemon initialization.
|
| |
|
|
|
|
|
|
|
|
|
| |
* progmodes/gud.el (gud-tool-bar-map): Initialize it
unconditionally.
* progmodes/grep.el (grep-mode-tool-bar-map): Initialize it
unconditionally.
* progmodes/compile.el (compilation-mode-tool-bar-map): Initialize
it unconditionally.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
(tool-bar-local-item-from-menu): Put the check for number of
display colors into the image expression.
(tool-bar-setup): Don't be a no-op on ttys.
|
| |
|
|
|
|
| |
(tool-bar-local-item-from-menu): Put the check for number of
display colors into the image expression.
(tool-bar-setup): Don't be a no-op on ttys.
|
| |
|
|
|
| |
* kmacro.el (kmacro-edit-lossage): Ditto.
* edmacro.el (edit-kbd-macro): Ditto.
|
| | |
|
| |
|
|
| |
necessary anymore.
|
| |
|
|
|
| |
comint-delimiter-argument-list, comint-file-name-chars and
comint-file-name-quote-list like shell-mode.
|
| |
|
|
| |
call of select-window.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
New variables.
(calc-embedded-open-word, calc-embedded-close-word)
(calc-embedded-open-close-word-alist): Remove unused variables.
|
| |
|
|
|
|
|
|
| |
skip detailed node listings.
(Info-forward-node): New argument not-up to inhibit going up.
(Info-final-node): Call Info-extract-menu-counting and
Info-forward-node with the new arguments set to avoid infinite
looping. (Bug#1116)
|
| | |
|
| |
|
|
| |
by X resources, regardless of the terminal.
|
| |
|
|
| |
(tool-bar-setup): No-op if called on a tty.
|
| |
|
|
|
|
|
|
| |
not suppressed by X resources, regardless of the terminal.
* tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
graphical terminals.
(tool-bar-setup): No-op if called on a tty.
|
| | |
|
| |
|
|
| |
``window-system''.
|
| |
|
|
| |
asynchronous subprocesses.
|
| |
|
|
|
| |
(display-buffer): When pop-up-frames equals graphic-only do
not pop up new frame on text-only terminals. (Bug#1061)
|
| |
|
|
| |
(vc-cvs-dir-status): Use it.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
For clarity, explicitly require cl.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
(command-line-1): Remove init file error delay.
|
| |
|
|
|
| |
init file error.
(command-line-1): Remove init file error delay.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rx-anything. Change `not-wordchar' assignment to "\\W" from
"[^[:word:]]".
(rx-group-if): New function.
(rx-parent): New variable.
(rx-and, rx-or): Put shy groups only when necessary.
(rx-bracket): Remove.
(rx-anything): New function.
(rx-any-delete-from-range, rx-any-condense-range)
(rx-check-any-string): New functions.
(rx-check-any): Return result as a list. Don't convert chars to
strings. Don't prepend "\\" to "^". Don't search for close
bracket. Check char category string. Call rx-form instead of
rx-to-string.
(rx-any): Rebuid to complete the function.
(rx-check-not): Fix char category regexp pattern string. Call
rx-form instead of rx-to-string.
(rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
"[^^]". Call regexp-quote for one char string when not called from
rx-not. Add "\\w", and toggle to upcase. Add the case of
"\\[SCBW]" to toggle.
(rx-=, rx->=, rx -**, rx-repeat, rx-submatch): Call rx-form
instead of rx-to-string.
(rx-kleene): Call rx-form instead of rx-to-string. Call
rx-group-if to adjust putting of shy groups.
(rx-atomic-p): Make check more precisely.
(rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
(rx-regexp): Call rx-group-if.
(rx-form): New function.
(rx-to-string): Call rx-form, rx-group-if. Refine definition of
NO-GROUP.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
rx-anything. Change `not-wordchar' assignment to "\\W" from
"[^[:word:]]".
(rx-group-if): New function.
(rx-parent): New variable.
(rx-and, rx-or): Put shy groups only when necessary.
(rx-bracket): Remove.
(rx-anything): New function.
(rx-any-delete-from-range, rx-any-condense-range)
(rx-check-any-string): New functions.
(rx-check-any): Return result as a list. Don't convert chars to
strings. Don't prepend "\\" to "^". Don't search for close
bracket. Check char category string. Call rx-form instead of
rx-to-string.
(rx-any): Rebuid to complete the function.
(rx-check-not): Fix char category regexp pattern string. Call
rx-form instead of rx-to-string.
(rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
"[^^]". Call regexp-quote for one char string when not called from
rx-not. Add "\\w", and toggle to upcase. Add the case of
"\\[SCBW]" to toggle.
(rx-=, rx->=, rx -**, rx-repeat, rx-submatch): Call rx-form
instead of rx-to-string.
(rx-kleene): Call rx-form instead of rx-to-string. Call
rx-group-if to adjust putting of shy groups.
(rx-atomic-p): Make check more precisely.
(rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
(rx-regexp): Call rx-group-if.
(rx-form): New function.
(rx-to-string): Call rx-form, rx-group-if. Refine definition of
NO-GROUP.
|
| |
|
|
| |
(json-skip-whitespace): Use skip-syntax-forward.
|
| |
|
|
| |
(json-skip-whitespace): Use skip-syntax-forward.
|
| | |
|
| |
|
|
| |
doesn't backslash the following non-blank line into the macro.
|
| | |
|
| |
|
|
| |
(command-line): Set after-init-time to nil before initialization.
|
| |
|
|
| |
(command-line): Set after-init-time to nil before initialization.
|