aboutsummaryrefslogtreecommitdiffstats
path: root/lisp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (display-warning): Issue a message if called during daemonChong Yidong2008-10-111-12/+23
| | | | initialization.
* * emacs-lisp/warnings.el (display-warning): Issue a message ifChong Yidong2008-10-111-0/+3
| | | | called during daemon initialization.
* * info.el (info-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-0/+11
| | | | | | | | | | | * 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.
* (compilation-mode-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-20/+19
|
* (grep-mode-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-20/+19
|
* (gud-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-24/+23
|
* (info-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-111-17/+16
|
* * pmail.el (pmail-tool-bar-map): Initialize it unconditionally.Chong Yidong2008-10-112-27/+30
|
* (tool-bar-local-item)Chong Yidong2008-10-111-21/+17
| | | | | | (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.el (tool-bar-local-item)Chong Yidong2008-10-111-0/+7
| | | | | | (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.
* * help.el (view-lossage): Fix docstring, lossage is now 300 keys.Romain Francoise2008-10-114-4/+10
| | | | | * kmacro.el (kmacro-edit-lossage): Ditto. * edmacro.el (edit-kbd-macro): Ditto.
* newsticker--treeview-list-sort-by-column: variable name e vs. eventUlf Jasper2008-10-112-3/+8
|
* (command-line): Revert 2008-09-26 change, notDan Nicolaescu2008-10-112-7/+10
| | | | necessary anymore.
* (minibuffer-complete-shell-command): BindAndreas Schwab2008-10-102-1/+10
| | | | | comint-delimiter-argument-list, comint-file-name-chars and comint-file-name-quote-list like shell-mode.
* (pop-to-buffer): Fix misplacement of arg norecord inMartin Rudalics2008-10-102-2/+7
| | | | call of select-window.
* Mention `calc-embedded-word-regexp'.Jay Belanger2008-10-101-0/+3
|
* *** empty log message ***Jay Belanger2008-10-101-0/+10
|
* (calc-embedded-make-info): Use `calc-embedded-word-regexp' to find word.Jay Belanger2008-10-101-10/+20
|
* (calc-embedded-word-regexp, calc-embedded-word-regexp-alist):Jay Belanger2008-10-101-13/+6
| | | | | | New variables. (calc-embedded-open-word, calc-embedded-close-word) (calc-embedded-open-close-word-alist): Remove unused variables.
* (Info-extract-menu-counting): New argment no-detail toMartin Rudalics2008-10-102-12/+28
| | | | | | | | 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)
* (command-line): Don't invoke tool-bar-mode if it is not fboundp.Eli Zaretskii2008-10-102-0/+6
|
* (command-line): Enable tool-bar-mode as long as it is not suppressedChong Yidong2008-10-091-8/+10
| | | | by X resources, regardless of the terminal.
* (tool-bar-mode): Only change tool-bar-lines on graphical terminals.Chong Yidong2008-10-091-8/+15
| | | | (tool-bar-setup): No-op if called on a tty.
* * startup.el (command-line): Enable tool-bar-mode as long as it isChong Yidong2008-10-091-0/+9
| | | | | | | | 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.
* (make-frame-on-tty): Fix comment to the `interactive' spec.Eli Zaretskii2008-10-091-2/+2
|
* (make-frame-on-tty): Use "F" inside interactive. Support `pc'Eli Zaretskii2008-10-092-2/+9
| | | | ``window-system''.
* (compilation-start): Resurrect the version for systems that don't supportEli Zaretskii2008-10-092-31/+68
| | | | asynchronous subprocesses.
* (pop-up-frames): Add choice graphic-only.Martin Rudalics2008-10-092-5/+25
| | | | | (display-buffer): When pop-up-frames equals graphic-only do not pop up new frame on text-only terminals. (Bug#1061)
* (vc-cvs-dir-stay-local): New variable.Dan Nicolaescu2008-10-092-1/+14
| | | | (vc-cvs-dir-status): Use it.
* Fix typos.Juanma Barranquero2008-10-081-19/+17
|
* (json-skip-whitespace): Fix last change.Chong Yidong2008-10-081-1/+1
|
* * json.el (json-skip-whitespace): Fix last change.Chong Yidong2008-10-081-0/+4
|
* * bs.el (bs-unload-function): New function.Juanma Barranquero2008-10-081-0/+15
|
* * bs.el (bs-unload-function): New function.Juanma Barranquero2008-10-081-2/+5
|
* Typo.Glenn Morris2008-10-081-1/+1
|
* Sven Joachim <svenjoac at gmx.de>Glenn Morris2008-10-087-2/+18
| | | | For clarity, explicitly require cl.
* Mark tiny change.Glenn Morris2008-10-081-1/+1
|
* ibuffer: Fix issue with ERC scroll-to-bottom (Bug #858).Michael Olson2008-10-082-0/+9
|
* ERC: DCC fixes.Michael Olson2008-10-082-43/+142
|
* (command-line): Use display-warning to warn about an init file error.Chong Yidong2008-10-071-29/+16
| | | | (command-line-1): Remove init file error delay.
* * startup.el (command-line): Use display-warning to warn about anChong Yidong2008-10-071-0/+6
| | | | | init file error. (command-line-1): Remove init file error delay.
* (rx-constituents): Change `anything' to callChong Yidong2008-10-071-106/+275
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-new.el (rx-constituents): Change `anything' to callChong Yidong2008-10-071-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-advance): Use forward-char.Chong Yidong2008-10-071-7/+2
| | | | (json-skip-whitespace): Use skip-syntax-forward.
* * json.el (json-advance): Use forward-char.Chong Yidong2008-10-071-0/+5
| | | | (json-skip-whitespace): Use skip-syntax-forward.
* *** empty log message ***Alan Mackenzie2008-10-071-0/+2
|
* (c-indent-region): Fix so that indenting a macro followed by blank linesAlan Mackenzie2008-10-071-30/+25
| | | | doesn't backslash the following non-blank line into the macro.
* *** empty log message ***Alan Mackenzie2008-10-071-0/+6
|
* (before-init-time, after-init-time): Move into emacs.c.Chong Yidong2008-10-061-6/+1
| | | | (command-line): Set after-init-time to nil before initialization.
* * startup.el (before-init-time, after-init-time): Move into emacs.c.Chong Yidong2008-10-061-0/+6
| | | | (command-line): Set after-init-time to nil before initialization.