summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* *** empty log message ***Richard M. Stallman2005-07-071-0/+1
|
* *** empty log message ***Richard M. Stallman2005-07-071-0/+4
|
* (exec-path): Fix tag for nil.Richard M. Stallman2005-07-071-1/+1
|
* (exec-path): Use `directory' instead of `file'.Richard M. Stallman2005-07-071-1/+1
|
* (occur-rename-buffer): Use `generate-new-buffer' also when calledJuanma Barranquero2005-07-072-11/+17
| | | | non-interactively. Doc fix.
* *** empty log message ***Lute Kamstra2005-07-071-0/+5
|
* (elide-head-headers-to-hide): Recognize the FSF's new address as well.Lute Kamstra2005-07-071-2/+2
|
* (make-coding-system): DescribeKenichi Handa2005-07-072-0/+28
| | | | | | | `ascii-incompatible' property in the docstring. (set-file-name-coding-system): Signal an error if coding-system is ascii-incompatible. (set-keyboard-coding-system): Likewise.
* (set-default-coding-systems): Don'tKenichi Handa2005-07-071-4/+10
| | | | | | set default-file-name-coding-system and default-keyboard-coding-system if coding-system is ASCII-incompatible.
* Declare that all UTF-16-based codingKenichi Handa2005-07-071-0/+5
| | | | systems ASCII-incompatible.