summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (edebug-slow-after, edebug-slow-before): Do nothing if edebug-active.Richard M. Stallman2005-07-112-29/+67
| | | | | (edebug-enter): Don't do with-timeout-suspend here. (edebug-display): Do it here instead.
* Fix previous change.Richard M. Stallman2005-07-111-4/+10
|
* (custom-push-theme): Maintain list of the settingsRichard M. Stallman2005-07-111-219/+284
| | | | | | | | | | | | | | | | | | | | of a given theme in its theme-settings property. Maintain position of old settings in the theme-value or theme-face property. (custom-enabled-themes): New variable. (custom-theme-enabled-p): New function. (provide-theme): Update custom-enabled-themes. Disable and reenable the `user' theme. (require-theme): Doc fix. (custom-do-theme-reset, custom-remove-theme): Functions deleted. (custom-theme-value, custom-theme-variable-value): Likewise. (custom-theme-reset-internal): Likewise. (custom-theme-load-themes): Fix bugs and use custom-disable-theme. (custom-enable-theme, custom-disable-theme): New functions. (custom-variable-theme-value, custom-face-theme-value): Likewise. (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise. (custom-theme-reset-variables): Simplify. (deftheme, custom-declare-theme, custom-make-theme-feature): Definitions moved.
* (custom-theme-set-faces): Make it work.Richard M. Stallman2005-07-111-39/+13
| | | | | (custom-reset-faces): Doc fix. (custom-theme-reset-internal-face, custom-theme-face-value): Functions deleted.
* *** empty log message ***Richard M. Stallman2005-07-111-0/+6
|
* *** empty log message ***Kim F. Storm2005-07-101-28/+28
|
* (longlines-show-region, longlines-unshow-hard-newlines):Richard M. Stallman2005-07-101-4/+4
| | | | Recognize hard newlines by non-nil hard property, instead of t.
* * viper-cmd.el (viper--key-maps): new variable.Michael Kifer2005-07-1015-198/+381
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (viper-normalize-minor-mode-map-alist): use viper--key-maps and emulation-mode-map-alists. (viper-envelop-ESC-key): use viper-subseq. (viper-search-forward/backward/next): disable debug-on-error. * viper-keym.el (viper-toggle-key,viper-quoted-insert-key, viper-ESC-key): new defcustoms. * viper-macs.el (ex-map-read-args): use viper-subseq. * viper-util.el (viper-key-to-emacs-key): use viper-subseq. (viper-subseq): copy of subseq from cl.el. * viper.el (viper-go-away,viper-set-hooks): use emulation-mode-map-alists, advise self-insert-command, add-minor-mode. * viper-mous.el (viper-current-frame-saved): use defvar. * viper-init.el: got rid of -face in face names. * ediff-diff.el (ediff-extract-diffs,ediff-extract-diffs3): Make it work with longlines mode * ediff-mult.el (ediff-meta-mode-hook): new variable. * ediff-ptch.el (ediff-file-name-sans-prefix): quote regexp. * ediff-init: got rid of -face in face names.
* (edebug-enter): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-102-0/+34
|
* (facemenu-read-color): Do case-insensitive matching.Richard M. Stallman2005-07-101-4/+5
|
* (timezone-parse-date): Changed first regexpRichard M. Stallman2005-07-101-1/+1
| | | | so it will not mistakenly match dates with no time zone.
* (debug): Call with-timeout-suspend and with-timeout-unsuspend.Richard M. Stallman2005-07-101-1/+3
|
* (with-timeout-timers): New variable.Richard M. Stallman2005-07-101-1/+31
| | | | | (with-timeout): Bind that variable to record timers. (with-timeout-suspend, with-timeout-unsuspend): New functions.
* Move debugger-mode to a more natural place.Richard M. Stallman2005-07-101-25/+25
|
* (debug-help-follow): New function.Richard M. Stallman2005-07-101-14/+34
| | | | | (debugger-mode-map): Use that instead of help-follow. (debugger-setup-buffer): Use eval-buffer-list to handle eval-buffer frames.
* *** empty log message ***Luc Teirlinck2005-07-101-0/+12
|
* (command-line): Use custom-reevaluate-setting to handle tooltip-mode.Luc Teirlinck2005-07-101-9/+1
| | | | Delete obsolete comment.
* (tooltip-mode): Use custom-initialize-safe-default and simplifyLuc Teirlinck2005-07-101-5/+3
| | | | :init-value. Delete obsolete comment.
* (blink-cursor-mode): Use `custom-initialize-safe-default' and simplifyLuc Teirlinck2005-07-101-5/+2
| | | | :init-value.
* (custom-initialize-safe-set, custom-initialize-safe-default): New functions.Luc Teirlinck2005-07-101-0/+22
|
* *** empty log message ***Luc Teirlinck2005-07-101-0/+5
|
* (set-visited-file-name): Avoid calling file-name-nondirectory with aLuc Teirlinck2005-07-101-1/+1
| | | | nil argument.
* (ispell-command-loop): Add current dictionary name and program nameJuri Linkov2005-07-092-8/+36
| | | | | | to mode-line-format. (ispell-region, ispell-process-line): Add current dictionary name and program name to messages.
* (next-error-hook): New variable.Juri Linkov2005-07-091-4/+11
| | | | (next-error): Use it. Doc fix.
* (compilation-mode-hook, compilation-mode): Doc fix.Juri Linkov2005-07-091-2/+2
|
* (dired-marker-char): Avoid quotations for `do' and `mark'Juri Linkov2005-07-091-1/+1
| | | | to not create links to unrelated functions in the Help buffer.
* (fringe-mode): Add period in docstring.Juri Linkov2005-07-091-2/+5
| | | | (fringe-query-style): Build prompt depending on `all-frames' arg.
* (debugger-setup-buffer): When eval-bufferRichard M. Stallman2005-07-091-2/+9
| | | | | was called with nil for the buffer, handle the read position right. Handle read position for eval-region, too.
* *** empty log message ***Jay Belanger2005-07-091-0/+21
|
* (calc-embedded-firsttime, calc-embedded-firsttime-buf,Jay Belanger2005-07-091-3/+55
| | | | | | | | | | calc-embedded-firsttime-formula): New variables. (calc-do-embedded): Use calc-embedded-firsttime, calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to determine whether or not to run hooks. (calc-embedded-make-info) Set calc-embedded-firsttime-buf and calc-embedded-firsttime-formula appropriately. Set calc-embedded delimiter variables according to mode.
* (calc-embedded-announce-formula-alist, calc-embedded-open-close-formula-alist,Jay Belanger2005-07-091-0/+74
| | | | | | | calc-embedded-open-close-word-alist, calc-embedded-open-close-plain-alist, calc-embedded-open-close-new-formula-alist, calc-embedded-open-close-mode-alist, calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook, calc-embedded-mode-hook): New variables.
* *** empty log message ***Richard M. Stallman2005-07-081-0/+24
|
* (checkdoc-proper-noun-list):Richard M. Stallman2005-07-081-4/+4
| | | | | Check for "emacs", etc., as entire symbol, not just as word. (checkdoc-file-comments-engine): Use regexp-quote on FN.
* (set-visited-file-name): Report the error for "empty filename" earlier.Richard M. Stallman2005-07-081-3/+7
| | | | (kill-some-buffers): Ignore buffers already dead.
* (fringe-mode): Doc fix.Richard M. Stallman2005-07-081-1/+1
|
* (byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turnRichard M. Stallman2005-07-081-17/+24
| | | | | off warnings in what it guards. Use unwind-protect to ensure byte-compile-unresolved-functions is updated.
* (whitespace-buffer-leading-cleanup): Simplify w/ skip-chars-forward.Richard M. Stallman2005-07-081-31/+8
| | | | (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
* (rmail-only-expunge): Fix paren error.Richard M. Stallman2005-07-081-4/+4
| | | | Unconditionally try to leave point at the same old place.
* *** empty log message ***Eli Zaretskii2005-07-082-0/+11
|
* (gnus-article-next-page, gnus-article-next-page-1)Eli Zaretskii2005-07-081-4/+4
| | | | (gnus-article-prev-page): Take scroll-margin into consideration.
* (comint-postoutput-scroll-to-bottom)Eli Zaretskii2005-07-081-2/+2
| | | | (comint-show-maximum-output): Take scroll-margin into consideration.
* * ido.el (ido-use-filename-at-point): New choice `guess'.Kim F. Storm2005-07-081-2/+8
| | | | (ido-file-internal): Try ffap-guesser if selected.
* *** empty log message ***Kim F. Storm2005-07-081-0/+3
|
* (ido-before-fallback-functions): New hook.Kim F. Storm2005-07-081-1/+17
| | | | | (ido-buffer-internal, ido-file-internal, ido-read-buffer) (ido-read-file-name): Run it.
* *** empty log message ***Kim F. Storm2005-07-081-0/+6
|
* *** empty log message ***Jay Belanger2005-07-081-0/+5
|
* (math-apply-units): Change the places in which units are simplified.Jay Belanger2005-07-081-4/+4
|
* (customize-option, customize-option-other-window): Make them handle aliases.Luc Teirlinck2005-07-071-6/+12
|
* *** empty log message ***Luc Teirlinck2005-07-071-0/+8
|
* (custom-variable-p): Make it recursively follow aliases. Mention thatLuc Teirlinck2005-07-071-1/+3
| | | | in the docstring.