1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
Commit graph

30418 commits

Author SHA1 Message Date
Luc Teirlinck
0a2eeb92f2 *** empty log message *** 2005-07-10 17:01:34 +00:00
Luc Teirlinck
e30522ee69 (command-line): Use custom-reevaluate-setting to handle tooltip-mode.
Delete obsolete comment.
2005-07-10 16:43:39 +00:00
Luc Teirlinck
9ccfc415b9 (tooltip-mode): Use custom-initialize-safe-default and simplify
:init-value.  Delete obsolete comment.
2005-07-10 16:40:11 +00:00
Luc Teirlinck
93ad71f823 (blink-cursor-mode): Use `custom-initialize-safe-default' and simplify
:init-value.
2005-07-10 16:36:04 +00:00
Luc Teirlinck
ff48d7e6f0 (custom-initialize-safe-set, custom-initialize-safe-default): New functions. 2005-07-10 16:32:59 +00:00
Luc Teirlinck
72df78c9e8 *** empty log message *** 2005-07-10 14:47:45 +00:00
Luc Teirlinck
e6d0b67a70 (set-visited-file-name): Avoid calling file-name-nondirectory with a
nil argument.
2005-07-10 14:42:02 +00:00
Juri Linkov
4a65d2b34e (ispell-command-loop): Add current dictionary name and program name
to mode-line-format.
(ispell-region, ispell-process-line): Add current dictionary name
and program name to messages.
2005-07-09 20:49:10 +00:00
Juri Linkov
d634a3a2de (next-error-hook): New variable.
(next-error): Use it.  Doc fix.
2005-07-09 20:46:26 +00:00
Juri Linkov
2894bd96e0 (compilation-mode-hook, compilation-mode): Doc fix. 2005-07-09 20:45:26 +00:00
Juri Linkov
884b7f9dac (dired-marker-char): Avoid quotations for do' and mark'
to not create links to unrelated functions in the Help buffer.
2005-07-09 20:44:05 +00:00
Juri Linkov
feed81e98e (fringe-mode): Add period in docstring.
(fringe-query-style): Build prompt depending on `all-frames' arg.
2005-07-09 20:43:32 +00:00
Richard M. Stallman
b9549e9dc7 (debugger-setup-buffer): When eval-buffer
was called with nil for the buffer, handle the read position right.
Handle read position for eval-region, too.
2005-07-09 04:14:26 +00:00
Jay Belanger
31f3c79b44 *** empty log message *** 2005-07-09 04:14:06 +00:00
Jay Belanger
33739eb852 (calc-embedded-firsttime, calc-embedded-firsttime-buf,
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.
2005-07-09 03:42:56 +00:00
Jay Belanger
b2d2748d7a (calc-embedded-announce-formula-alist, calc-embedded-open-close-formula-alist,
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.
2005-07-09 03:41:40 +00:00
Richard M. Stallman
917e0c95de *** empty log message *** 2005-07-08 22:55:36 +00:00
Richard M. Stallman
65a30f585c (checkdoc-proper-noun-list):
Check for "emacs", etc., as entire symbol, not just as word.
(checkdoc-file-comments-engine): Use regexp-quote on FN.
2005-07-08 22:54:57 +00:00
Richard M. Stallman
cbca0a4b37 (set-visited-file-name): Report the error for "empty filename" earlier.
(kill-some-buffers): Ignore buffers already dead.
2005-07-08 22:53:47 +00:00
Richard M. Stallman
2fa4cfa64b (fringe-mode): Doc fix. 2005-07-08 22:50:50 +00:00
Richard M. Stallman
82a726b4ee (byte-compile-maybe-guarded): Check for (featurep 'xemacs) and turn
off warnings in what it guards.  Use unwind-protect to ensure
byte-compile-unresolved-functions is updated.
2005-07-08 22:49:47 +00:00
Richard M. Stallman
185d43ee89 (whitespace-buffer-leading-cleanup): Simplify w/ skip-chars-forward.
(whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
2005-07-08 22:33:00 +00:00
Richard M. Stallman
c32e5fb00d (rmail-only-expunge): Fix paren error.
Unconditionally try to leave point at the same old place.
2005-07-08 22:31:32 +00:00
Eli Zaretskii
8774406b6b *** empty log message *** 2005-07-08 13:48:57 +00:00
Eli Zaretskii
3ed4cc1af9 (gnus-article-next-page, gnus-article-next-page-1)
(gnus-article-prev-page): Take scroll-margin into consideration.
2005-07-08 13:48:33 +00:00
Eli Zaretskii
ae5cf18e42 (comint-postoutput-scroll-to-bottom)
(comint-show-maximum-output): Take scroll-margin into consideration.
2005-07-08 13:44:42 +00:00
Kim F. Storm
3c88bdc560 * ido.el (ido-use-filename-at-point): New choice `guess'.
(ido-file-internal): Try ffap-guesser if selected.
2005-07-08 10:07:39 +00:00
Kim F. Storm
3aaa5e2645 *** empty log message *** 2005-07-08 10:07:19 +00:00
Kim F. Storm
b2d4c118dd (ido-before-fallback-functions): New hook.
(ido-buffer-internal, ido-file-internal, ido-read-buffer)
(ido-read-file-name): Run it.
2005-07-08 09:44:47 +00:00
Kim F. Storm
c380c937e5 *** empty log message *** 2005-07-08 09:44:33 +00:00
Jay Belanger
f3414bd4da *** empty log message *** 2005-07-08 05:01:47 +00:00
Jay Belanger
2e2b4fbe92 (math-apply-units): Change the places in which units are simplified. 2005-07-08 04:32:51 +00:00
Luc Teirlinck
dcb380c00a (customize-option, customize-option-other-window): Make them handle aliases. 2005-07-07 23:19:43 +00:00
Luc Teirlinck
a13060944a *** empty log message *** 2005-07-07 23:18:26 +00:00
Luc Teirlinck
289e1999ce (custom-variable-p): Make it recursively follow aliases. Mention that
in the docstring.
2005-07-07 23:12:43 +00:00
Richard M. Stallman
b713c813e7 *** empty log message *** 2005-07-07 22:57:21 +00:00
Richard M. Stallman
bc4c845630 *** empty log message *** 2005-07-07 22:38:37 +00:00
Richard M. Stallman
f747a4884c (exec-path): Fix tag for nil. 2005-07-07 22:04:28 +00:00
Richard M. Stallman
72e869ba05 (exec-path): Use directory' instead of file'. 2005-07-07 21:50:31 +00:00
Juanma Barranquero
a653724b13 (occur-rename-buffer): Use `generate-new-buffer' also when called
non-interactively.  Doc fix.
2005-07-07 10:04:01 +00:00
Lute Kamstra
9d42fe6f84 *** empty log message *** 2005-07-07 09:27:54 +00:00
Lute Kamstra
0df0b0e953 (elide-head-headers-to-hide): Recognize the FSF's new address as well. 2005-07-07 09:27:04 +00:00
Kenichi Handa
43b557d507 (make-coding-system): Describe
`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.
2005-07-07 06:23:10 +00:00
Kenichi Handa
4a6cbbc416 (set-default-coding-systems): Don't
set default-file-name-coding-system and
default-keyboard-coding-system if coding-system is
ASCII-incompatible.
2005-07-07 06:20:13 +00:00
Kenichi Handa
a9be26751c Declare that all UTF-16-based coding
systems ASCII-incompatible.
2005-07-07 06:18:59 +00:00
Stefan Monnier
a5717394ea (CSI-map, SS3-map, GOLD-map, GOLD-CSI-map)
(GOLD-SS3-map): Initialize in declaration.
(tpu-set-mode-line): Don't throw away other minor mode strings when
turning off the mode.
(tpu-set-match, tpu-match-beginning, tpu-check-match)
(tpu-show-match-markers): Use the insertion-type rather than the +1
offset kludge for tpu-match-beginning-mark.
(tpu-edt-mode): Use define-minor-mode.
(minibuffer-local-must-match-map, minibuffer-local-map): Try to avoid
using the escape sequence and use the real key name instead.
(tpu-reset-control-keys): Don't copy a keymap needlessly.
(tpu-arrow-history): Simplify.
(tpu-edt-on): Set control keys after changing the global map.
(tpu-edt-on, tpu-edt-off): Work unconditionally.
2005-07-07 04:59:32 +00:00
Nick Roberts
67bb20fadb Require font-lock for displaying errors.
Used by gdb-ui.el.
2005-07-07 04:59:06 +00:00
Nick Roberts
811ade5c23 *** empty log message *** 2005-07-07 04:58:07 +00:00
Stefan Monnier
521b27480a (hide-ifdef-use-define-alist): Pass a list of
strings rather than a list of symbols to the completion function.
2005-07-07 04:31:17 +00:00
Juanma Barranquero
ed6773fa23 (hi-lock-find-patterns): Protect also against invalid values for the pattern
lists which are `read'able but not `append'able (like symbols).
2005-07-07 01:51:48 +00:00